Shades of Locust #AAB081
Tints of Locust #AAB081
RGB
CMYK
RGB Variations
Color information
#AAB081 (or 0xAAB081) is known color: Locust. HEX triplet: AA, B0 and 81. RGB value is (170,176,129). Sum of RGB (Red+Green+Blue) = 170+176+129=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB081 is #554F7E. Grayscale: #A9A9A9. Windows color (decimal): -5590911 or 8499370. OLE color: 8499370.
HSL color Cylindrical-coordinate representation of color #AAB081: hue angle of 67.66º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAB081 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 129 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.31 |
| HSL | 67.66º | 0.23% | 0.6% | - |
| HSV(B) | 67.66º | 0.27% | 0.69% | - |
| XYZ | 36.07 | 41.18 | 26.82 | - |
| YUV | 168.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 129 | 0.03 | 0 | 0.27 | 0.31 | 67.66 | 0.23 | 0.6 |
| Hex | AA | B0 | 81 | 3 | 0 | 1B | 1F | 44 | 17 | 3C |
| Octal | 252 | 260 | 201 | 3 | 0 | 33 | 37 | 104 | 27 | 74 |
| Binary | 10101010 | 10110000 | 10000001 | 11 | 0 | 11011 | 11111 | 1000100 | 10111 | 111100 |
Color Harmonies of #AAB081
Complementary color
Monochromatic Colors of #AAB081
Black with #AAB081
Text Example
Text Example
White with #AAB081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB081; }
p { color: rgb(170,176,129); }
H1.HeaderClassName
{
color: #AAB081;
}
.AnyTagClassName
{
color: #AAB081;
}
</style>
background-color css
<style>
a { background-color: #AAB081; }
a { background-color: rgb(170,176,129); }
div.DivClassName
{
background-color: #AAB081;
}
.BgClassName
{
background-color: #AAB081;
}
</style>
border-color css
<style>
span { border-color: #AAB081; }
span { border-color: rgb(170,176,129); }
td.TdClassName
{
border-color: #AAB081;
}
.TagClassName
{
border-color: #AAB081;
}
</style>