Shades of Locust #AAA972
Tints of Locust #AAA972
RGB
CMYK
RGB Variations
Color information
#AAA972 (or 0xAAA972) is known color: Locust. HEX triplet: AA, A9 and 72. RGB value is (170,169,114). Sum of RGB (Red+Green+Blue) = 170+169+114=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA972 is #55568D. Grayscale: #A3A3A3. Windows color (decimal): -5592718 or 7514538. OLE color: 7514538.
HSL color Cylindrical-coordinate representation of color #AAA972: hue angle of 58.93º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA972 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 114 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.33 |
| HSL | 58.93º | 0.25% | 0.56% | - |
| HSV(B) | 58.93º | 0.33% | 0.67% | - |
| XYZ | 33.8 | 38.14 | 21.5 | - |
| YUV | 163.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 114 | 0 | 0.01 | 0.33 | 0.33 | 58.93 | 0.25 | 0.56 |
| Hex | AA | A9 | 72 | 0 | 1 | 21 | 21 | 3B | 19 | 38 |
| Octal | 252 | 251 | 162 | 0 | 1 | 41 | 41 | 73 | 31 | 70 |
| Binary | 10101010 | 10101001 | 1110010 | 0 | 1 | 100001 | 100001 | 111011 | 11001 | 111000 |
Color Harmonies of #AAA972
Complementary color
Monochromatic Colors of #AAA972
Black with #AAA972
Text Example
Text Example
White with #AAA972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA972; }
p { color: rgb(170,169,114); }
H1.HeaderClassName
{
color: #AAA972;
}
.AnyTagClassName
{
color: #AAA972;
}
</style>
background-color css
<style>
a { background-color: #AAA972; }
a { background-color: rgb(170,169,114); }
div.DivClassName
{
background-color: #AAA972;
}
.BgClassName
{
background-color: #AAA972;
}
</style>
border-color css
<style>
span { border-color: #AAA972; }
span { border-color: rgb(170,169,114); }
td.TdClassName
{
border-color: #AAA972;
}
.TagClassName
{
border-color: #AAA972;
}
</style>