Shades of Locust #ABAF76
Tints of Locust #ABAF76
RGB
CMYK
RGB Variations
Color information
#ABAF76 (or 0xABAF76) is known color: Locust. HEX triplet: AB, AF and 76. RGB value is (171,175,118). Sum of RGB (Red+Green+Blue) = 171+175+118=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF76 is #545089. Grayscale: #A7A7A7. Windows color (decimal): -5525642 or 7778219. OLE color: 7778219.
HSL color Cylindrical-coordinate representation of color #ABAF76: hue angle of 64.21º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABAF76 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 118 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.31 |
| HSL | 64.21º | 0.26% | 0.57% | - |
| HSV(B) | 64.21º | 0.33% | 0.69% | - |
| XYZ | 35.39 | 40.63 | 23.12 | - |
| YUV | 167.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 118 | 0.02 | 0 | 0.33 | 0.31 | 64.21 | 0.26 | 0.57 |
| Hex | AB | AF | 76 | 2 | 0 | 21 | 1F | 40 | 1A | 39 |
| Octal | 253 | 257 | 166 | 2 | 0 | 41 | 37 | 100 | 32 | 71 |
| Binary | 10101011 | 10101111 | 1110110 | 10 | 0 | 100001 | 11111 | 1000000 | 11010 | 111001 |
Color Harmonies of #ABAF76
Complementary color
Monochromatic Colors of #ABAF76
Black with #ABAF76
Text Example
Text Example
White with #ABAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF76; }
p { color: rgb(171,175,118); }
H1.HeaderClassName
{
color: #ABAF76;
}
.AnyTagClassName
{
color: #ABAF76;
}
</style>
background-color css
<style>
a { background-color: #ABAF76; }
a { background-color: rgb(171,175,118); }
div.DivClassName
{
background-color: #ABAF76;
}
.BgClassName
{
background-color: #ABAF76;
}
</style>
border-color css
<style>
span { border-color: #ABAF76; }
span { border-color: rgb(171,175,118); }
td.TdClassName
{
border-color: #ABAF76;
}
.TagClassName
{
border-color: #ABAF76;
}
</style>