Shades of Neutral Green #A8A58E
Tints of Neutral Green #A8A58E
RGB
CMYK
RGB Variations
Color information
#A8A58E (or 0xA8A58E) is known color: Neutral Green. HEX triplet: A8, A5 and 8E. RGB value is (168,165,142). Sum of RGB (Red+Green+Blue) = 168+165+142=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A58E is #575A71. Grayscale: #A3A3A3. Windows color (decimal): -5724786 or 9348520. OLE color: 9348520.
HSL color Cylindrical-coordinate representation of color #A8A58E: hue angle of 53.08º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8A58E is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 165 | 142 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.34 |
| HSL | 53.08º | 0.13% | 0.61% | - |
| HSV(B) | 53.08º | 0.15% | 0.66% | - |
| XYZ | 34.49 | 37.19 | 30.95 | - |
| YUV | 163.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 165 | 142 | 0 | 0.02 | 0.15 | 0.34 | 53.08 | 0.13 | 0.61 |
| Hex | A8 | A5 | 8E | 0 | 2 | F | 22 | 35 | D | 3D |
| Octal | 250 | 245 | 216 | 0 | 2 | 17 | 42 | 65 | 15 | 75 |
| Binary | 10101000 | 10100101 | 10001110 | 0 | 10 | 1111 | 100010 | 110101 | 1101 | 111101 |
Color Harmonies of #A8A58E
Complementary color
Monochromatic Colors of #A8A58E
Black with #A8A58E
Text Example
Text Example
White with #A8A58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A58E; }
p { color: rgb(168,165,142); }
H1.HeaderClassName
{
color: #A8A58E;
}
.AnyTagClassName
{
color: #A8A58E;
}
</style>
background-color css
<style>
a { background-color: #A8A58E; }
a { background-color: rgb(168,165,142); }
div.DivClassName
{
background-color: #A8A58E;
}
.BgClassName
{
background-color: #A8A58E;
}
</style>
border-color css
<style>
span { border-color: #A8A58E; }
span { border-color: rgb(168,165,142); }
td.TdClassName
{
border-color: #A8A58E;
}
.TagClassName
{
border-color: #A8A58E;
}
</style>