Shades of Locust #ABAF7B
Tints of Locust #ABAF7B
RGB
CMYK
RGB Variations
Color information
#ABAF7B (or 0xABAF7B) is known color: Locust. HEX triplet: AB, AF and 7B. RGB value is (171,175,123). Sum of RGB (Red+Green+Blue) = 171+175+123=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF7B is #545084. Grayscale: #A8A8A8. Windows color (decimal): -5525637 or 8105899. OLE color: 8105899.
HSL color Cylindrical-coordinate representation of color #ABAF7B: hue angle of 64.62º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABAF7B is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 123 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.31 |
| HSL | 64.62º | 0.25% | 0.58% | - |
| HSV(B) | 64.62º | 0.3% | 0.69% | - |
| XYZ | 35.7 | 40.75 | 24.72 | - |
| YUV | 167.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 123 | 0.02 | 0 | 0.30 | 0.31 | 64.62 | 0.25 | 0.58 |
| Hex | AB | AF | 7B | 2 | 0 | 1E | 1F | 41 | 19 | 3A |
| Octal | 253 | 257 | 173 | 2 | 0 | 36 | 37 | 101 | 31 | 72 |
| Binary | 10101011 | 10101111 | 1111011 | 10 | 0 | 11110 | 11111 | 1000001 | 11001 | 111010 |
Color Harmonies of #ABAF7B
Complementary color
Monochromatic Colors of #ABAF7B
Black with #ABAF7B
Text Example
Text Example
White with #ABAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF7B; }
p { color: rgb(171,175,123); }
H1.HeaderClassName
{
color: #ABAF7B;
}
.AnyTagClassName
{
color: #ABAF7B;
}
</style>
background-color css
<style>
a { background-color: #ABAF7B; }
a { background-color: rgb(171,175,123); }
div.DivClassName
{
background-color: #ABAF7B;
}
.BgClassName
{
background-color: #ABAF7B;
}
</style>
border-color css
<style>
span { border-color: #ABAF7B; }
span { border-color: rgb(171,175,123); }
td.TdClassName
{
border-color: #ABAF7B;
}
.TagClassName
{
border-color: #ABAF7B;
}
</style>