Shades of Locust #ABAF7F
Tints of Locust #ABAF7F
RGB
CMYK
RGB Variations
Color information
#ABAF7F (or 0xABAF7F) is known color: Locust. HEX triplet: AB, AF and 7F. RGB value is (171,175,127). Sum of RGB (Red+Green+Blue) = 171+175+127=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF7F is #545080. Grayscale: #A8A8A8. Windows color (decimal): -5525633 or 8368043. OLE color: 8368043.
HSL color Cylindrical-coordinate representation of color #ABAF7F: hue angle of 65º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABAF7F is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 127 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.31 |
| HSL | 65º | 0.23% | 0.59% | - |
| HSV(B) | 65º | 0.27% | 0.69% | - |
| XYZ | 35.96 | 40.85 | 26.07 | - |
| YUV | 168.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 127 | 0.02 | 0 | 0.27 | 0.31 | 65 | 0.23 | 0.59 |
| Hex | AB | AF | 7F | 2 | 0 | 1B | 1F | 41 | 17 | 3B |
| Octal | 253 | 257 | 177 | 2 | 0 | 33 | 37 | 101 | 27 | 73 |
| Binary | 10101011 | 10101111 | 1111111 | 10 | 0 | 11011 | 11111 | 1000001 | 10111 | 111011 |
Color Harmonies of #ABAF7F
Complementary color
Monochromatic Colors of #ABAF7F
Black with #ABAF7F
Text Example
Text Example
White with #ABAF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF7F; }
p { color: rgb(171,175,127); }
H1.HeaderClassName
{
color: #ABAF7F;
}
.AnyTagClassName
{
color: #ABAF7F;
}
</style>
background-color css
<style>
a { background-color: #ABAF7F; }
a { background-color: rgb(171,175,127); }
div.DivClassName
{
background-color: #ABAF7F;
}
.BgClassName
{
background-color: #ABAF7F;
}
</style>
border-color css
<style>
span { border-color: #ABAF7F; }
span { border-color: rgb(171,175,127); }
td.TdClassName
{
border-color: #ABAF7F;
}
.TagClassName
{
border-color: #ABAF7F;
}
</style>