Shades of Locust #AAB27E
Tints of Locust #AAB27E
RGB
CMYK
RGB Variations
Color information
#AAB27E (or 0xAAB27E) is known color: Locust. HEX triplet: AA, B2 and 7E. RGB value is (170,178,126). Sum of RGB (Red+Green+Blue) = 170+178+126=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB27E is #554D81. Grayscale: #A9A9A9. Windows color (decimal): -5590402 or 8303274. OLE color: 8303274.
HSL color Cylindrical-coordinate representation of color #AAB27E: hue angle of 69.23º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB27E is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 126 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.30 |
| HSL | 69.23º | 0.25% | 0.6% | - |
| HSV(B) | 69.23º | 0.29% | 0.7% | - |
| XYZ | 36.26 | 41.89 | 25.91 | - |
| YUV | 169.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 126 | 0.04 | 0 | 0.29 | 0.30 | 69.23 | 0.25 | 0.6 |
| Hex | AA | B2 | 7E | 4 | 0 | 1D | 1E | 45 | 19 | 3C |
| Octal | 252 | 262 | 176 | 4 | 0 | 35 | 36 | 105 | 31 | 74 |
| Binary | 10101010 | 10110010 | 1111110 | 100 | 0 | 11101 | 11110 | 1000101 | 11001 | 111100 |
Color Harmonies of #AAB27E
Complementary color
Monochromatic Colors of #AAB27E
Black with #AAB27E
Text Example
Text Example
White with #AAB27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB27E; }
p { color: rgb(170,178,126); }
H1.HeaderClassName
{
color: #AAB27E;
}
.AnyTagClassName
{
color: #AAB27E;
}
</style>
background-color css
<style>
a { background-color: #AAB27E; }
a { background-color: rgb(170,178,126); }
div.DivClassName
{
background-color: #AAB27E;
}
.BgClassName
{
background-color: #AAB27E;
}
</style>
border-color css
<style>
span { border-color: #AAB27E; }
span { border-color: rgb(170,178,126); }
td.TdClassName
{
border-color: #AAB27E;
}
.TagClassName
{
border-color: #AAB27E;
}
</style>