Shades of Green Spring #A4A69D
Tints of Green Spring #A4A69D
RGB
CMYK
RGB Variations
Color information
#A4A69D (or 0xA4A69D) is known color: Green Spring. HEX triplet: A4, A6 and 9D. RGB value is (164,166,157). Sum of RGB (Red+Green+Blue) = 164+166+157=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A69D is #5B5962. Grayscale: #A4A4A4. Windows color (decimal): -5986659 or 10331812. OLE color: 10331812.
HSL color Cylindrical-coordinate representation of color #A4A69D: hue angle of 73.33º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A4A69D is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 166 | 157 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.35 |
| HSL | 73.33º | 0.05% | 0.63% | - |
| HSV(B) | 73.33º | 0.05% | 0.65% | - |
| XYZ | 35.03 | 37.6 | 37.31 | - |
| YUV | 164.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 157 | 0.01 | 0 | 0.05 | 0.35 | 73.33 | 0.05 | 0.63 |
| Hex | A4 | A6 | 9D | 1 | 0 | 5 | 23 | 49 | 5 | 3F |
| Octal | 244 | 246 | 235 | 1 | 0 | 5 | 43 | 111 | 5 | 77 |
| Binary | 10100100 | 10100110 | 10011101 | 1 | 0 | 101 | 100011 | 1001001 | 101 | 111111 |
Color Harmonies of #A4A69D
Complementary color
Monochromatic Colors of #A4A69D
Black with #A4A69D
Text Example
Text Example
White with #A4A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A69D; }
p { color: rgb(164,166,157); }
H1.HeaderClassName
{
color: #A4A69D;
}
.AnyTagClassName
{
color: #A4A69D;
}
</style>
background-color css
<style>
a { background-color: #A4A69D; }
a { background-color: rgb(164,166,157); }
div.DivClassName
{
background-color: #A4A69D;
}
.BgClassName
{
background-color: #A4A69D;
}
</style>
border-color css
<style>
span { border-color: #A4A69D; }
span { border-color: rgb(164,166,157); }
td.TdClassName
{
border-color: #A4A69D;
}
.TagClassName
{
border-color: #A4A69D;
}
</style>