Shades of Green Spring #A4A69F
Tints of Green Spring #A4A69F
RGB
CMYK
RGB Variations
Color information
#A4A69F (or 0xA4A69F) is known color: Green Spring. HEX triplet: A4, A6 and 9F. RGB value is (164,166,159). Sum of RGB (Red+Green+Blue) = 164+166+159=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A69F is #5B5960. Grayscale: #A4A4A4. Windows color (decimal): -5986657 or 10462884. OLE color: 10462884.
HSL color Cylindrical-coordinate representation of color #A4A69F: hue angle of 77.14º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A4A69F is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 166 | 159 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.35 |
| HSL | 77.14º | 0.04% | 0.64% | - |
| HSV(B) | 77.14º | 0.04% | 0.65% | - |
| XYZ | 35.2 | 37.67 | 38.22 | - |
| YUV | 164.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 159 | 0.01 | 0 | 0.04 | 0.35 | 77.14 | 0.04 | 0.64 |
| Hex | A4 | A6 | 9F | 1 | 0 | 4 | 23 | 4D | 4 | 40 |
| Octal | 244 | 246 | 237 | 1 | 0 | 4 | 43 | 115 | 4 | 100 |
| Binary | 10100100 | 10100110 | 10011111 | 1 | 0 | 100 | 100011 | 1001101 | 100 | 1000000 |
Color Harmonies of #A4A69F
Complementary color
Monochromatic Colors of #A4A69F
Black with #A4A69F
Text Example
Text Example
White with #A4A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A69F; }
p { color: rgb(164,166,159); }
H1.HeaderClassName
{
color: #A4A69F;
}
.AnyTagClassName
{
color: #A4A69F;
}
</style>
background-color css
<style>
a { background-color: #A4A69F; }
a { background-color: rgb(164,166,159); }
div.DivClassName
{
background-color: #A4A69F;
}
.BgClassName
{
background-color: #A4A69F;
}
</style>
border-color css
<style>
span { border-color: #A4A69F; }
span { border-color: rgb(164,166,159); }
td.TdClassName
{
border-color: #A4A69F;
}
.TagClassName
{
border-color: #A4A69F;
}
</style>