Shades of Locust #A9AC76
Tints of Locust #A9AC76
RGB
CMYK
RGB Variations
Color information
#A9AC76 (or 0xA9AC76) is known color: Locust. HEX triplet: A9, AC and 76. RGB value is (169,172,118). Sum of RGB (Red+Green+Blue) = 169+172+118=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AC76 is #565389. Grayscale: #A5A5A5. Windows color (decimal): -5657482 or 7777449. OLE color: 7777449.
HSL color Cylindrical-coordinate representation of color #A9AC76: hue angle of 63.33º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9AC76 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 172 | 118 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.33 |
| HSL | 63.33º | 0.25% | 0.57% | - |
| HSV(B) | 63.33º | 0.31% | 0.67% | - |
| XYZ | 34.38 | 39.25 | 22.9 | - |
| YUV | 164.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 172 | 118 | 0.02 | 0 | 0.31 | 0.33 | 63.33 | 0.25 | 0.57 |
| Hex | A9 | AC | 76 | 2 | 0 | 1F | 21 | 3F | 19 | 39 |
| Octal | 251 | 254 | 166 | 2 | 0 | 37 | 41 | 77 | 31 | 71 |
| Binary | 10101001 | 10101100 | 1110110 | 10 | 0 | 11111 | 100001 | 111111 | 11001 | 111001 |
Color Harmonies of #A9AC76
Complementary color
Monochromatic Colors of #A9AC76
Black with #A9AC76
Text Example
Text Example
White with #A9AC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AC76; }
p { color: rgb(169,172,118); }
H1.HeaderClassName
{
color: #A9AC76;
}
.AnyTagClassName
{
color: #A9AC76;
}
</style>
background-color css
<style>
a { background-color: #A9AC76; }
a { background-color: rgb(169,172,118); }
div.DivClassName
{
background-color: #A9AC76;
}
.BgClassName
{
background-color: #A9AC76;
}
</style>
border-color css
<style>
span { border-color: #A9AC76; }
span { border-color: rgb(169,172,118); }
td.TdClassName
{
border-color: #A9AC76;
}
.TagClassName
{
border-color: #A9AC76;
}
</style>