Shades of Locust #ABAB7A
Tints of Locust #ABAB7A
RGB
CMYK
RGB Variations
Color information
#ABAB7A (or 0xABAB7A) is known color: Locust. HEX triplet: AB, AB and 7A. RGB value is (171,171,122). Sum of RGB (Red+Green+Blue) = 171+171+122=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB7A is #545485. Grayscale: #A5A5A5. Windows color (decimal): -5526662 or 8039339. OLE color: 8039339.
HSL color Cylindrical-coordinate representation of color #ABAB7A: hue angle of 60º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABAB7A is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 122 | - |
| CMYK | 0 | 0 | 0.29 | 0.33 |
| HSL | 60º | 0.23% | 0.57% | - |
| HSV(B) | 60º | 0.29% | 0.67% | - |
| XYZ | 34.87 | 39.19 | 24.14 | - |
| YUV | 165.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 122 | 0 | 0 | 0.29 | 0.33 | 60 | 0.23 | 0.57 |
| Hex | AB | AB | 7A | 0 | 0 | 1D | 21 | 3C | 17 | 39 |
| Octal | 253 | 253 | 172 | 0 | 0 | 35 | 41 | 74 | 27 | 71 |
| Binary | 10101011 | 10101011 | 1111010 | 0 | 0 | 11101 | 100001 | 111100 | 10111 | 111001 |
Color Harmonies of #ABAB7A
Complementary color
Monochromatic Colors of #ABAB7A
Black with #ABAB7A
Text Example
Text Example
White with #ABAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB7A; }
p { color: rgb(171,171,122); }
H1.HeaderClassName
{
color: #ABAB7A;
}
.AnyTagClassName
{
color: #ABAB7A;
}
</style>
background-color css
<style>
a { background-color: #ABAB7A; }
a { background-color: rgb(171,171,122); }
div.DivClassName
{
background-color: #ABAB7A;
}
.BgClassName
{
background-color: #ABAB7A;
}
</style>
border-color css
<style>
span { border-color: #ABAB7A; }
span { border-color: rgb(171,171,122); }
td.TdClassName
{
border-color: #ABAB7A;
}
.TagClassName
{
border-color: #ABAB7A;
}
</style>