Shades of Neutral Green #A4A281
Tints of Neutral Green #A4A281
RGB
CMYK
RGB Variations
Color information
#A4A281 (or 0xA4A281) is known color: Neutral Green. HEX triplet: A4, A2 and 81. RGB value is (164,162,129). Sum of RGB (Red+Green+Blue) = 164+162+129=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A281 is #5B5D7E. Grayscale: #9E9E9E. Windows color (decimal): -5987711 or 8495780. OLE color: 8495780.
HSL color Cylindrical-coordinate representation of color #A4A281: hue angle of 56.57º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4A281 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 162 | 129 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.36 |
| HSL | 56.57º | 0.16% | 0.57% | - |
| HSV(B) | 56.57º | 0.21% | 0.64% | - |
| XYZ | 32.19 | 35.32 | 25.89 | - |
| YUV | 158.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 162 | 129 | 0 | 0.01 | 0.21 | 0.36 | 56.57 | 0.16 | 0.57 |
| Hex | A4 | A2 | 81 | 0 | 1 | 15 | 24 | 39 | 10 | 39 |
| Octal | 244 | 242 | 201 | 0 | 1 | 25 | 44 | 71 | 20 | 71 |
| Binary | 10100100 | 10100010 | 10000001 | 0 | 1 | 10101 | 100100 | 111001 | 10000 | 111001 |
Color Harmonies of #A4A281
Complementary color
Monochromatic Colors of #A4A281
Black with #A4A281
Text Example
Text Example
White with #A4A281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A281; }
p { color: rgb(164,162,129); }
H1.HeaderClassName
{
color: #A4A281;
}
.AnyTagClassName
{
color: #A4A281;
}
</style>
background-color css
<style>
a { background-color: #A4A281; }
a { background-color: rgb(164,162,129); }
div.DivClassName
{
background-color: #A4A281;
}
.BgClassName
{
background-color: #A4A281;
}
</style>
border-color css
<style>
span { border-color: #A4A281; }
span { border-color: rgb(164,162,129); }
td.TdClassName
{
border-color: #A4A281;
}
.TagClassName
{
border-color: #A4A281;
}
</style>