Shades of Neutral Green #A7A28A
Tints of Neutral Green #A7A28A
RGB
CMYK
RGB Variations
Color information
#A7A28A (or 0xA7A28A) is known color: Neutral Green. HEX triplet: A7, A2 and 8A. RGB value is (167,162,138). Sum of RGB (Red+Green+Blue) = 167+162+138=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A28A is #585D75. Grayscale: #A0A0A0. Windows color (decimal): -5791094 or 9085607. OLE color: 9085607.
HSL color Cylindrical-coordinate representation of color #A7A28A: hue angle of 49.66º 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 #A7A28A is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 162 | 138 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.35 |
| HSL | 49.66º | 0.14% | 0.6% | - |
| HSV(B) | 49.66º | 0.17% | 0.65% | - |
| XYZ | 33.44 | 35.89 | 29.21 | - |
| YUV | 160.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 162 | 138 | 0 | 0.03 | 0.17 | 0.35 | 49.66 | 0.14 | 0.6 |
| Hex | A7 | A2 | 8A | 0 | 3 | 11 | 23 | 32 | E | 3C |
| Octal | 247 | 242 | 212 | 0 | 3 | 21 | 43 | 62 | 16 | 74 |
| Binary | 10100111 | 10100010 | 10001010 | 0 | 11 | 10001 | 100011 | 110010 | 1110 | 111100 |
Color Harmonies of #A7A28A
Complementary color
Monochromatic Colors of #A7A28A
Black with #A7A28A
Text Example
Text Example
White with #A7A28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A28A; }
p { color: rgb(167,162,138); }
H1.HeaderClassName
{
color: #A7A28A;
}
.AnyTagClassName
{
color: #A7A28A;
}
</style>
background-color css
<style>
a { background-color: #A7A28A; }
a { background-color: rgb(167,162,138); }
div.DivClassName
{
background-color: #A7A28A;
}
.BgClassName
{
background-color: #A7A28A;
}
</style>
border-color css
<style>
span { border-color: #A7A28A; }
span { border-color: rgb(167,162,138); }
td.TdClassName
{
border-color: #A7A28A;
}
.TagClassName
{
border-color: #A7A28A;
}
</style>