Shades of Locust #ABAF77
Tints of Locust #ABAF77
RGB
CMYK
RGB Variations
Color information
#ABAF77 (or 0xABAF77) is known color: Locust. HEX triplet: AB, AF and 77. RGB value is (171,175,119). Sum of RGB (Red+Green+Blue) = 171+175+119=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF77 is #545088. Grayscale: #A7A7A7. Windows color (decimal): -5525641 or 7843755. OLE color: 7843755.
HSL color Cylindrical-coordinate representation of color #ABAF77: hue angle of 64.29º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABAF77 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 119 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.31 |
| HSL | 64.29º | 0.26% | 0.58% | - |
| HSV(B) | 64.29º | 0.32% | 0.69% | - |
| XYZ | 35.45 | 40.65 | 23.43 | - |
| YUV | 167.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 119 | 0.02 | 0 | 0.32 | 0.31 | 64.29 | 0.26 | 0.58 |
| Hex | AB | AF | 77 | 2 | 0 | 20 | 1F | 40 | 1A | 3A |
| Octal | 253 | 257 | 167 | 2 | 0 | 40 | 37 | 100 | 32 | 72 |
| Binary | 10101011 | 10101111 | 1110111 | 10 | 0 | 100000 | 11111 | 1000000 | 11010 | 111010 |
Color Harmonies of #ABAF77
Complementary color
Monochromatic Colors of #ABAF77
Black with #ABAF77
Text Example
Text Example
White with #ABAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF77; }
p { color: rgb(171,175,119); }
H1.HeaderClassName
{
color: #ABAF77;
}
.AnyTagClassName
{
color: #ABAF77;
}
</style>
background-color css
<style>
a { background-color: #ABAF77; }
a { background-color: rgb(171,175,119); }
div.DivClassName
{
background-color: #ABAF77;
}
.BgClassName
{
background-color: #ABAF77;
}
</style>
border-color css
<style>
span { border-color: #ABAF77; }
span { border-color: rgb(171,175,119); }
td.TdClassName
{
border-color: #ABAF77;
}
.TagClassName
{
border-color: #ABAF77;
}
</style>