Shades of Locust #ABAC84
Tints of Locust #ABAC84
RGB
CMYK
RGB Variations
Color information
#ABAC84 (or 0xABAC84) is known color: Locust. HEX triplet: AB, AC and 84. RGB value is (171,172,132). Sum of RGB (Red+Green+Blue) = 171+172+132=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC84 is #54537B. Grayscale: #A7A7A7. Windows color (decimal): -5526396 or 8694955. OLE color: 8694955.
HSL color Cylindrical-coordinate representation of color #ABAC84: hue angle of 61.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABAC84 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 132 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.33 |
| HSL | 61.5º | 0.19% | 0.6% | - |
| HSV(B) | 61.5º | 0.23% | 0.67% | - |
| XYZ | 35.71 | 39.83 | 27.64 | - |
| YUV | 167.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 132 | 0.01 | 0 | 0.23 | 0.33 | 61.5 | 0.19 | 0.6 |
| Hex | AB | AC | 84 | 1 | 0 | 17 | 21 | 3E | 13 | 3C |
| Octal | 253 | 254 | 204 | 1 | 0 | 27 | 41 | 76 | 23 | 74 |
| Binary | 10101011 | 10101100 | 10000100 | 1 | 0 | 10111 | 100001 | 111110 | 10011 | 111100 |
Color Harmonies of #ABAC84
Complementary color
Monochromatic Colors of #ABAC84
Black with #ABAC84
Text Example
Text Example
White with #ABAC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC84; }
p { color: rgb(171,172,132); }
H1.HeaderClassName
{
color: #ABAC84;
}
.AnyTagClassName
{
color: #ABAC84;
}
</style>
background-color css
<style>
a { background-color: #ABAC84; }
a { background-color: rgb(171,172,132); }
div.DivClassName
{
background-color: #ABAC84;
}
.BgClassName
{
background-color: #ABAC84;
}
</style>
border-color css
<style>
span { border-color: #ABAC84; }
span { border-color: rgb(171,172,132); }
td.TdClassName
{
border-color: #ABAC84;
}
.TagClassName
{
border-color: #ABAC84;
}
</style>