Shades of Green Spring #A4A69E
Tints of Green Spring #A4A69E
RGB
CMYK
RGB Variations
Color information
#A4A69E (or 0xA4A69E) is known color: Green Spring. HEX triplet: A4, A6 and 9E. RGB value is (164,166,158). Sum of RGB (Red+Green+Blue) = 164+166+158=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A69E is #5B5961. Grayscale: #A4A4A4. Windows color (decimal): -5986658 or 10397348. OLE color: 10397348.
HSL color Cylindrical-coordinate representation of color #A4A69E: hue angle of 75º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A4A69E is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 166 | 158 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.35 |
| HSL | 75º | 0.04% | 0.64% | - |
| HSV(B) | 75º | 0.05% | 0.65% | - |
| XYZ | 35.12 | 37.63 | 37.76 | - |
| YUV | 164.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 158 | 0.01 | 0 | 0.05 | 0.35 | 75 | 0.04 | 0.64 |
| Hex | A4 | A6 | 9E | 1 | 0 | 5 | 23 | 4B | 4 | 40 |
| Octal | 244 | 246 | 236 | 1 | 0 | 5 | 43 | 113 | 4 | 100 |
| Binary | 10100100 | 10100110 | 10011110 | 1 | 0 | 101 | 100011 | 1001011 | 100 | 1000000 |
Color Harmonies of #A4A69E
Complementary color
Monochromatic Colors of #A4A69E
Black with #A4A69E
Text Example
Text Example
White with #A4A69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A69E; }
p { color: rgb(164,166,158); }
H1.HeaderClassName
{
color: #A4A69E;
}
.AnyTagClassName
{
color: #A4A69E;
}
</style>
background-color css
<style>
a { background-color: #A4A69E; }
a { background-color: rgb(164,166,158); }
div.DivClassName
{
background-color: #A4A69E;
}
.BgClassName
{
background-color: #A4A69E;
}
</style>
border-color css
<style>
span { border-color: #A4A69E; }
span { border-color: rgb(164,166,158); }
td.TdClassName
{
border-color: #A4A69E;
}
.TagClassName
{
border-color: #A4A69E;
}
</style>