Shades of Green Spring #A2A69A
Tints of Green Spring #A2A69A
RGB
CMYK
RGB Variations
Color information
#A2A69A (or 0xA2A69A) is known color: Green Spring. HEX triplet: A2, A6 and 9A. RGB value is (162,166,154). Sum of RGB (Red+Green+Blue) = 162+166+154=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A69A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A69A is #5D5965. Grayscale: #A3A3A3. Windows color (decimal): -6117734 or 10135202. OLE color: 10135202.
HSL color Cylindrical-coordinate representation of color #A2A69A: hue angle of 80º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A2A69A is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 166 | 154 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.35 |
| HSL | 80º | 0.06% | 0.63% | - |
| HSV(B) | 80º | 0.07% | 0.65% | - |
| XYZ | 34.37 | 37.29 | 35.96 | - |
| YUV | 163.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 166 | 154 | 0.02 | 0 | 0.07 | 0.35 | 80 | 0.06 | 0.63 |
| Hex | A2 | A6 | 9A | 2 | 0 | 7 | 23 | 50 | 6 | 3F |
| Octal | 242 | 246 | 232 | 2 | 0 | 7 | 43 | 120 | 6 | 77 |
| Binary | 10100010 | 10100110 | 10011010 | 10 | 0 | 111 | 100011 | 1010000 | 110 | 111111 |
Color Harmonies of #A2A69A
Complementary color
Monochromatic Colors of #A2A69A
Black with #A2A69A
Text Example
Text Example
White with #A2A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A69A; }
p { color: rgb(162,166,154); }
H1.HeaderClassName
{
color: #A2A69A;
}
.AnyTagClassName
{
color: #A2A69A;
}
</style>
background-color css
<style>
a { background-color: #A2A69A; }
a { background-color: rgb(162,166,154); }
div.DivClassName
{
background-color: #A2A69A;
}
.BgClassName
{
background-color: #A2A69A;
}
</style>
border-color css
<style>
span { border-color: #A2A69A; }
span { border-color: rgb(162,166,154); }
td.TdClassName
{
border-color: #A2A69A;
}
.TagClassName
{
border-color: #A2A69A;
}
</style>