Shades of Green Spring #A3AA93
Tints of Green Spring #A3AA93
RGB
CMYK
RGB Variations
Color information
#A3AA93 (or 0xA3AA93) is known color: Green Spring. HEX triplet: A3, AA and 93. RGB value is (163,170,147). Sum of RGB (Red+Green+Blue) = 163+170+147=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AA93 is #5C556C. Grayscale: #A5A5A5. Windows color (decimal): -6051181 or 9677475. OLE color: 9677475.
HSL color Cylindrical-coordinate representation of color #A3AA93: hue angle of 78.26º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3AA93 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 147 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.33 |
| HSL | 78.26º | 0.12% | 0.62% | - |
| HSV(B) | 78.26º | 0.14% | 0.67% | - |
| XYZ | 34.75 | 38.64 | 33.23 | - |
| YUV | 165.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 147 | 0.04 | 0 | 0.14 | 0.33 | 78.26 | 0.12 | 0.62 |
| Hex | A3 | AA | 93 | 4 | 0 | E | 21 | 4E | C | 3E |
| Octal | 243 | 252 | 223 | 4 | 0 | 16 | 41 | 116 | 14 | 76 |
| Binary | 10100011 | 10101010 | 10010011 | 100 | 0 | 1110 | 100001 | 1001110 | 1100 | 111110 |
Color Harmonies of #A3AA93
Complementary color
Monochromatic Colors of #A3AA93
Black with #A3AA93
Text Example
Text Example
White with #A3AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA93; }
p { color: rgb(163,170,147); }
H1.HeaderClassName
{
color: #A3AA93;
}
.AnyTagClassName
{
color: #A3AA93;
}
</style>
background-color css
<style>
a { background-color: #A3AA93; }
a { background-color: rgb(163,170,147); }
div.DivClassName
{
background-color: #A3AA93;
}
.BgClassName
{
background-color: #A3AA93;
}
</style>
border-color css
<style>
span { border-color: #A3AA93; }
span { border-color: rgb(163,170,147); }
td.TdClassName
{
border-color: #A3AA93;
}
.TagClassName
{
border-color: #A3AA93;
}
</style>