Shades of Locust #AAB27F
Tints of Locust #AAB27F
RGB
CMYK
RGB Variations
Color information
#AAB27F (or 0xAAB27F) is known color: Locust. HEX triplet: AA, B2 and 7F. RGB value is (170,178,127). Sum of RGB (Red+Green+Blue) = 170+178+127=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB27F is #554D80. Grayscale: #A9A9A9. Windows color (decimal): -5590401 or 8368810. OLE color: 8368810.
HSL color Cylindrical-coordinate representation of color #AAB27F: hue angle of 69.41º 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 #AAB27F is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 127 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.30 |
| HSL | 69.41º | 0.25% | 0.6% | - |
| HSV(B) | 69.41º | 0.29% | 0.7% | - |
| XYZ | 36.33 | 41.92 | 26.26 | - |
| YUV | 169.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 127 | 0.04 | 0 | 0.29 | 0.30 | 69.41 | 0.25 | 0.6 |
| Hex | AA | B2 | 7F | 4 | 0 | 1D | 1E | 45 | 19 | 3C |
| Octal | 252 | 262 | 177 | 4 | 0 | 35 | 36 | 105 | 31 | 74 |
| Binary | 10101010 | 10110010 | 1111111 | 100 | 0 | 11101 | 11110 | 1000101 | 11001 | 111100 |
Color Harmonies of #AAB27F
Complementary color
Monochromatic Colors of #AAB27F
Black with #AAB27F
Text Example
Text Example
White with #AAB27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB27F; }
p { color: rgb(170,178,127); }
H1.HeaderClassName
{
color: #AAB27F;
}
.AnyTagClassName
{
color: #AAB27F;
}
</style>
background-color css
<style>
a { background-color: #AAB27F; }
a { background-color: rgb(170,178,127); }
div.DivClassName
{
background-color: #AAB27F;
}
.BgClassName
{
background-color: #AAB27F;
}
</style>
border-color css
<style>
span { border-color: #AAB27F; }
span { border-color: rgb(170,178,127); }
td.TdClassName
{
border-color: #AAB27F;
}
.TagClassName
{
border-color: #AAB27F;
}
</style>