Shades of Neutral Green #A8A588
Tints of Neutral Green #A8A588
RGB
CMYK
RGB Variations
Color information
#A8A588 (or 0xA8A588) is known color: Neutral Green. HEX triplet: A8, A5 and 88. RGB value is (168,165,136). Sum of RGB (Red+Green+Blue) = 168+165+136=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A588 is #575A77. Grayscale: #A2A2A2. Windows color (decimal): -5724792 or 8955304. OLE color: 8955304.
HSL color Cylindrical-coordinate representation of color #A8A588: hue angle of 54.38º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8A588 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 165 | 136 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.34 |
| HSL | 54.38º | 0.16% | 0.6% | - |
| HSV(B) | 54.38º | 0.19% | 0.66% | - |
| XYZ | 34.05 | 37.01 | 28.64 | - |
| YUV | 162.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 165 | 136 | 0 | 0.02 | 0.19 | 0.34 | 54.38 | 0.16 | 0.6 |
| Hex | A8 | A5 | 88 | 0 | 2 | 13 | 22 | 36 | 10 | 3C |
| Octal | 250 | 245 | 210 | 0 | 2 | 23 | 42 | 66 | 20 | 74 |
| Binary | 10101000 | 10100101 | 10001000 | 0 | 10 | 10011 | 100010 | 110110 | 10000 | 111100 |
Color Harmonies of #A8A588
Complementary color
Monochromatic Colors of #A8A588
Black with #A8A588
Text Example
Text Example
White with #A8A588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A588; }
p { color: rgb(168,165,136); }
H1.HeaderClassName
{
color: #A8A588;
}
.AnyTagClassName
{
color: #A8A588;
}
</style>
background-color css
<style>
a { background-color: #A8A588; }
a { background-color: rgb(168,165,136); }
div.DivClassName
{
background-color: #A8A588;
}
.BgClassName
{
background-color: #A8A588;
}
</style>
border-color css
<style>
span { border-color: #A8A588; }
span { border-color: rgb(168,165,136); }
td.TdClassName
{
border-color: #A8A588;
}
.TagClassName
{
border-color: #A8A588;
}
</style>