Shades of Neutral Green #A8A48D
Tints of Neutral Green #A8A48D
RGB
CMYK
RGB Variations
Color information
#A8A48D (or 0xA8A48D) is known color: Neutral Green. HEX triplet: A8, A4 and 8D. RGB value is (168,164,141). Sum of RGB (Red+Green+Blue) = 168+164+141=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A48D is #575B72. Grayscale: #A2A2A2. Windows color (decimal): -5725043 or 9282728. OLE color: 9282728.
HSL color Cylindrical-coordinate representation of color #A8A48D: hue angle of 51.11º 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 #A8A48D is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 164 | 141 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.34 |
| HSL | 51.11º | 0.13% | 0.61% | - |
| HSV(B) | 51.11º | 0.16% | 0.66% | - |
| XYZ | 34.23 | 36.8 | 30.5 | - |
| YUV | 162.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 141 | 0 | 0.02 | 0.16 | 0.34 | 51.11 | 0.13 | 0.61 |
| Hex | A8 | A4 | 8D | 0 | 2 | 10 | 22 | 33 | D | 3D |
| Octal | 250 | 244 | 215 | 0 | 2 | 20 | 42 | 63 | 15 | 75 |
| Binary | 10101000 | 10100100 | 10001101 | 0 | 10 | 10000 | 100010 | 110011 | 1101 | 111101 |
Color Harmonies of #A8A48D
Complementary color
Monochromatic Colors of #A8A48D
Black with #A8A48D
Text Example
Text Example
White with #A8A48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A48D; }
p { color: rgb(168,164,141); }
H1.HeaderClassName
{
color: #A8A48D;
}
.AnyTagClassName
{
color: #A8A48D;
}
</style>
background-color css
<style>
a { background-color: #A8A48D; }
a { background-color: rgb(168,164,141); }
div.DivClassName
{
background-color: #A8A48D;
}
.BgClassName
{
background-color: #A8A48D;
}
</style>
border-color css
<style>
span { border-color: #A8A48D; }
span { border-color: rgb(168,164,141); }
td.TdClassName
{
border-color: #A8A48D;
}
.TagClassName
{
border-color: #A8A48D;
}
</style>