Shades of Locust #ABAB70
Tints of Locust #ABAB70
RGB
CMYK
RGB Variations
Color information
#ABAB70 (or 0xABAB70) is known color: Locust. HEX triplet: AB, AB and 70. RGB value is (171,171,112). Sum of RGB (Red+Green+Blue) = 171+171+112=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB70 is #54548F. Grayscale: #A4A4A4. Windows color (decimal): -5526672 or 7383979. OLE color: 7383979.
HSL color Cylindrical-coordinate representation of color #ABAB70: hue angle of 60º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABAB70 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 112 | - |
| CMYK | 0 | 0 | 0.35 | 0.33 |
| HSL | 60º | 0.26% | 0.55% | - |
| HSV(B) | 60º | 0.35% | 0.67% | - |
| XYZ | 34.28 | 38.95 | 21.04 | - |
| YUV | 164.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 112 | 0 | 0 | 0.35 | 0.33 | 60 | 0.26 | 0.55 |
| Hex | AB | AB | 70 | 0 | 0 | 23 | 21 | 3C | 1A | 37 |
| Octal | 253 | 253 | 160 | 0 | 0 | 43 | 41 | 74 | 32 | 67 |
| Binary | 10101011 | 10101011 | 1110000 | 0 | 0 | 100011 | 100001 | 111100 | 11010 | 110111 |
Color Harmonies of #ABAB70
Complementary color
Monochromatic Colors of #ABAB70
Black with #ABAB70
Text Example
Text Example
White with #ABAB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB70; }
p { color: rgb(171,171,112); }
H1.HeaderClassName
{
color: #ABAB70;
}
.AnyTagClassName
{
color: #ABAB70;
}
</style>
background-color css
<style>
a { background-color: #ABAB70; }
a { background-color: rgb(171,171,112); }
div.DivClassName
{
background-color: #ABAB70;
}
.BgClassName
{
background-color: #ABAB70;
}
</style>
border-color css
<style>
span { border-color: #ABAB70; }
span { border-color: rgb(171,171,112); }
td.TdClassName
{
border-color: #ABAB70;
}
.TagClassName
{
border-color: #ABAB70;
}
</style>