Shades of Neutral Green #A7A281
Tints of Neutral Green #A7A281
RGB
CMYK
RGB Variations
Color information
#A7A281 (or 0xA7A281) is known color: Neutral Green. HEX triplet: A7, A2 and 81. RGB value is (167,162,129). Sum of RGB (Red+Green+Blue) = 167+162+129=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A281 is #585D7E. Grayscale: #9F9F9F. Windows color (decimal): -5791103 or 8495783. OLE color: 8495783.
HSL color Cylindrical-coordinate representation of color #A7A281: hue angle of 52.11º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7A281 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 162 | 129 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.35 |
| HSL | 52.11º | 0.18% | 0.58% | - |
| HSV(B) | 52.11º | 0.23% | 0.65% | - |
| XYZ | 32.82 | 35.64 | 25.92 | - |
| YUV | 159.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 162 | 129 | 0 | 0.03 | 0.23 | 0.35 | 52.11 | 0.18 | 0.58 |
| Hex | A7 | A2 | 81 | 0 | 3 | 17 | 23 | 34 | 12 | 3A |
| Octal | 247 | 242 | 201 | 0 | 3 | 27 | 43 | 64 | 22 | 72 |
| Binary | 10100111 | 10100010 | 10000001 | 0 | 11 | 10111 | 100011 | 110100 | 10010 | 111010 |
Color Harmonies of #A7A281
Complementary color
Monochromatic Colors of #A7A281
Black with #A7A281
Text Example
Text Example
White with #A7A281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A281; }
p { color: rgb(167,162,129); }
H1.HeaderClassName
{
color: #A7A281;
}
.AnyTagClassName
{
color: #A7A281;
}
</style>
background-color css
<style>
a { background-color: #A7A281; }
a { background-color: rgb(167,162,129); }
div.DivClassName
{
background-color: #A7A281;
}
.BgClassName
{
background-color: #A7A281;
}
</style>
border-color css
<style>
span { border-color: #A7A281; }
span { border-color: rgb(167,162,129); }
td.TdClassName
{
border-color: #A7A281;
}
.TagClassName
{
border-color: #A7A281;
}
</style>