Shades of Neutral Green #A9A687
Tints of Neutral Green #A9A687
RGB
CMYK
RGB Variations
Color information
#A9A687 (or 0xA9A687) is known color: Neutral Green. HEX triplet: A9, A6 and 87. RGB value is (169,166,135). Sum of RGB (Red+Green+Blue) = 169+166+135=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A687 is #565978. Grayscale: #A3A3A3. Windows color (decimal): -5659001 or 8890025. OLE color: 8890025.
HSL color Cylindrical-coordinate representation of color #A9A687: hue angle of 54.71º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9A687 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 166 | 135 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.34 |
| HSL | 54.71º | 0.17% | 0.6% | - |
| HSV(B) | 54.71º | 0.2% | 0.66% | - |
| XYZ | 34.37 | 37.46 | 28.34 | - |
| YUV | 163.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 166 | 135 | 0 | 0.02 | 0.20 | 0.34 | 54.71 | 0.17 | 0.6 |
| Hex | A9 | A6 | 87 | 0 | 2 | 14 | 22 | 37 | 11 | 3C |
| Octal | 251 | 246 | 207 | 0 | 2 | 24 | 42 | 67 | 21 | 74 |
| Binary | 10101001 | 10100110 | 10000111 | 0 | 10 | 10100 | 100010 | 110111 | 10001 | 111100 |
Color Harmonies of #A9A687
Complementary color
Monochromatic Colors of #A9A687
Black with #A9A687
Text Example
Text Example
White with #A9A687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A687; }
p { color: rgb(169,166,135); }
H1.HeaderClassName
{
color: #A9A687;
}
.AnyTagClassName
{
color: #A9A687;
}
</style>
background-color css
<style>
a { background-color: #A9A687; }
a { background-color: rgb(169,166,135); }
div.DivClassName
{
background-color: #A9A687;
}
.BgClassName
{
background-color: #A9A687;
}
</style>
border-color css
<style>
span { border-color: #A9A687; }
span { border-color: rgb(169,166,135); }
td.TdClassName
{
border-color: #A9A687;
}
.TagClassName
{
border-color: #A9A687;
}
</style>