crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#a3bf78 hex color - Orange - Warm color - Information

#a3bf78 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #a3bf78 Color code in RGB color code model is created after adding 63.92% red color, 74.9% green color and 47.06% blue color. Hex #a3bf78 Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 0% magenta, 37% yellow and 25% black.

Hex #a3bf78 color code is between #aabb77 web safe hex color code and #99cc88 web safe hex color code. #aabb77 is the nearest web safe color code. You can see here many more shades of #a3bf78 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea3bf78#a3bf78
RGB Decimal163, 191, 120rgb(163, 191, 120)
RGB Percent64%, 75%, 47%rgb(64%, 75%, 47%)
CSS RGBa163, 191, 120,1rgba(163,191,120,1)
CMYK Modelcmyk(15%,0%,37%,25%)
HSL Color Space84,36% ,61%hsl(84,36% ,61%)
HSV Color Space84°, 37%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000111011111101111000
Octal243277170
Decimal163191120
Hexa3bf78

Different shades of #a3bf78 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #a3bf78
#bbcf9b
Dark Shade of #a3bf78
#8baf55
Saturated Shade of #a3bf78
#a5c96e
Desaturated Shade of #a3bf78
#a1b582
Grey scale Shade of #a3bf78
#9b9b9b
Brighten Shade
#bcd891
Most Readable Shade
#000000

Shades of #a3bf78 color code

Generate more color scales with scales (color stack) generator.

#a3bf78
#90a96a
#7e945d
#6c7f50
#5a6a42
#485435
#363f28
#242a1a
#12150d
#000000

Similar Color like #a3bf78 color

Find visually similar hex color codes nearing to #a3bf78 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#a4c079
#a5c17a
#a6c27b
#a7c37c
#a8c47d
#a9c57e
#aac67f
#abc780
#acc881
#adc982
#aeca83
#afcb84
#b0cc85
#b1cd86
#a2be77
#a1bd76
#a0bc75
#9fbb74
#9eba73
#9db972
#9cb871
#9bb770
#9ab66f
#99b56e
#98b46d
#97b36c
#96b26b
#95b16a

Monochromatic Color with #a3bf78

#a3bf78
#c7e993
#12150d
#363f28
#5a6a43
#7f945d

Tints of #a3bf78 Color

#a3bf78
#adc687
#b7cd96
#c1d4a5
#cbdbb4
#d6e2c3
#e0e9d2
#eaf0e1
#f4f7f0
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#a3bf78
#9478bf

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#a3bf78
#7880bf
#b878bf

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#bfbf78
#b1bf78
#a3bf78
#95bf78
#87bf78

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#a3bf78
#78a3bf
#bf78a3

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#a3bf78
#78bfb7
#9478bf
#bf7880

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#a3bf78
#9478bf
#b878bf
#80bf78

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #a3bf78 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#a3bf78 Color Code Preview on Black Background Color

This is how #a3bf78 Color will look on black background color. Color contrast ratio is 10.28

#a3bf78 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#a3bf78">Your Example Paragraph content text in with font color #a3bf78 </p>

Your Example Paragraph content text in with font color #a3bf78

HTML with inline CSS

<div style="color:#a3bf78">Your Paragraph text in with font color #a3bf78 </div>

Your Example Paragraph content text in with font color #a3bf78

#a3bf78 color code is use for CSS Background Color

Background color for the above div is #a3bf78

HTML with inline CSS

<div style="background-color:#a3bf78;"></div>

#a3bf78 color code is use for CSS Border Color

CSS Border color for the above div is #a3bf78

HTML with inline CSS

<div style="border:5px solid #a3bf78;"></div>

CSS Border Left color for the above div is #a3bf78

HTML with inline CSS

<div style="border-left:5px solid #a3bf78;"></div>

CSS Border Right color for the above div is #a3bf78

HTML with inline CSS

<div style="border-right:5px solid #a3bf78;"></div>

CSS Border Bottom color for the above div is #a3bf78

HTML with inline CSS

<div style="border-bottom:5px solid #a3bf78;"></div>

CSS Border Top color for the above div is #a3bf78

HTML with inline CSS

<div style="border-top:5px solid #a3bf78;"></div>

#a3bf78 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#a3bf78; } .examplecolorclass {color:#a3bf78; } .examplebordercolor {border:3px solid #a3bf78; }

#a3bf78 Color code Preview on White Background

This is how #a3bf78 Color code will look on white background color. Color contrast ratio is 2.04

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #a3bf78; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #a3bf78; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.