Shades of Green Spring #A1A893
Tints of Green Spring #A1A893
RGB
CMYK
RGB Variations
Color information
#A1A893 (or 0xA1A893) is known color: Green Spring. HEX triplet: A1, A8 and 93. RGB value is (161,168,147). Sum of RGB (Red+Green+Blue) = 161+168+147=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A893 is #5E576C. Grayscale: #A3A3A3. Windows color (decimal): -6182765 or 9676961. OLE color: 9676961.
HSL color Cylindrical-coordinate representation of color #A1A893: hue angle of 80º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1A893 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 168 | 147 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.34 |
| HSL | 80º | 0.11% | 0.62% | - |
| HSV(B) | 80º | 0.13% | 0.66% | - |
| XYZ | 33.97 | 37.69 | 33.09 | - |
| YUV | 163.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 147 | 0.04 | 0 | 0.13 | 0.34 | 80 | 0.11 | 0.62 |
| Hex | A1 | A8 | 93 | 4 | 0 | D | 22 | 50 | B | 3E |
| Octal | 241 | 250 | 223 | 4 | 0 | 15 | 42 | 120 | 13 | 76 |
| Binary | 10100001 | 10101000 | 10010011 | 100 | 0 | 1101 | 100010 | 1010000 | 1011 | 111110 |
Color Harmonies of #A1A893
Complementary color
Monochromatic Colors of #A1A893
Black with #A1A893
Text Example
Text Example
White with #A1A893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A893; }
p { color: rgb(161,168,147); }
H1.HeaderClassName
{
color: #A1A893;
}
.AnyTagClassName
{
color: #A1A893;
}
</style>
background-color css
<style>
a { background-color: #A1A893; }
a { background-color: rgb(161,168,147); }
div.DivClassName
{
background-color: #A1A893;
}
.BgClassName
{
background-color: #A1A893;
}
</style>
border-color css
<style>
span { border-color: #A1A893; }
span { border-color: rgb(161,168,147); }
td.TdClassName
{
border-color: #A1A893;
}
.TagClassName
{
border-color: #A1A893;
}
</style>