Shades of Locust #AAA96E
Tints of Locust #AAA96E
RGB
CMYK
RGB Variations
Color information
#AAA96E (or 0xAAA96E) is known color: Locust. HEX triplet: AA, A9 and 6E. RGB value is (170,169,110). Sum of RGB (Red+Green+Blue) = 170+169+110=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA96E is #555691. Grayscale: #A2A2A2. Windows color (decimal): -5592722 or 7252394. OLE color: 7252394.
HSL color Cylindrical-coordinate representation of color #AAA96E: hue angle of 59º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAA96E is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 110 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.33 |
| HSL | 59º | 0.26% | 0.55% | - |
| HSV(B) | 59º | 0.35% | 0.67% | - |
| XYZ | 33.58 | 38.05 | 20.33 | - |
| YUV | 162.57 | 98.33 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 110 | 0 | 0.01 | 0.35 | 0.33 | 59 | 0.26 | 0.55 |
| Hex | AA | A9 | 6E | 0 | 1 | 23 | 21 | 3B | 1A | 37 |
| Octal | 252 | 251 | 156 | 0 | 1 | 43 | 41 | 73 | 32 | 67 |
| Binary | 10101010 | 10101001 | 1101110 | 0 | 1 | 100011 | 100001 | 111011 | 11010 | 110111 |
Color Harmonies of #AAA96E
Complementary color
Monochromatic Colors of #AAA96E
Black with #AAA96E
Text Example
Text Example
White with #AAA96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA96E; }
p { color: rgb(170,169,110); }
H1.HeaderClassName
{
color: #AAA96E;
}
.AnyTagClassName
{
color: #AAA96E;
}
</style>
background-color css
<style>
a { background-color: #AAA96E; }
a { background-color: rgb(170,169,110); }
div.DivClassName
{
background-color: #AAA96E;
}
.BgClassName
{
background-color: #AAA96E;
}
</style>
border-color css
<style>
span { border-color: #AAA96E; }
span { border-color: rgb(170,169,110); }
td.TdClassName
{
border-color: #AAA96E;
}
.TagClassName
{
border-color: #AAA96E;
}
</style>