Shades of Neutral Green #A8A287
Tints of Neutral Green #A8A287
RGB
CMYK
RGB Variations
Color information
#A8A287 (or 0xA8A287) is known color: Neutral Green. HEX triplet: A8, A2 and 87. RGB value is (168,162,135). Sum of RGB (Red+Green+Blue) = 168+162+135=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A287 is #575D78. Grayscale: #A0A0A0. Windows color (decimal): -5725561 or 8889000. OLE color: 8889000.
HSL color Cylindrical-coordinate representation of color #A8A287: hue angle of 49.09º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8A287 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 135 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.34 |
| HSL | 49.09º | 0.16% | 0.59% | - |
| HSV(B) | 49.09º | 0.2% | 0.66% | - |
| XYZ | 33.44 | 35.91 | 28.09 | - |
| YUV | 160.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 135 | 0 | 0.04 | 0.20 | 0.34 | 49.09 | 0.16 | 0.59 |
| Hex | A8 | A2 | 87 | 0 | 4 | 14 | 22 | 31 | 10 | 3B |
| Octal | 250 | 242 | 207 | 0 | 4 | 24 | 42 | 61 | 20 | 73 |
| Binary | 10101000 | 10100010 | 10000111 | 0 | 100 | 10100 | 100010 | 110001 | 10000 | 111011 |
Color Harmonies of #A8A287
Complementary color
Monochromatic Colors of #A8A287
Black with #A8A287
Text Example
Text Example
White with #A8A287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A287; }
p { color: rgb(168,162,135); }
H1.HeaderClassName
{
color: #A8A287;
}
.AnyTagClassName
{
color: #A8A287;
}
</style>
background-color css
<style>
a { background-color: #A8A287; }
a { background-color: rgb(168,162,135); }
div.DivClassName
{
background-color: #A8A287;
}
.BgClassName
{
background-color: #A8A287;
}
</style>
border-color css
<style>
span { border-color: #A8A287; }
span { border-color: rgb(168,162,135); }
td.TdClassName
{
border-color: #A8A287;
}
.TagClassName
{
border-color: #A8A287;
}
</style>