Shades of Neutral Green #A7A18A
Tints of Neutral Green #A7A18A
RGB
CMYK
RGB Variations
Color information
#A7A18A (or 0xA7A18A) is known color: Neutral Green. HEX triplet: A7, A1 and 8A. RGB value is (167,161,138). Sum of RGB (Red+Green+Blue) = 167+161+138=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A18A is #585E75. Grayscale: #A0A0A0. Windows color (decimal): -5791350 or 9085351. OLE color: 9085351.
HSL color Cylindrical-coordinate representation of color #A7A18A: hue angle of 47.59º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7A18A is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 161 | 138 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.35 |
| HSL | 47.59º | 0.14% | 0.6% | - |
| HSV(B) | 47.59º | 0.17% | 0.65% | - |
| XYZ | 33.27 | 35.54 | 29.15 | - |
| YUV | 160.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 161 | 138 | 0 | 0.04 | 0.17 | 0.35 | 47.59 | 0.14 | 0.6 |
| Hex | A7 | A1 | 8A | 0 | 4 | 11 | 23 | 30 | E | 3C |
| Octal | 247 | 241 | 212 | 0 | 4 | 21 | 43 | 60 | 16 | 74 |
| Binary | 10100111 | 10100001 | 10001010 | 0 | 100 | 10001 | 100011 | 110000 | 1110 | 111100 |
Color Harmonies of #A7A18A
Complementary color
Monochromatic Colors of #A7A18A
Black with #A7A18A
Text Example
Text Example
White with #A7A18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A18A; }
p { color: rgb(167,161,138); }
H1.HeaderClassName
{
color: #A7A18A;
}
.AnyTagClassName
{
color: #A7A18A;
}
</style>
background-color css
<style>
a { background-color: #A7A18A; }
a { background-color: rgb(167,161,138); }
div.DivClassName
{
background-color: #A7A18A;
}
.BgClassName
{
background-color: #A7A18A;
}
</style>
border-color css
<style>
span { border-color: #A7A18A; }
span { border-color: rgb(167,161,138); }
td.TdClassName
{
border-color: #A7A18A;
}
.TagClassName
{
border-color: #A7A18A;
}
</style>