Shades of Locust #AAB07E
Tints of Locust #AAB07E
RGB
CMYK
RGB Variations
Color information
#AAB07E (or 0xAAB07E) is known color: Locust. HEX triplet: AA, B0 and 7E. RGB value is (170,176,126). Sum of RGB (Red+Green+Blue) = 170+176+126=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB07E is #554F81. Grayscale: #A8A8A8. Windows color (decimal): -5590914 or 8302762. OLE color: 8302762.
HSL color Cylindrical-coordinate representation of color #AAB07E: hue angle of 67.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB07E is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 126 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.31 |
| HSL | 67.2º | 0.24% | 0.59% | - |
| HSV(B) | 67.2º | 0.28% | 0.69% | - |
| XYZ | 35.87 | 41.1 | 25.78 | - |
| YUV | 168.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 126 | 0.03 | 0 | 0.28 | 0.31 | 67.2 | 0.24 | 0.59 |
| Hex | AA | B0 | 7E | 3 | 0 | 1C | 1F | 43 | 18 | 3B |
| Octal | 252 | 260 | 176 | 3 | 0 | 34 | 37 | 103 | 30 | 73 |
| Binary | 10101010 | 10110000 | 1111110 | 11 | 0 | 11100 | 11111 | 1000011 | 11000 | 111011 |
Color Harmonies of #AAB07E
Complementary color
Monochromatic Colors of #AAB07E
Black with #AAB07E
Text Example
Text Example
White with #AAB07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB07E; }
p { color: rgb(170,176,126); }
H1.HeaderClassName
{
color: #AAB07E;
}
.AnyTagClassName
{
color: #AAB07E;
}
</style>
background-color css
<style>
a { background-color: #AAB07E; }
a { background-color: rgb(170,176,126); }
div.DivClassName
{
background-color: #AAB07E;
}
.BgClassName
{
background-color: #AAB07E;
}
</style>
border-color css
<style>
span { border-color: #AAB07E; }
span { border-color: rgb(170,176,126); }
td.TdClassName
{
border-color: #AAB07E;
}
.TagClassName
{
border-color: #AAB07E;
}
</style>