Shades of Neutral Green #A8A787
Tints of Neutral Green #A8A787
RGB
CMYK
RGB Variations
Color information
#A8A787 (or 0xA8A787) is known color: Neutral Green. HEX triplet: A8, A7 and 87. RGB value is (168,167,135). Sum of RGB (Red+Green+Blue) = 168+167+135=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A787 is #575878. Grayscale: #A3A3A3. Windows color (decimal): -5724281 or 8890280. OLE color: 8890280.
HSL color Cylindrical-coordinate representation of color #A8A787: hue angle of 58.18º 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 #A8A787 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 135 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.34 |
| HSL | 58.18º | 0.16% | 0.59% | - |
| HSV(B) | 58.18º | 0.2% | 0.66% | - |
| XYZ | 34.34 | 37.71 | 28.39 | - |
| YUV | 163.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 135 | 0 | 0.01 | 0.20 | 0.34 | 58.18 | 0.16 | 0.59 |
| Hex | A8 | A7 | 87 | 0 | 1 | 14 | 22 | 3A | 10 | 3B |
| Octal | 250 | 247 | 207 | 0 | 1 | 24 | 42 | 72 | 20 | 73 |
| Binary | 10101000 | 10100111 | 10000111 | 0 | 1 | 10100 | 100010 | 111010 | 10000 | 111011 |
Color Harmonies of #A8A787
Complementary color
Monochromatic Colors of #A8A787
Black with #A8A787
Text Example
Text Example
White with #A8A787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A787; }
p { color: rgb(168,167,135); }
H1.HeaderClassName
{
color: #A8A787;
}
.AnyTagClassName
{
color: #A8A787;
}
</style>
background-color css
<style>
a { background-color: #A8A787; }
a { background-color: rgb(168,167,135); }
div.DivClassName
{
background-color: #A8A787;
}
.BgClassName
{
background-color: #A8A787;
}
</style>
border-color css
<style>
span { border-color: #A8A787; }
span { border-color: rgb(168,167,135); }
td.TdClassName
{
border-color: #A8A787;
}
.TagClassName
{
border-color: #A8A787;
}
</style>