Shades of Locust #ABAB6E
Tints of Locust #ABAB6E
RGB
CMYK
RGB Variations
Color information
#ABAB6E (or 0xABAB6E) is known color: Locust. HEX triplet: AB, AB and 6E. RGB value is (171,171,110). Sum of RGB (Red+Green+Blue) = 171+171+110=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB6E is #545491. Grayscale: #A4A4A4. Windows color (decimal): -5526674 or 7252907. OLE color: 7252907.
HSL color Cylindrical-coordinate representation of color #ABAB6E: hue angle of 60º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABAB6E is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 110 | - |
| CMYK | 0 | 0 | 0.36 | 0.33 |
| HSL | 60º | 0.27% | 0.55% | - |
| HSV(B) | 60º | 0.36% | 0.67% | - |
| XYZ | 34.17 | 38.91 | 20.46 | - |
| YUV | 164.05 | 97.5 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 110 | 0 | 0 | 0.36 | 0.33 | 60 | 0.27 | 0.55 |
| Hex | AB | AB | 6E | 0 | 0 | 24 | 21 | 3C | 1B | 37 |
| Octal | 253 | 253 | 156 | 0 | 0 | 44 | 41 | 74 | 33 | 67 |
| Binary | 10101011 | 10101011 | 1101110 | 0 | 0 | 100100 | 100001 | 111100 | 11011 | 110111 |
Color Harmonies of #ABAB6E
Complementary color
Monochromatic Colors of #ABAB6E
Black with #ABAB6E
Text Example
Text Example
White with #ABAB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB6E; }
p { color: rgb(171,171,110); }
H1.HeaderClassName
{
color: #ABAB6E;
}
.AnyTagClassName
{
color: #ABAB6E;
}
</style>
background-color css
<style>
a { background-color: #ABAB6E; }
a { background-color: rgb(171,171,110); }
div.DivClassName
{
background-color: #ABAB6E;
}
.BgClassName
{
background-color: #ABAB6E;
}
</style>
border-color css
<style>
span { border-color: #ABAB6E; }
span { border-color: rgb(171,171,110); }
td.TdClassName
{
border-color: #ABAB6E;
}
.TagClassName
{
border-color: #ABAB6E;
}
</style>