Shades of Locust #AAB07F
Tints of Locust #AAB07F
RGB
CMYK
RGB Variations
Color information
#AAB07F (or 0xAAB07F) is known color: Locust. HEX triplet: AA, B0 and 7F. RGB value is (170,176,127). Sum of RGB (Red+Green+Blue) = 170+176+127=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB07F is #554F80. Grayscale: #A8A8A8. Windows color (decimal): -5590913 or 8368298. OLE color: 8368298.
HSL color Cylindrical-coordinate representation of color #AAB07F: hue angle of 67.35º 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 #AAB07F is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 127 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.31 |
| HSL | 67.35º | 0.24% | 0.59% | - |
| HSV(B) | 67.35º | 0.28% | 0.69% | - |
| XYZ | 35.93 | 41.13 | 26.12 | - |
| YUV | 168.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 127 | 0.03 | 0 | 0.28 | 0.31 | 67.35 | 0.24 | 0.59 |
| Hex | AA | B0 | 7F | 3 | 0 | 1C | 1F | 43 | 18 | 3B |
| Octal | 252 | 260 | 177 | 3 | 0 | 34 | 37 | 103 | 30 | 73 |
| Binary | 10101010 | 10110000 | 1111111 | 11 | 0 | 11100 | 11111 | 1000011 | 11000 | 111011 |
Color Harmonies of #AAB07F
Complementary color
Monochromatic Colors of #AAB07F
Black with #AAB07F
Text Example
Text Example
White with #AAB07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB07F; }
p { color: rgb(170,176,127); }
H1.HeaderClassName
{
color: #AAB07F;
}
.AnyTagClassName
{
color: #AAB07F;
}
</style>
background-color css
<style>
a { background-color: #AAB07F; }
a { background-color: rgb(170,176,127); }
div.DivClassName
{
background-color: #AAB07F;
}
.BgClassName
{
background-color: #AAB07F;
}
</style>
border-color css
<style>
span { border-color: #AAB07F; }
span { border-color: rgb(170,176,127); }
td.TdClassName
{
border-color: #AAB07F;
}
.TagClassName
{
border-color: #AAB07F;
}
</style>