Shades of Locust #AAAE7A
Tints of Locust #AAAE7A
RGB
CMYK
RGB Variations
Color information
#AAAE7A (or 0xAAAE7A) is known color: Locust. HEX triplet: AA, AE and 7A. RGB value is (170,174,122). Sum of RGB (Red+Green+Blue) = 170+174+122=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE7A is #555185. Grayscale: #A7A7A7. Windows color (decimal): -5591430 or 8040106. OLE color: 8040106.
HSL color Cylindrical-coordinate representation of color #AAAE7A: hue angle of 64.62º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAAE7A is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 122 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.32 |
| HSL | 64.62º | 0.24% | 0.58% | - |
| HSV(B) | 64.62º | 0.3% | 0.68% | - |
| XYZ | 35.23 | 40.22 | 24.32 | - |
| YUV | 166.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 122 | 0.02 | 0 | 0.30 | 0.32 | 64.62 | 0.24 | 0.58 |
| Hex | AA | AE | 7A | 2 | 0 | 1E | 20 | 41 | 18 | 3A |
| Octal | 252 | 256 | 172 | 2 | 0 | 36 | 40 | 101 | 30 | 72 |
| Binary | 10101010 | 10101110 | 1111010 | 10 | 0 | 11110 | 100000 | 1000001 | 11000 | 111010 |
Color Harmonies of #AAAE7A
Complementary color
Monochromatic Colors of #AAAE7A
Black with #AAAE7A
Text Example
Text Example
White with #AAAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE7A; }
p { color: rgb(170,174,122); }
H1.HeaderClassName
{
color: #AAAE7A;
}
.AnyTagClassName
{
color: #AAAE7A;
}
</style>
background-color css
<style>
a { background-color: #AAAE7A; }
a { background-color: rgb(170,174,122); }
div.DivClassName
{
background-color: #AAAE7A;
}
.BgClassName
{
background-color: #AAAE7A;
}
</style>
border-color css
<style>
span { border-color: #AAAE7A; }
span { border-color: rgb(170,174,122); }
td.TdClassName
{
border-color: #AAAE7A;
}
.TagClassName
{
border-color: #AAAE7A;
}
</style>