Shades of Green Spring #A1A693
Tints of Green Spring #A1A693
RGB
CMYK
RGB Variations
Color information
#A1A693 (or 0xA1A693) is known color: Green Spring. HEX triplet: A1, A6 and 93. RGB value is (161,166,147). Sum of RGB (Red+Green+Blue) = 161+166+147=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A693 is #5E596C. Grayscale: #A2A2A2. Windows color (decimal): -6183277 or 9676449. OLE color: 9676449.
HSL color Cylindrical-coordinate representation of color #A1A693: hue angle of 75.79º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1A693 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 147 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.35 |
| HSL | 75.79º | 0.1% | 0.61% | - |
| HSV(B) | 75.79º | 0.11% | 0.65% | - |
| XYZ | 33.6 | 36.96 | 32.97 | - |
| YUV | 162.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 147 | 0.03 | 0 | 0.11 | 0.35 | 75.79 | 0.1 | 0.61 |
| Hex | A1 | A6 | 93 | 3 | 0 | B | 23 | 4C | A | 3D |
| Octal | 241 | 246 | 223 | 3 | 0 | 13 | 43 | 114 | 12 | 75 |
| Binary | 10100001 | 10100110 | 10010011 | 11 | 0 | 1011 | 100011 | 1001100 | 1010 | 111101 |
Color Harmonies of #A1A693
Complementary color
Monochromatic Colors of #A1A693
Black with #A1A693
Text Example
Text Example
White with #A1A693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A693; }
p { color: rgb(161,166,147); }
H1.HeaderClassName
{
color: #A1A693;
}
.AnyTagClassName
{
color: #A1A693;
}
</style>
background-color css
<style>
a { background-color: #A1A693; }
a { background-color: rgb(161,166,147); }
div.DivClassName
{
background-color: #A1A693;
}
.BgClassName
{
background-color: #A1A693;
}
</style>
border-color css
<style>
span { border-color: #A1A693; }
span { border-color: rgb(161,166,147); }
td.TdClassName
{
border-color: #A1A693;
}
.TagClassName
{
border-color: #A1A693;
}
</style>