Shades of Locust #ABAC81
Tints of Locust #ABAC81
RGB
CMYK
RGB Variations
Color information
#ABAC81 (or 0xABAC81) is known color: Locust. HEX triplet: AB, AC and 81. RGB value is (171,172,129). Sum of RGB (Red+Green+Blue) = 171+172+129=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC81 is #54537E. Grayscale: #A6A6A6. Windows color (decimal): -5526399 or 8498347. OLE color: 8498347.
HSL color Cylindrical-coordinate representation of color #ABAC81: hue angle of 61.4º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABAC81 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 129 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.33 |
| HSL | 61.4º | 0.21% | 0.59% | - |
| HSV(B) | 61.4º | 0.25% | 0.67% | - |
| XYZ | 35.51 | 39.75 | 26.57 | - |
| YUV | 166.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 129 | 0.01 | 0 | 0.25 | 0.33 | 61.4 | 0.21 | 0.59 |
| Hex | AB | AC | 81 | 1 | 0 | 19 | 21 | 3D | 15 | 3B |
| Octal | 253 | 254 | 201 | 1 | 0 | 31 | 41 | 75 | 25 | 73 |
| Binary | 10101011 | 10101100 | 10000001 | 1 | 0 | 11001 | 100001 | 111101 | 10101 | 111011 |
Color Harmonies of #ABAC81
Complementary color
Monochromatic Colors of #ABAC81
Black with #ABAC81
Text Example
Text Example
White with #ABAC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC81; }
p { color: rgb(171,172,129); }
H1.HeaderClassName
{
color: #ABAC81;
}
.AnyTagClassName
{
color: #ABAC81;
}
</style>
background-color css
<style>
a { background-color: #ABAC81; }
a { background-color: rgb(171,172,129); }
div.DivClassName
{
background-color: #ABAC81;
}
.BgClassName
{
background-color: #ABAC81;
}
</style>
border-color css
<style>
span { border-color: #ABAC81; }
span { border-color: rgb(171,172,129); }
td.TdClassName
{
border-color: #ABAC81;
}
.TagClassName
{
border-color: #ABAC81;
}
</style>