Shades of Locust #A9AA76
Tints of Locust #A9AA76
RGB
CMYK
RGB Variations
Color information
#A9AA76 (or 0xA9AA76) is known color: Locust. HEX triplet: A9, AA and 76. RGB value is (169,170,118). Sum of RGB (Red+Green+Blue) = 169+170+118=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA76 is #565589. Grayscale: #A3A3A3. Windows color (decimal): -5657994 or 7776937. OLE color: 7776937.
HSL color Cylindrical-coordinate representation of color #A9AA76: hue angle of 61.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9AA76 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 118 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.33 |
| HSL | 61.15º | 0.23% | 0.56% | - |
| HSV(B) | 61.15º | 0.31% | 0.67% | - |
| XYZ | 34.01 | 38.49 | 22.78 | - |
| YUV | 163.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 118 | 0.01 | 0 | 0.31 | 0.33 | 61.15 | 0.23 | 0.56 |
| Hex | A9 | AA | 76 | 1 | 0 | 1F | 21 | 3D | 17 | 38 |
| Octal | 251 | 252 | 166 | 1 | 0 | 37 | 41 | 75 | 27 | 70 |
| Binary | 10101001 | 10101010 | 1110110 | 1 | 0 | 11111 | 100001 | 111101 | 10111 | 111000 |
Color Harmonies of #A9AA76
Complementary color
Monochromatic Colors of #A9AA76
Black with #A9AA76
Text Example
Text Example
White with #A9AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA76; }
p { color: rgb(169,170,118); }
H1.HeaderClassName
{
color: #A9AA76;
}
.AnyTagClassName
{
color: #A9AA76;
}
</style>
background-color css
<style>
a { background-color: #A9AA76; }
a { background-color: rgb(169,170,118); }
div.DivClassName
{
background-color: #A9AA76;
}
.BgClassName
{
background-color: #A9AA76;
}
</style>
border-color css
<style>
span { border-color: #A9AA76; }
span { border-color: rgb(169,170,118); }
td.TdClassName
{
border-color: #A9AA76;
}
.TagClassName
{
border-color: #A9AA76;
}
</style>