Shades of Neutral Green #A8A68D
Tints of Neutral Green #A8A68D
RGB
CMYK
RGB Variations
Color information
#A8A68D (or 0xA8A68D) is known color: Neutral Green. HEX triplet: A8, A6 and 8D. RGB value is (168,166,141). Sum of RGB (Red+Green+Blue) = 168+166+141=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A68D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A68D is #575972. Grayscale: #A3A3A3. Windows color (decimal): -5724531 or 9283240. OLE color: 9283240.
HSL color Cylindrical-coordinate representation of color #A8A68D: hue angle of 55.56º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8A68D is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 166 | 141 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.34 |
| HSL | 55.56º | 0.13% | 0.61% | - |
| HSV(B) | 55.56º | 0.16% | 0.66% | - |
| XYZ | 34.59 | 37.52 | 30.62 | - |
| YUV | 163.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 141 | 0 | 0.01 | 0.16 | 0.34 | 55.56 | 0.13 | 0.61 |
| Hex | A8 | A6 | 8D | 0 | 1 | 10 | 22 | 38 | D | 3D |
| Octal | 250 | 246 | 215 | 0 | 1 | 20 | 42 | 70 | 15 | 75 |
| Binary | 10101000 | 10100110 | 10001101 | 0 | 1 | 10000 | 100010 | 111000 | 1101 | 111101 |
Color Harmonies of #A8A68D
Complementary color
Monochromatic Colors of #A8A68D
Black with #A8A68D
Text Example
Text Example
White with #A8A68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A68D; }
p { color: rgb(168,166,141); }
H1.HeaderClassName
{
color: #A8A68D;
}
.AnyTagClassName
{
color: #A8A68D;
}
</style>
background-color css
<style>
a { background-color: #A8A68D; }
a { background-color: rgb(168,166,141); }
div.DivClassName
{
background-color: #A8A68D;
}
.BgClassName
{
background-color: #A8A68D;
}
</style>
border-color css
<style>
span { border-color: #A8A68D; }
span { border-color: rgb(168,166,141); }
td.TdClassName
{
border-color: #A8A68D;
}
.TagClassName
{
border-color: #A8A68D;
}
</style>