HEX: #A6B878
RGB: (166,184,120)
#A6B878 contains mainly red and green colors. Web safe color of #A6B878 is #99CC66 (or #9C6).
#A6B878 color RGB value is (166,184,120).
RGB: (166,184,120)
(65%, 72%, 47%)
R 166 of 255 = 65%
G 184 of 255 = 72%
B 120 of 255 = 47%
R + G + B ~ 61%. #A6B878 is quite light color.
R + G + B = 166 + 184 + 120 = 470 (100%)
R 166 of 470 ~ 35.32%
G 184 of 470 ~ 39.15%
B 120 of 470 ~ 25.53'%
#A6B878 color CMYK value is (10,0,35,28).
CMYK: (10,0,35,28) C10M0Y35K28 (10%,0%,35%,28%) (0.10/0.00/0.35/0.28)
Color #A6B878 in popluar color models
A6 | B8 | 78 | |
---|---|---|---|
RGB | 166 | 184 | 120 |
HSL | 77° | 31.07% | 59.61% |
HSB/HSV | 77° | 34.78% | 72.16% |
CMYK | 9.78% | 0.00% | 34.78% |
27.84% |
Color #A6B878 in popluar number systems.
HEX | A6 | B8 | 78 |
Decimal | 166 | 184 | 120 |
Binary | 10100110 | 10111000 | 1111000 |
Octal | 246 | 270 | 170 |
Shades of #A6B878
Tints of #A6B878
Examples of css and html codes for elements with #A6B878 color. Also use rgb(166,184,120) instead hex code.
.myTextColor { color: #A6B878; }
<p style="color:#A6B878">This sample text font color is #A6B878.</p>
This text font color is #A6B878.
.myBgColor { background-color: #A6B878; }
<div style="background-color:#A6B878">Inner text</div>
This div background color is #A6B878.
.myBorderColor { border: 1px solid #A6B878; }
<div style="border:3px solid #A6B878">Div</div>
This div border color is #A6B878.
.myOpacity80 { color: #A6B878; opacity: 0.8; }
<p style="color:#A6B878;opacity:0.8;">80%</p>
Text with #A6B878 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6B878;}
<p style="text-shadow: 3px 3px 1px #A6B878">Text here.</p>
This text has shadow with #A6B878 color.
.textShadow {text-shadow: 3px 3px 1px #A6B878', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6B878, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6B878 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6B878, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6B878, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6B878 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6B878;
-webkit-box-shadow: 1px 1px 3px 2px #A6B878;
box-shadow: 1px 1px 3px 2px #A6B878;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6B878; -webkit-box-shadow: 1px 1px 3px 2px #A6B878; box-shadow:1px 1px 3px 2px #A6B878;">
Div content here
</div>
This text has color #A6B878 on black background.
This text has color #A6B878 on white background.
This text has black color on #A6B878 background.
This text has white color on #A6B878 background.
Complementary color for #hex is #594787.