Shades of Locust #AAAC72
Tints of Locust #AAAC72
RGB
CMYK
RGB Variations
Color information
#AAAC72 (or 0xAAAC72) is known color: Locust. HEX triplet: AA, AC and 72. RGB value is (170,172,114). Sum of RGB (Red+Green+Blue) = 170+172+114=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC72 is #55538D. Grayscale: #A5A5A5. Windows color (decimal): -5591950 or 7515306. OLE color: 7515306.
HSL color Cylindrical-coordinate representation of color #AAAC72: hue angle of 62.07º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAAC72 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 114 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.33 |
| HSL | 62.07º | 0.26% | 0.56% | - |
| HSV(B) | 62.07º | 0.34% | 0.67% | - |
| XYZ | 34.37 | 39.27 | 21.69 | - |
| YUV | 164.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 114 | 0.01 | 0 | 0.34 | 0.33 | 62.07 | 0.26 | 0.56 |
| Hex | AA | AC | 72 | 1 | 0 | 22 | 21 | 3E | 1A | 38 |
| Octal | 252 | 254 | 162 | 1 | 0 | 42 | 41 | 76 | 32 | 70 |
| Binary | 10101010 | 10101100 | 1110010 | 1 | 0 | 100010 | 100001 | 111110 | 11010 | 111000 |
Color Harmonies of #AAAC72
Complementary color
Monochromatic Colors of #AAAC72
Black with #AAAC72
Text Example
Text Example
White with #AAAC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC72; }
p { color: rgb(170,172,114); }
H1.HeaderClassName
{
color: #AAAC72;
}
.AnyTagClassName
{
color: #AAAC72;
}
</style>
background-color css
<style>
a { background-color: #AAAC72; }
a { background-color: rgb(170,172,114); }
div.DivClassName
{
background-color: #AAAC72;
}
.BgClassName
{
background-color: #AAAC72;
}
</style>
border-color css
<style>
span { border-color: #AAAC72; }
span { border-color: rgb(170,172,114); }
td.TdClassName
{
border-color: #AAAC72;
}
.TagClassName
{
border-color: #AAAC72;
}
</style>