Shades of Neutral Green #A8A685
Tints of Neutral Green #A8A685
RGB
CMYK
RGB Variations
Color information
#A8A685 (or 0xA8A685) is known color: Neutral Green. HEX triplet: A8, A6 and 85. RGB value is (168,166,133). Sum of RGB (Red+Green+Blue) = 168+166+133=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A685 is #57597A. Grayscale: #A2A2A2. Windows color (decimal): -5724539 or 8758952. OLE color: 8758952.
HSL color Cylindrical-coordinate representation of color #A8A685: hue angle of 56.57º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8A685 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 166 | 133 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.34 |
| HSL | 56.57º | 0.17% | 0.59% | - |
| HSV(B) | 56.57º | 0.21% | 0.66% | - |
| XYZ | 34.02 | 37.29 | 27.6 | - |
| YUV | 162.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 133 | 0 | 0.01 | 0.21 | 0.34 | 56.57 | 0.17 | 0.59 |
| Hex | A8 | A6 | 85 | 0 | 1 | 15 | 22 | 39 | 11 | 3B |
| Octal | 250 | 246 | 205 | 0 | 1 | 25 | 42 | 71 | 21 | 73 |
| Binary | 10101000 | 10100110 | 10000101 | 0 | 1 | 10101 | 100010 | 111001 | 10001 | 111011 |
Color Harmonies of #A8A685
Complementary color
Monochromatic Colors of #A8A685
Black with #A8A685
Text Example
Text Example
White with #A8A685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A685; }
p { color: rgb(168,166,133); }
H1.HeaderClassName
{
color: #A8A685;
}
.AnyTagClassName
{
color: #A8A685;
}
</style>
background-color css
<style>
a { background-color: #A8A685; }
a { background-color: rgb(168,166,133); }
div.DivClassName
{
background-color: #A8A685;
}
.BgClassName
{
background-color: #A8A685;
}
</style>
border-color css
<style>
span { border-color: #A8A685; }
span { border-color: rgb(168,166,133); }
td.TdClassName
{
border-color: #A8A685;
}
.TagClassName
{
border-color: #A8A685;
}
</style>