Shades of Green Spring #A2A69C
Tints of Green Spring #A2A69C
RGB
CMYK
RGB Variations
Color information
#A2A69C (or 0xA2A69C) is known color: Green Spring. HEX triplet: A2, A6 and 9C. RGB value is (162,166,156). Sum of RGB (Red+Green+Blue) = 162+166+156=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A69C is #5D5963. Grayscale: #A3A3A3. Windows color (decimal): -6117732 or 10266274. OLE color: 10266274.
HSL color Cylindrical-coordinate representation of color #A2A69C: hue angle of 84º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A2A69C is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 166 | 156 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.35 |
| HSL | 84º | 0.05% | 0.63% | - |
| HSV(B) | 84º | 0.06% | 0.65% | - |
| XYZ | 34.54 | 37.35 | 36.84 | - |
| YUV | 163.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 166 | 156 | 0.02 | 0 | 0.06 | 0.35 | 84 | 0.05 | 0.63 |
| Hex | A2 | A6 | 9C | 2 | 0 | 6 | 23 | 54 | 5 | 3F |
| Octal | 242 | 246 | 234 | 2 | 0 | 6 | 43 | 124 | 5 | 77 |
| Binary | 10100010 | 10100110 | 10011100 | 10 | 0 | 110 | 100011 | 1010100 | 101 | 111111 |
Color Harmonies of #A2A69C
Complementary color
Monochromatic Colors of #A2A69C
Black with #A2A69C
Text Example
Text Example
White with #A2A69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A69C; }
p { color: rgb(162,166,156); }
H1.HeaderClassName
{
color: #A2A69C;
}
.AnyTagClassName
{
color: #A2A69C;
}
</style>
background-color css
<style>
a { background-color: #A2A69C; }
a { background-color: rgb(162,166,156); }
div.DivClassName
{
background-color: #A2A69C;
}
.BgClassName
{
background-color: #A2A69C;
}
</style>
border-color css
<style>
span { border-color: #A2A69C; }
span { border-color: rgb(162,166,156); }
td.TdClassName
{
border-color: #A2A69C;
}
.TagClassName
{
border-color: #A2A69C;
}
</style>