Shades of Locust #ABAB7D
Tints of Locust #ABAB7D
RGB
CMYK
RGB Variations
Color information
#ABAB7D (or 0xABAB7D) is known color: Locust. HEX triplet: AB, AB and 7D. RGB value is (171,171,125). Sum of RGB (Red+Green+Blue) = 171+171+125=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB7D is #545482. Grayscale: #A5A5A5. Windows color (decimal): -5526659 or 8235947. OLE color: 8235947.
HSL color Cylindrical-coordinate representation of color #ABAB7D: 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.27%. Process color model (Four color, CMYK) of #ABAB7D is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 171 | 125 | - |
CMYK | 0 | 0 | 0.27 | 0.33 |
HSL | 60º | 0.21% | 0.58% | - |
HSV(B) | 60º | 0.27% | 0.67% | - |
XYZ | 35.06 | 39.26 | 25.13 | - |
YUV | 165.76 | 105 | 131.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 171 | 125 | 0 | 0 | 0.27 | 0.33 | 60 | 0.21 | 0.58 |
Hex | AB | AB | 7D | 0 | 0 | 1B | 21 | 3C | 15 | 3A |
Octal | 253 | 253 | 175 | 0 | 0 | 33 | 41 | 74 | 25 | 72 |
Binary | 10101011 | 10101011 | 1111101 | 0 | 0 | 11011 | 100001 | 111100 | 10101 | 111010 |
Color Harmonies of #ABAB7D
Complementary color
Monochromatic Colors of #ABAB7D
Black with #ABAB7D
Text Example
Text Example
White with #ABAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB7D; }
p { color: rgb(171,171,125); }
H1.HeaderClassName
{
color: #ABAB7D;
}
.AnyTagClassName
{
color: #ABAB7D;
}
</style>
background-color css
<style>
a { background-color: #ABAB7D; }
a { background-color: rgb(171,171,125); }
div.DivClassName
{
background-color: #ABAB7D;
}
.BgClassName
{
background-color: #ABAB7D;
}
</style>
border-color css
<style>
span { border-color: #ABAB7D; }
span { border-color: rgb(171,171,125); }
td.TdClassName
{
border-color: #ABAB7D;
}
.TagClassName
{
border-color: #ABAB7D;
}
</style>