Shades of Neutral Green #A8A688
Tints of Neutral Green #A8A688
RGB
CMYK
RGB Variations
Color information
#A8A688 (or 0xA8A688) is known color: Neutral Green. HEX triplet: A8, A6 and 88. RGB value is (168,166,136). Sum of RGB (Red+Green+Blue) = 168+166+136=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A688 is #575977. Grayscale: #A3A3A3. Windows color (decimal): -5724536 or 8955560. OLE color: 8955560.
HSL color Cylindrical-coordinate representation of color #A8A688: hue angle of 56.25º 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 #A8A688 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 166 | 136 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.34 |
| HSL | 56.25º | 0.16% | 0.6% | - |
| HSV(B) | 56.25º | 0.19% | 0.66% | - |
| XYZ | 34.23 | 37.37 | 28.7 | - |
| YUV | 163.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 136 | 0 | 0.01 | 0.19 | 0.34 | 56.25 | 0.16 | 0.6 |
| Hex | A8 | A6 | 88 | 0 | 1 | 13 | 22 | 38 | 10 | 3C |
| Octal | 250 | 246 | 210 | 0 | 1 | 23 | 42 | 70 | 20 | 74 |
| Binary | 10101000 | 10100110 | 10001000 | 0 | 1 | 10011 | 100010 | 111000 | 10000 | 111100 |
Color Harmonies of #A8A688
Complementary color
Monochromatic Colors of #A8A688
Black with #A8A688
Text Example
Text Example
White with #A8A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A688; }
p { color: rgb(168,166,136); }
H1.HeaderClassName
{
color: #A8A688;
}
.AnyTagClassName
{
color: #A8A688;
}
</style>
background-color css
<style>
a { background-color: #A8A688; }
a { background-color: rgb(168,166,136); }
div.DivClassName
{
background-color: #A8A688;
}
.BgClassName
{
background-color: #A8A688;
}
</style>
border-color css
<style>
span { border-color: #A8A688; }
span { border-color: rgb(168,166,136); }
td.TdClassName
{
border-color: #A8A688;
}
.TagClassName
{
border-color: #A8A688;
}
</style>