Shades of Green Spring #A3A895
Tints of Green Spring #A3A895
RGB
CMYK
RGB Variations
Color information
#A3A895 (or 0xA3A895) is known color: Green Spring. HEX triplet: A3, A8 and 95. RGB value is (163,168,149). Sum of RGB (Red+Green+Blue) = 163+168+149=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A895 is #5C576A. Grayscale: #A4A4A4. Windows color (decimal): -6051691 or 9808035. OLE color: 9808035.
HSL color Cylindrical-coordinate representation of color #A3A895: hue angle of 75.79º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3A895 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 149 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.34 |
| HSL | 75.79º | 0.1% | 0.62% | - |
| HSV(B) | 75.79º | 0.11% | 0.66% | - |
| XYZ | 34.53 | 37.96 | 33.94 | - |
| YUV | 164.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 149 | 0.03 | 0 | 0.11 | 0.34 | 75.79 | 0.1 | 0.62 |
| Hex | A3 | A8 | 95 | 3 | 0 | B | 22 | 4C | A | 3E |
| Octal | 243 | 250 | 225 | 3 | 0 | 13 | 42 | 114 | 12 | 76 |
| Binary | 10100011 | 10101000 | 10010101 | 11 | 0 | 1011 | 100010 | 1001100 | 1010 | 111110 |
Color Harmonies of #A3A895
Complementary color
Monochromatic Colors of #A3A895
Black with #A3A895
Text Example
Text Example
White with #A3A895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A895; }
p { color: rgb(163,168,149); }
H1.HeaderClassName
{
color: #A3A895;
}
.AnyTagClassName
{
color: #A3A895;
}
</style>
background-color css
<style>
a { background-color: #A3A895; }
a { background-color: rgb(163,168,149); }
div.DivClassName
{
background-color: #A3A895;
}
.BgClassName
{
background-color: #A3A895;
}
</style>
border-color css
<style>
span { border-color: #A3A895; }
span { border-color: rgb(163,168,149); }
td.TdClassName
{
border-color: #A3A895;
}
.TagClassName
{
border-color: #A3A895;
}
</style>