Shades of Locust #AAAC70
Tints of Locust #AAAC70
RGB
CMYK
RGB Variations
Color information
#AAAC70 (or 0xAAAC70) is known color: Locust. HEX triplet: AA, AC and 70. RGB value is (170,172,112). Sum of RGB (Red+Green+Blue) = 170+172+112=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC70 is #55538F. Grayscale: #A4A4A4. Windows color (decimal): -5591952 or 7384234. OLE color: 7384234.
HSL color Cylindrical-coordinate representation of color #AAAC70: hue angle of 62º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAAC70 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 112 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.33 |
| HSL | 62º | 0.27% | 0.56% | - |
| HSV(B) | 62º | 0.35% | 0.67% | - |
| XYZ | 34.25 | 39.22 | 21.09 | - |
| YUV | 164.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 112 | 0.01 | 0 | 0.35 | 0.33 | 62 | 0.27 | 0.56 |
| Hex | AA | AC | 70 | 1 | 0 | 23 | 21 | 3E | 1B | 38 |
| Octal | 252 | 254 | 160 | 1 | 0 | 43 | 41 | 76 | 33 | 70 |
| Binary | 10101010 | 10101100 | 1110000 | 1 | 0 | 100011 | 100001 | 111110 | 11011 | 111000 |
Color Harmonies of #AAAC70
Complementary color
Monochromatic Colors of #AAAC70
Black with #AAAC70
Text Example
Text Example
White with #AAAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC70; }
p { color: rgb(170,172,112); }
H1.HeaderClassName
{
color: #AAAC70;
}
.AnyTagClassName
{
color: #AAAC70;
}
</style>
background-color css
<style>
a { background-color: #AAAC70; }
a { background-color: rgb(170,172,112); }
div.DivClassName
{
background-color: #AAAC70;
}
.BgClassName
{
background-color: #AAAC70;
}
</style>
border-color css
<style>
span { border-color: #AAAC70; }
span { border-color: rgb(170,172,112); }
td.TdClassName
{
border-color: #AAAC70;
}
.TagClassName
{
border-color: #AAAC70;
}
</style>