Shades of Neutral Green #A8A48A
Tints of Neutral Green #A8A48A
RGB
CMYK
RGB Variations
Color information
#A8A48A (or 0xA8A48A) is known color: Neutral Green. HEX triplet: A8, A4 and 8A. RGB value is (168,164,138). Sum of RGB (Red+Green+Blue) = 168+164+138=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A48A is #575B75. Grayscale: #A2A2A2. Windows color (decimal): -5725046 or 9086120. OLE color: 9086120.
HSL color Cylindrical-coordinate representation of color #A8A48A: hue angle of 52º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8A48A is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 164 | 138 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.34 |
| HSL | 52º | 0.15% | 0.6% | - |
| HSV(B) | 52º | 0.18% | 0.66% | - |
| XYZ | 34.01 | 36.71 | 29.34 | - |
| YUV | 162.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 138 | 0 | 0.02 | 0.18 | 0.34 | 52 | 0.15 | 0.6 |
| Hex | A8 | A4 | 8A | 0 | 2 | 12 | 22 | 34 | F | 3C |
| Octal | 250 | 244 | 212 | 0 | 2 | 22 | 42 | 64 | 17 | 74 |
| Binary | 10101000 | 10100100 | 10001010 | 0 | 10 | 10010 | 100010 | 110100 | 1111 | 111100 |
Color Harmonies of #A8A48A
Complementary color
Monochromatic Colors of #A8A48A
Black with #A8A48A
Text Example
Text Example
White with #A8A48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A48A; }
p { color: rgb(168,164,138); }
H1.HeaderClassName
{
color: #A8A48A;
}
.AnyTagClassName
{
color: #A8A48A;
}
</style>
background-color css
<style>
a { background-color: #A8A48A; }
a { background-color: rgb(168,164,138); }
div.DivClassName
{
background-color: #A8A48A;
}
.BgClassName
{
background-color: #A8A48A;
}
</style>
border-color css
<style>
span { border-color: #A8A48A; }
span { border-color: rgb(168,164,138); }
td.TdClassName
{
border-color: #A8A48A;
}
.TagClassName
{
border-color: #A8A48A;
}
</style>