Shades of Locust #AAAC7E
Tints of Locust #AAAC7E
RGB
CMYK
RGB Variations
Color information
#AAAC7E (or 0xAAAC7E) is known color: Locust. HEX triplet: AA, AC and 7E. RGB value is (170,172,126). Sum of RGB (Red+Green+Blue) = 170+172+126=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC7E is #555381. Grayscale: #A6A6A6. Windows color (decimal): -5591938 or 8301738. OLE color: 8301738.
HSL color Cylindrical-coordinate representation of color #AAAC7E: hue angle of 62.61º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAAC7E is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 126 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.33 |
| HSL | 62.61º | 0.22% | 0.58% | - |
| HSV(B) | 62.61º | 0.27% | 0.67% | - |
| XYZ | 35.1 | 39.56 | 25.52 | - |
| YUV | 166.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 126 | 0.01 | 0 | 0.27 | 0.33 | 62.61 | 0.22 | 0.58 |
| Hex | AA | AC | 7E | 1 | 0 | 1B | 21 | 3F | 16 | 3A |
| Octal | 252 | 254 | 176 | 1 | 0 | 33 | 41 | 77 | 26 | 72 |
| Binary | 10101010 | 10101100 | 1111110 | 1 | 0 | 11011 | 100001 | 111111 | 10110 | 111010 |
Color Harmonies of #AAAC7E
Complementary color
Monochromatic Colors of #AAAC7E
Black with #AAAC7E
Text Example
Text Example
White with #AAAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC7E; }
p { color: rgb(170,172,126); }
H1.HeaderClassName
{
color: #AAAC7E;
}
.AnyTagClassName
{
color: #AAAC7E;
}
</style>
background-color css
<style>
a { background-color: #AAAC7E; }
a { background-color: rgb(170,172,126); }
div.DivClassName
{
background-color: #AAAC7E;
}
.BgClassName
{
background-color: #AAAC7E;
}
</style>
border-color css
<style>
span { border-color: #AAAC7E; }
span { border-color: rgb(170,172,126); }
td.TdClassName
{
border-color: #AAAC7E;
}
.TagClassName
{
border-color: #AAAC7E;
}
</style>