Shades of Locust #AAAE7C
Tints of Locust #AAAE7C
RGB
CMYK
RGB Variations
Color information
#AAAE7C (or 0xAAAE7C) is known color: Locust. HEX triplet: AA, AE and 7C. RGB value is (170,174,124). Sum of RGB (Red+Green+Blue) = 170+174+124=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE7C is #555183. Grayscale: #A7A7A7. Windows color (decimal): -5591428 or 8171178. OLE color: 8171178.
HSL color Cylindrical-coordinate representation of color #AAAE7C: hue angle of 64.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAAE7C is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 124 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.32 |
| HSL | 64.8º | 0.24% | 0.58% | - |
| HSV(B) | 64.8º | 0.29% | 0.68% | - |
| XYZ | 35.35 | 40.27 | 24.98 | - |
| YUV | 167.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 124 | 0.02 | 0 | 0.29 | 0.32 | 64.8 | 0.24 | 0.58 |
| Hex | AA | AE | 7C | 2 | 0 | 1D | 20 | 41 | 18 | 3A |
| Octal | 252 | 256 | 174 | 2 | 0 | 35 | 40 | 101 | 30 | 72 |
| Binary | 10101010 | 10101110 | 1111100 | 10 | 0 | 11101 | 100000 | 1000001 | 11000 | 111010 |
Color Harmonies of #AAAE7C
Complementary color
Monochromatic Colors of #AAAE7C
Black with #AAAE7C
Text Example
Text Example
White with #AAAE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE7C; }
p { color: rgb(170,174,124); }
H1.HeaderClassName
{
color: #AAAE7C;
}
.AnyTagClassName
{
color: #AAAE7C;
}
</style>
background-color css
<style>
a { background-color: #AAAE7C; }
a { background-color: rgb(170,174,124); }
div.DivClassName
{
background-color: #AAAE7C;
}
.BgClassName
{
background-color: #AAAE7C;
}
</style>
border-color css
<style>
span { border-color: #AAAE7C; }
span { border-color: rgb(170,174,124); }
td.TdClassName
{
border-color: #AAAE7C;
}
.TagClassName
{
border-color: #AAAE7C;
}
</style>