Shades of Locust #AAA970
Tints of Locust #AAA970
RGB
CMYK
RGB Variations
Color information
#AAA970 (or 0xAAA970) is known color: Locust. HEX triplet: AA, A9 and 70. RGB value is (170,169,112). Sum of RGB (Red+Green+Blue) = 170+169+112=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA970 is #55568F. Grayscale: #A3A3A3. Windows color (decimal): -5592720 or 7383466. OLE color: 7383466.
HSL color Cylindrical-coordinate representation of color #AAA970: hue angle of 58.97º 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 #AAA970 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 112 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.33 |
| HSL | 58.97º | 0.25% | 0.55% | - |
| HSV(B) | 58.97º | 0.34% | 0.67% | - |
| XYZ | 33.69 | 38.09 | 20.91 | - |
| YUV | 162.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 112 | 0 | 0.01 | 0.34 | 0.33 | 58.97 | 0.25 | 0.55 |
| Hex | AA | A9 | 70 | 0 | 1 | 22 | 21 | 3B | 19 | 37 |
| Octal | 252 | 251 | 160 | 0 | 1 | 42 | 41 | 73 | 31 | 67 |
| Binary | 10101010 | 10101001 | 1110000 | 0 | 1 | 100010 | 100001 | 111011 | 11001 | 110111 |
Color Harmonies of #AAA970
Complementary color
Monochromatic Colors of #AAA970
Black with #AAA970
Text Example
Text Example
White with #AAA970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA970; }
p { color: rgb(170,169,112); }
H1.HeaderClassName
{
color: #AAA970;
}
.AnyTagClassName
{
color: #AAA970;
}
</style>
background-color css
<style>
a { background-color: #AAA970; }
a { background-color: rgb(170,169,112); }
div.DivClassName
{
background-color: #AAA970;
}
.BgClassName
{
background-color: #AAA970;
}
</style>
border-color css
<style>
span { border-color: #AAA970; }
span { border-color: rgb(170,169,112); }
td.TdClassName
{
border-color: #AAA970;
}
.TagClassName
{
border-color: #AAA970;
}
</style>