Shades of Locust #AAAA72
Tints of Locust #AAAA72
RGB
CMYK
RGB Variations
Color information
#AAAA72 (or 0xAAAA72) is known color: Locust. HEX triplet: AA, AA and 72. RGB value is (170,170,114). Sum of RGB (Red+Green+Blue) = 170+170+114=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA72 is #55558D. Grayscale: #A3A3A3. Windows color (decimal): -5592462 or 7514794. OLE color: 7514794.
HSL color Cylindrical-coordinate representation of color #AAAA72: hue angle of 60º 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 #AAAA72 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 114 | - |
| CMYK | 0 | 0 | 0.33 | 0.33 |
| HSL | 60º | 0.25% | 0.56% | - |
| HSV(B) | 60º | 0.33% | 0.67% | - |
| XYZ | 33.99 | 38.51 | 21.56 | - |
| YUV | 163.62 | 100 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 114 | 0 | 0 | 0.33 | 0.33 | 60 | 0.25 | 0.56 |
| Hex | AA | AA | 72 | 0 | 0 | 21 | 21 | 3C | 19 | 38 |
| Octal | 252 | 252 | 162 | 0 | 0 | 41 | 41 | 74 | 31 | 70 |
| Binary | 10101010 | 10101010 | 1110010 | 0 | 0 | 100001 | 100001 | 111100 | 11001 | 111000 |
Color Harmonies of #AAAA72
Complementary color
Monochromatic Colors of #AAAA72
Black with #AAAA72
Text Example
Text Example
White with #AAAA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA72; }
p { color: rgb(170,170,114); }
H1.HeaderClassName
{
color: #AAAA72;
}
.AnyTagClassName
{
color: #AAAA72;
}
</style>
background-color css
<style>
a { background-color: #AAAA72; }
a { background-color: rgb(170,170,114); }
div.DivClassName
{
background-color: #AAAA72;
}
.BgClassName
{
background-color: #AAAA72;
}
</style>
border-color css
<style>
span { border-color: #AAAA72; }
span { border-color: rgb(170,170,114); }
td.TdClassName
{
border-color: #AAAA72;
}
.TagClassName
{
border-color: #AAAA72;
}
</style>