Shades of Locust #A9AA77
Tints of Locust #A9AA77
RGB
CMYK
RGB Variations
Color information
#A9AA77 (or 0xA9AA77) is known color: Locust. HEX triplet: A9, AA and 77. RGB value is (169,170,119). Sum of RGB (Red+Green+Blue) = 169+170+119=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA77 is #565588. Grayscale: #A4A4A4. Windows color (decimal): -5657993 or 7842473. OLE color: 7842473.
HSL color Cylindrical-coordinate representation of color #A9AA77: hue angle of 61.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9AA77 is Cyan = 0.01, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 119 | - |
| CMYK | 0.01 | 0 | 0.3 | 0.33 |
| HSL | 61.18º | 0.23% | 0.57% | - |
| HSV(B) | 61.18º | 0.3% | 0.67% | - |
| XYZ | 34.07 | 38.52 | 23.09 | - |
| YUV | 163.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 119 | 0.01 | 0 | 0.3 | 0.33 | 61.18 | 0.23 | 0.57 |
| Hex | A9 | AA | 77 | 1 | 0 | 1E | 21 | 3D | 17 | 39 |
| Octal | 251 | 252 | 167 | 1 | 0 | 36 | 41 | 75 | 27 | 71 |
| Binary | 10101001 | 10101010 | 1110111 | 1 | 0 | 11110 | 100001 | 111101 | 10111 | 111001 |
Color Harmonies of #A9AA77
Complementary color
Monochromatic Colors of #A9AA77
Black with #A9AA77
Text Example
Text Example
White with #A9AA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA77; }
p { color: rgb(169,170,119); }
H1.HeaderClassName
{
color: #A9AA77;
}
.AnyTagClassName
{
color: #A9AA77;
}
</style>
background-color css
<style>
a { background-color: #A9AA77; }
a { background-color: rgb(169,170,119); }
div.DivClassName
{
background-color: #A9AA77;
}
.BgClassName
{
background-color: #A9AA77;
}
</style>
border-color css
<style>
span { border-color: #A9AA77; }
span { border-color: rgb(169,170,119); }
td.TdClassName
{
border-color: #A9AA77;
}
.TagClassName
{
border-color: #A9AA77;
}
</style>