Shades of Locust #ABAB7E
Tints of Locust #ABAB7E
RGB
CMYK
RGB Variations
Color information
#ABAB7E (or 0xABAB7E) is known color: Locust. HEX triplet: AB, AB and 7E. RGB value is (171,171,126). Sum of RGB (Red+Green+Blue) = 171+171+126=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB7E is #545481. Grayscale: #A6A6A6. Windows color (decimal): -5526658 or 8301483. OLE color: 8301483.
HSL color Cylindrical-coordinate representation of color #ABAB7E: hue angle of 60º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABAB7E is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 171 | 126 | - |
CMYK | 0 | 0 | 0.26 | 0.33 |
HSL | 60º | 0.21% | 0.58% | - |
HSV(B) | 60º | 0.26% | 0.67% | - |
XYZ | 35.12 | 39.29 | 25.47 | - |
YUV | 165.87 | 105.5 | 131.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 171 | 126 | 0 | 0 | 0.26 | 0.33 | 60 | 0.21 | 0.58 |
Hex | AB | AB | 7E | 0 | 0 | 1A | 21 | 3C | 15 | 3A |
Octal | 253 | 253 | 176 | 0 | 0 | 32 | 41 | 74 | 25 | 72 |
Binary | 10101011 | 10101011 | 1111110 | 0 | 0 | 11010 | 100001 | 111100 | 10101 | 111010 |
Color Harmonies of #ABAB7E
Complementary color
Monochromatic Colors of #ABAB7E
Black with #ABAB7E
Text Example
Text Example
White with #ABAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB7E; }
p { color: rgb(171,171,126); }
H1.HeaderClassName
{
color: #ABAB7E;
}
.AnyTagClassName
{
color: #ABAB7E;
}
</style>
background-color css
<style>
a { background-color: #ABAB7E; }
a { background-color: rgb(171,171,126); }
div.DivClassName
{
background-color: #ABAB7E;
}
.BgClassName
{
background-color: #ABAB7E;
}
</style>
border-color css
<style>
span { border-color: #ABAB7E; }
span { border-color: rgb(171,171,126); }
td.TdClassName
{
border-color: #ABAB7E;
}
.TagClassName
{
border-color: #ABAB7E;
}
</style>