Shades of Locust #AAA971
Tints of Locust #AAA971
RGB
CMYK
RGB Variations
Color information
#AAA971 (or 0xAAA971) is known color: Locust. HEX triplet: AA, A9 and 71. RGB value is (170,169,113). Sum of RGB (Red+Green+Blue) = 170+169+113=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA971 is #55568E. Grayscale: #A3A3A3. Windows color (decimal): -5592719 or 7449002. OLE color: 7449002.
HSL color Cylindrical-coordinate representation of color #AAA971: hue angle of 58.95º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA971 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 113 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.33 |
| HSL | 58.95º | 0.25% | 0.55% | - |
| HSV(B) | 58.95º | 0.34% | 0.67% | - |
| XYZ | 33.75 | 38.11 | 21.2 | - |
| YUV | 162.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 113 | 0 | 0.01 | 0.34 | 0.33 | 58.95 | 0.25 | 0.55 |
| Hex | AA | A9 | 71 | 0 | 1 | 22 | 21 | 3B | 19 | 37 |
| Octal | 252 | 251 | 161 | 0 | 1 | 42 | 41 | 73 | 31 | 67 |
| Binary | 10101010 | 10101001 | 1110001 | 0 | 1 | 100010 | 100001 | 111011 | 11001 | 110111 |
Color Harmonies of #AAA971
Complementary color
Monochromatic Colors of #AAA971
Black with #AAA971
Text Example
Text Example
White with #AAA971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA971; }
p { color: rgb(170,169,113); }
H1.HeaderClassName
{
color: #AAA971;
}
.AnyTagClassName
{
color: #AAA971;
}
</style>
background-color css
<style>
a { background-color: #AAA971; }
a { background-color: rgb(170,169,113); }
div.DivClassName
{
background-color: #AAA971;
}
.BgClassName
{
background-color: #AAA971;
}
</style>
border-color css
<style>
span { border-color: #AAA971; }
span { border-color: rgb(170,169,113); }
td.TdClassName
{
border-color: #AAA971;
}
.TagClassName
{
border-color: #AAA971;
}
</style>