Shades of Locust #A7AA71
Tints of Locust #A7AA71
RGB
CMYK
RGB Variations
Color information
#A7AA71 (or 0xA7AA71) is known color: Locust. HEX triplet: A7, AA and 71. RGB value is (167,170,113). Sum of RGB (Red+Green+Blue) = 167+170+113=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA71 is #58558E. Grayscale: #A2A2A2. Windows color (decimal): -5789071 or 7449255. OLE color: 7449255.
HSL color Cylindrical-coordinate representation of color #A7AA71: hue angle of 63.16º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7AA71 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 170 | 113 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.33 |
| HSL | 63.16º | 0.25% | 0.55% | - |
| HSV(B) | 63.16º | 0.34% | 0.67% | - |
| XYZ | 33.29 | 38.16 | 21.23 | - |
| YUV | 162.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 170 | 113 | 0.02 | 0 | 0.34 | 0.33 | 63.16 | 0.25 | 0.55 |
| Hex | A7 | AA | 71 | 2 | 0 | 22 | 21 | 3F | 19 | 37 |
| Octal | 247 | 252 | 161 | 2 | 0 | 42 | 41 | 77 | 31 | 67 |
| Binary | 10100111 | 10101010 | 1110001 | 10 | 0 | 100010 | 100001 | 111111 | 11001 | 110111 |
Color Harmonies of #A7AA71
Complementary color
Monochromatic Colors of #A7AA71
Black with #A7AA71
Text Example
Text Example
White with #A7AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AA71; }
p { color: rgb(167,170,113); }
H1.HeaderClassName
{
color: #A7AA71;
}
.AnyTagClassName
{
color: #A7AA71;
}
</style>
background-color css
<style>
a { background-color: #A7AA71; }
a { background-color: rgb(167,170,113); }
div.DivClassName
{
background-color: #A7AA71;
}
.BgClassName
{
background-color: #A7AA71;
}
</style>
border-color css
<style>
span { border-color: #A7AA71; }
span { border-color: rgb(167,170,113); }
td.TdClassName
{
border-color: #A7AA71;
}
.TagClassName
{
border-color: #A7AA71;
}
</style>