Shades of Locust #AAA977
Tints of Locust #AAA977
RGB
CMYK
RGB Variations
Color information
#AAA977 (or 0xAAA977) is known color: Locust. HEX triplet: AA, A9 and 77. RGB value is (170,169,119). Sum of RGB (Red+Green+Blue) = 170+169+119=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA977 is #555688. Grayscale: #A3A3A3. Windows color (decimal): -5592713 or 7842218. OLE color: 7842218.
HSL color Cylindrical-coordinate representation of color #AAA977: hue angle of 58.82º 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 #AAA977 is Cyan = 0, Magento = 0.01, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 119 | - |
| CMYK | 0 | 0.01 | 0.3 | 0.33 |
| HSL | 58.82º | 0.23% | 0.57% | - |
| HSV(B) | 58.82º | 0.3% | 0.67% | - |
| XYZ | 34.1 | 38.25 | 23.04 | - |
| YUV | 163.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 119 | 0 | 0.01 | 0.3 | 0.33 | 58.82 | 0.23 | 0.57 |
| Hex | AA | A9 | 77 | 0 | 1 | 1E | 21 | 3B | 17 | 39 |
| Octal | 252 | 251 | 167 | 0 | 1 | 36 | 41 | 73 | 27 | 71 |
| Binary | 10101010 | 10101001 | 1110111 | 0 | 1 | 11110 | 100001 | 111011 | 10111 | 111001 |
Color Harmonies of #AAA977
Complementary color
Monochromatic Colors of #AAA977
Black with #AAA977
Text Example
Text Example
White with #AAA977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA977; }
p { color: rgb(170,169,119); }
H1.HeaderClassName
{
color: #AAA977;
}
.AnyTagClassName
{
color: #AAA977;
}
</style>
background-color css
<style>
a { background-color: #AAA977; }
a { background-color: rgb(170,169,119); }
div.DivClassName
{
background-color: #AAA977;
}
.BgClassName
{
background-color: #AAA977;
}
</style>
border-color css
<style>
span { border-color: #AAA977; }
span { border-color: rgb(170,169,119); }
td.TdClassName
{
border-color: #AAA977;
}
.TagClassName
{
border-color: #AAA977;
}
</style>