Shades of Locust #AAB281
Tints of Locust #AAB281
RGB
CMYK
RGB Variations
Color information
#AAB281 (or 0xAAB281) is known color: Locust. HEX triplet: AA, B2 and 81. RGB value is (170,178,129). Sum of RGB (Red+Green+Blue) = 170+178+129=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB281 is #554D7E. Grayscale: #AAAAAA. Windows color (decimal): -5590399 or 8499882. OLE color: 8499882.
HSL color Cylindrical-coordinate representation of color #AAB281: hue angle of 69.8º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB281 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 129 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.30 |
| HSL | 69.8º | 0.24% | 0.6% | - |
| HSV(B) | 69.8º | 0.28% | 0.7% | - |
| XYZ | 36.46 | 41.97 | 26.95 | - |
| YUV | 170.02 | 104.85 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 129 | 0.04 | 0 | 0.28 | 0.30 | 69.8 | 0.24 | 0.6 |
| Hex | AA | B2 | 81 | 4 | 0 | 1C | 1E | 46 | 18 | 3C |
| Octal | 252 | 262 | 201 | 4 | 0 | 34 | 36 | 106 | 30 | 74 |
| Binary | 10101010 | 10110010 | 10000001 | 100 | 0 | 11100 | 11110 | 1000110 | 11000 | 111100 |
Color Harmonies of #AAB281
Complementary color
Monochromatic Colors of #AAB281
Black with #AAB281
Text Example
Text Example
White with #AAB281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB281; }
p { color: rgb(170,178,129); }
H1.HeaderClassName
{
color: #AAB281;
}
.AnyTagClassName
{
color: #AAB281;
}
</style>
background-color css
<style>
a { background-color: #AAB281; }
a { background-color: rgb(170,178,129); }
div.DivClassName
{
background-color: #AAB281;
}
.BgClassName
{
background-color: #AAB281;
}
</style>
border-color css
<style>
span { border-color: #AAB281; }
span { border-color: rgb(170,178,129); }
td.TdClassName
{
border-color: #AAB281;
}
.TagClassName
{
border-color: #AAB281;
}
</style>