Shades of Green Spring #A3AA94
Tints of Green Spring #A3AA94
RGB
CMYK
RGB Variations
Color information
#A3AA94 (or 0xA3AA94) is known color: Green Spring. HEX triplet: A3, AA and 94. RGB value is (163,170,148). Sum of RGB (Red+Green+Blue) = 163+170+148=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AA94 is #5C556B. Grayscale: #A5A5A5. Windows color (decimal): -6051180 or 9743011. OLE color: 9743011.
HSL color Cylindrical-coordinate representation of color #A3AA94: hue angle of 79.09º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3AA94 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 148 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.33 |
| HSL | 79.09º | 0.11% | 0.62% | - |
| HSV(B) | 79.09º | 0.13% | 0.67% | - |
| XYZ | 34.82 | 38.67 | 33.65 | - |
| YUV | 165.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 148 | 0.04 | 0 | 0.13 | 0.33 | 79.09 | 0.11 | 0.62 |
| Hex | A3 | AA | 94 | 4 | 0 | D | 21 | 4F | B | 3E |
| Octal | 243 | 252 | 224 | 4 | 0 | 15 | 41 | 117 | 13 | 76 |
| Binary | 10100011 | 10101010 | 10010100 | 100 | 0 | 1101 | 100001 | 1001111 | 1011 | 111110 |
Color Harmonies of #A3AA94
Complementary color
Monochromatic Colors of #A3AA94
Black with #A3AA94
Text Example
Text Example
White with #A3AA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA94; }
p { color: rgb(163,170,148); }
H1.HeaderClassName
{
color: #A3AA94;
}
.AnyTagClassName
{
color: #A3AA94;
}
</style>
background-color css
<style>
a { background-color: #A3AA94; }
a { background-color: rgb(163,170,148); }
div.DivClassName
{
background-color: #A3AA94;
}
.BgClassName
{
background-color: #A3AA94;
}
</style>
border-color css
<style>
span { border-color: #A3AA94; }
span { border-color: rgb(163,170,148); }
td.TdClassName
{
border-color: #A3AA94;
}
.TagClassName
{
border-color: #A3AA94;
}
</style>