Shades of Locust #ABAC7B
Tints of Locust #ABAC7B
RGB
CMYK
RGB Variations
Color information
#ABAC7B (or 0xABAC7B) is known color: Locust. HEX triplet: AB, AC and 7B. RGB value is (171,172,123). Sum of RGB (Red+Green+Blue) = 171+172+123=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC7B is #545384. Grayscale: #A6A6A6. Windows color (decimal): -5526405 or 8105131. OLE color: 8105131.
HSL color Cylindrical-coordinate representation of color #ABAC7B: hue angle of 61.22º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABAC7B is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 123 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.33 |
| HSL | 61.22º | 0.23% | 0.58% | - |
| HSV(B) | 61.22º | 0.28% | 0.67% | - |
| XYZ | 35.12 | 39.59 | 24.53 | - |
| YUV | 166.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 123 | 0.01 | 0 | 0.28 | 0.33 | 61.22 | 0.23 | 0.58 |
| Hex | AB | AC | 7B | 1 | 0 | 1C | 21 | 3D | 17 | 3A |
| Octal | 253 | 254 | 173 | 1 | 0 | 34 | 41 | 75 | 27 | 72 |
| Binary | 10101011 | 10101100 | 1111011 | 1 | 0 | 11100 | 100001 | 111101 | 10111 | 111010 |
Color Harmonies of #ABAC7B
Complementary color
Monochromatic Colors of #ABAC7B
Black with #ABAC7B
Text Example
Text Example
White with #ABAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC7B; }
p { color: rgb(171,172,123); }
H1.HeaderClassName
{
color: #ABAC7B;
}
.AnyTagClassName
{
color: #ABAC7B;
}
</style>
background-color css
<style>
a { background-color: #ABAC7B; }
a { background-color: rgb(171,172,123); }
div.DivClassName
{
background-color: #ABAC7B;
}
.BgClassName
{
background-color: #ABAC7B;
}
</style>
border-color css
<style>
span { border-color: #ABAC7B; }
span { border-color: rgb(171,172,123); }
td.TdClassName
{
border-color: #ABAC7B;
}
.TagClassName
{
border-color: #ABAC7B;
}
</style>