Shades of Neutral Green #A8A781
Tints of Neutral Green #A8A781
RGB
CMYK
RGB Variations
Color information
#A8A781 (or 0xA8A781) is known color: Neutral Green. HEX triplet: A8, A7 and 81. RGB value is (168,167,129). Sum of RGB (Red+Green+Blue) = 168+167+129=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A781 is #57587E. Grayscale: #A3A3A3. Windows color (decimal): -5724287 or 8497064. OLE color: 8497064.
HSL color Cylindrical-coordinate representation of color #A8A781: hue angle of 58.46º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8A781 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 129 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.34 |
| HSL | 58.46º | 0.18% | 0.58% | - |
| HSV(B) | 58.46º | 0.23% | 0.66% | - |
| XYZ | 33.93 | 37.55 | 26.23 | - |
| YUV | 162.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 129 | 0 | 0.01 | 0.23 | 0.34 | 58.46 | 0.18 | 0.58 |
| Hex | A8 | A7 | 81 | 0 | 1 | 17 | 22 | 3A | 12 | 3A |
| Octal | 250 | 247 | 201 | 0 | 1 | 27 | 42 | 72 | 22 | 72 |
| Binary | 10101000 | 10100111 | 10000001 | 0 | 1 | 10111 | 100010 | 111010 | 10010 | 111010 |
Color Harmonies of #A8A781
Complementary color
Monochromatic Colors of #A8A781
Black with #A8A781
Text Example
Text Example
White with #A8A781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A781; }
p { color: rgb(168,167,129); }
H1.HeaderClassName
{
color: #A8A781;
}
.AnyTagClassName
{
color: #A8A781;
}
</style>
background-color css
<style>
a { background-color: #A8A781; }
a { background-color: rgb(168,167,129); }
div.DivClassName
{
background-color: #A8A781;
}
.BgClassName
{
background-color: #A8A781;
}
</style>
border-color css
<style>
span { border-color: #A8A781; }
span { border-color: rgb(168,167,129); }
td.TdClassName
{
border-color: #A8A781;
}
.TagClassName
{
border-color: #A8A781;
}
</style>