Shades of Locust #A9AB71
Tints of Locust #A9AB71
RGB
CMYK
RGB Variations
Color information
#A9AB71 (or 0xA9AB71) is known color: Locust. HEX triplet: A9, AB and 71. RGB value is (169,171,113). Sum of RGB (Red+Green+Blue) = 169+171+113=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AB71 is #56548E. Grayscale: #A4A4A4. Windows color (decimal): -5657743 or 7449513. OLE color: 7449513.
HSL color Cylindrical-coordinate representation of color #A9AB71: hue angle of 62.07º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9AB71 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 171 | 113 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.33 |
| HSL | 62.07º | 0.26% | 0.56% | - |
| HSV(B) | 62.07º | 0.34% | 0.67% | - |
| XYZ | 33.91 | 38.75 | 21.32 | - |
| YUV | 163.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 113 | 0.01 | 0 | 0.34 | 0.33 | 62.07 | 0.26 | 0.56 |
| Hex | A9 | AB | 71 | 1 | 0 | 22 | 21 | 3E | 1A | 38 |
| Octal | 251 | 253 | 161 | 1 | 0 | 42 | 41 | 76 | 32 | 70 |
| Binary | 10101001 | 10101011 | 1110001 | 1 | 0 | 100010 | 100001 | 111110 | 11010 | 111000 |
Color Harmonies of #A9AB71
Complementary color
Monochromatic Colors of #A9AB71
Black with #A9AB71
Text Example
Text Example
White with #A9AB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AB71; }
p { color: rgb(169,171,113); }
H1.HeaderClassName
{
color: #A9AB71;
}
.AnyTagClassName
{
color: #A9AB71;
}
</style>
background-color css
<style>
a { background-color: #A9AB71; }
a { background-color: rgb(169,171,113); }
div.DivClassName
{
background-color: #A9AB71;
}
.BgClassName
{
background-color: #A9AB71;
}
</style>
border-color css
<style>
span { border-color: #A9AB71; }
span { border-color: rgb(169,171,113); }
td.TdClassName
{
border-color: #A9AB71;
}
.TagClassName
{
border-color: #A9AB71;
}
</style>