Shades of Locust #A7AA7F
Tints of Locust #A7AA7F
RGB
CMYK
RGB Variations
Color information
#A7AA7F (or 0xA7AA7F) is known color: Locust. HEX triplet: A7, AA and 7F. RGB value is (167,170,127). Sum of RGB (Red+Green+Blue) = 167+170+127=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA7F is #585580. Grayscale: #A4A4A4. Windows color (decimal): -5789057 or 8366759. OLE color: 8366759.
HSL color Cylindrical-coordinate representation of color #A7AA7F: hue angle of 64.19º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7AA7F is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 170 | 127 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.33 |
| HSL | 64.19º | 0.2% | 0.58% | - |
| HSV(B) | 64.19º | 0.25% | 0.67% | - |
| XYZ | 34.14 | 38.5 | 25.71 | - |
| YUV | 164.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 170 | 127 | 0.02 | 0 | 0.25 | 0.33 | 64.19 | 0.2 | 0.58 |
| Hex | A7 | AA | 7F | 2 | 0 | 19 | 21 | 40 | 14 | 3A |
| Octal | 247 | 252 | 177 | 2 | 0 | 31 | 41 | 100 | 24 | 72 |
| Binary | 10100111 | 10101010 | 1111111 | 10 | 0 | 11001 | 100001 | 1000000 | 10100 | 111010 |
Color Harmonies of #A7AA7F
Complementary color
Monochromatic Colors of #A7AA7F
Black with #A7AA7F
Text Example
Text Example
White with #A7AA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AA7F; }
p { color: rgb(167,170,127); }
H1.HeaderClassName
{
color: #A7AA7F;
}
.AnyTagClassName
{
color: #A7AA7F;
}
</style>
background-color css
<style>
a { background-color: #A7AA7F; }
a { background-color: rgb(167,170,127); }
div.DivClassName
{
background-color: #A7AA7F;
}
.BgClassName
{
background-color: #A7AA7F;
}
</style>
border-color css
<style>
span { border-color: #A7AA7F; }
span { border-color: rgb(167,170,127); }
td.TdClassName
{
border-color: #A7AA7F;
}
.TagClassName
{
border-color: #A7AA7F;
}
</style>