Shades of Neutral Green #A8A687
Tints of Neutral Green #A8A687
RGB
CMYK
RGB Variations
Color information
#A8A687 (or 0xA8A687) is known color: Neutral Green. HEX triplet: A8, A6 and 87. RGB value is (168,166,135). Sum of RGB (Red+Green+Blue) = 168+166+135=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A687 is #575978. Grayscale: #A3A3A3. Windows color (decimal): -5724537 or 8890024. OLE color: 8890024.
HSL color Cylindrical-coordinate representation of color #A8A687: hue angle of 56.36º 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 #A8A687 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 166 | 135 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.34 |
| HSL | 56.36º | 0.16% | 0.59% | - |
| HSV(B) | 56.36º | 0.2% | 0.66% | - |
| XYZ | 34.16 | 37.35 | 28.33 | - |
| YUV | 163.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 135 | 0 | 0.01 | 0.20 | 0.34 | 56.36 | 0.16 | 0.59 |
| Hex | A8 | A6 | 87 | 0 | 1 | 14 | 22 | 38 | 10 | 3B |
| Octal | 250 | 246 | 207 | 0 | 1 | 24 | 42 | 70 | 20 | 73 |
| Binary | 10101000 | 10100110 | 10000111 | 0 | 1 | 10100 | 100010 | 111000 | 10000 | 111011 |
Color Harmonies of #A8A687
Complementary color
Monochromatic Colors of #A8A687
Black with #A8A687
Text Example
Text Example
White with #A8A687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A687; }
p { color: rgb(168,166,135); }
H1.HeaderClassName
{
color: #A8A687;
}
.AnyTagClassName
{
color: #A8A687;
}
</style>
background-color css
<style>
a { background-color: #A8A687; }
a { background-color: rgb(168,166,135); }
div.DivClassName
{
background-color: #A8A687;
}
.BgClassName
{
background-color: #A8A687;
}
</style>
border-color css
<style>
span { border-color: #A8A687; }
span { border-color: rgb(168,166,135); }
td.TdClassName
{
border-color: #A8A687;
}
.TagClassName
{
border-color: #A8A687;
}
</style>