Shades of Locust #ABAF7E
Tints of Locust #ABAF7E
RGB
CMYK
RGB Variations
Color information
#ABAF7E (or 0xABAF7E) is known color: Locust. HEX triplet: AB, AF and 7E. RGB value is (171,175,126). Sum of RGB (Red+Green+Blue) = 171+175+126=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF7E is #545081. Grayscale: #A8A8A8. Windows color (decimal): -5525634 or 8302507. OLE color: 8302507.
HSL color Cylindrical-coordinate representation of color #ABAF7E: hue angle of 64.9º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABAF7E is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 126 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.31 |
| HSL | 64.9º | 0.23% | 0.59% | - |
| HSV(B) | 64.9º | 0.28% | 0.69% | - |
| XYZ | 35.89 | 40.82 | 25.73 | - |
| YUV | 168.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 126 | 0.02 | 0 | 0.28 | 0.31 | 64.9 | 0.23 | 0.59 |
| Hex | AB | AF | 7E | 2 | 0 | 1C | 1F | 41 | 17 | 3B |
| Octal | 253 | 257 | 176 | 2 | 0 | 34 | 37 | 101 | 27 | 73 |
| Binary | 10101011 | 10101111 | 1111110 | 10 | 0 | 11100 | 11111 | 1000001 | 10111 | 111011 |
Color Harmonies of #ABAF7E
Complementary color
Monochromatic Colors of #ABAF7E
Black with #ABAF7E
Text Example
Text Example
White with #ABAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF7E; }
p { color: rgb(171,175,126); }
H1.HeaderClassName
{
color: #ABAF7E;
}
.AnyTagClassName
{
color: #ABAF7E;
}
</style>
background-color css
<style>
a { background-color: #ABAF7E; }
a { background-color: rgb(171,175,126); }
div.DivClassName
{
background-color: #ABAF7E;
}
.BgClassName
{
background-color: #ABAF7E;
}
</style>
border-color css
<style>
span { border-color: #ABAF7E; }
span { border-color: rgb(171,175,126); }
td.TdClassName
{
border-color: #ABAF7E;
}
.TagClassName
{
border-color: #ABAF7E;
}
</style>