Shades of Locust #A6A871
Tints of Locust #A6A871
RGB
CMYK
RGB Variations
Color information
#A6A871 (or 0xA6A871) is known color: Locust. HEX triplet: A6, A8 and 71. RGB value is (166,168,113). Sum of RGB (Red+Green+Blue) = 166+168+113=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A871 is #59578E. Grayscale: #A1A1A1. Windows color (decimal): -5855119 or 7448742. OLE color: 7448742.
HSL color Cylindrical-coordinate representation of color #A6A871: hue angle of 62.18º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6A871 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 168 | 113 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.34 |
| HSL | 62.18º | 0.24% | 0.55% | - |
| HSV(B) | 62.18º | 0.33% | 0.66% | - |
| XYZ | 32.71 | 37.3 | 21.1 | - |
| YUV | 161.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 113 | 0.01 | 0 | 0.33 | 0.34 | 62.18 | 0.24 | 0.55 |
| Hex | A6 | A8 | 71 | 1 | 0 | 21 | 22 | 3E | 18 | 37 |
| Octal | 246 | 250 | 161 | 1 | 0 | 41 | 42 | 76 | 30 | 67 |
| Binary | 10100110 | 10101000 | 1110001 | 1 | 0 | 100001 | 100010 | 111110 | 11000 | 110111 |
Color Harmonies of #A6A871
Complementary color
Monochromatic Colors of #A6A871
Black with #A6A871
Text Example
Text Example
White with #A6A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A871; }
p { color: rgb(166,168,113); }
H1.HeaderClassName
{
color: #A6A871;
}
.AnyTagClassName
{
color: #A6A871;
}
</style>
background-color css
<style>
a { background-color: #A6A871; }
a { background-color: rgb(166,168,113); }
div.DivClassName
{
background-color: #A6A871;
}
.BgClassName
{
background-color: #A6A871;
}
</style>
border-color css
<style>
span { border-color: #A6A871; }
span { border-color: rgb(166,168,113); }
td.TdClassName
{
border-color: #A6A871;
}
.TagClassName
{
border-color: #A6A871;
}
</style>