Shades of Locust #AAB181
Tints of Locust #AAB181
RGB
CMYK
RGB Variations
Color information
#AAB181 (or 0xAAB181) is known color: Locust. HEX triplet: AA, B1 and 81. RGB value is (170,177,129). Sum of RGB (Red+Green+Blue) = 170+177+129=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB181 is #554E7E. Grayscale: #A9A9A9. Windows color (decimal): -5590655 or 8499626. OLE color: 8499626.
HSL color Cylindrical-coordinate representation of color #AAB181: hue angle of 68.75º degrees, saturation: 0.24, 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 #AAB181 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 129 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.31 |
| HSL | 68.75º | 0.24% | 0.6% | - |
| HSV(B) | 68.75º | 0.27% | 0.69% | - |
| XYZ | 36.26 | 41.58 | 26.88 | - |
| YUV | 169.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 129 | 0.04 | 0 | 0.27 | 0.31 | 68.75 | 0.24 | 0.6 |
| Hex | AA | B1 | 81 | 4 | 0 | 1B | 1F | 45 | 18 | 3C |
| Octal | 252 | 261 | 201 | 4 | 0 | 33 | 37 | 105 | 30 | 74 |
| Binary | 10101010 | 10110001 | 10000001 | 100 | 0 | 11011 | 11111 | 1000101 | 11000 | 111100 |
Color Harmonies of #AAB181
Complementary color
Monochromatic Colors of #AAB181
Black with #AAB181
Text Example
Text Example
White with #AAB181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB181; }
p { color: rgb(170,177,129); }
H1.HeaderClassName
{
color: #AAB181;
}
.AnyTagClassName
{
color: #AAB181;
}
</style>
background-color css
<style>
a { background-color: #AAB181; }
a { background-color: rgb(170,177,129); }
div.DivClassName
{
background-color: #AAB181;
}
.BgClassName
{
background-color: #AAB181;
}
</style>
border-color css
<style>
span { border-color: #AAB181; }
span { border-color: rgb(170,177,129); }
td.TdClassName
{
border-color: #AAB181;
}
.TagClassName
{
border-color: #AAB181;
}
</style>