Shades of Green Spring #A3AC93
Tints of Green Spring #A3AC93
RGB
CMYK
RGB Variations
Color information
#A3AC93 (or 0xA3AC93) is known color: Green Spring. HEX triplet: A3, AC and 93. RGB value is (163,172,147). Sum of RGB (Red+Green+Blue) = 163+172+147=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AC93 is #5C536C. Grayscale: #A6A6A6. Windows color (decimal): -6050669 or 9677987. OLE color: 9677987.
HSL color Cylindrical-coordinate representation of color #A3AC93: hue angle of 81.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3AC93 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 172 | 147 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.33 |
| HSL | 81.6º | 0.13% | 0.63% | - |
| HSV(B) | 81.6º | 0.15% | 0.67% | - |
| XYZ | 35.12 | 39.4 | 33.36 | - |
| YUV | 166.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 147 | 0.05 | 0 | 0.15 | 0.33 | 81.6 | 0.13 | 0.63 |
| Hex | A3 | AC | 93 | 5 | 0 | F | 21 | 52 | D | 3F |
| Octal | 243 | 254 | 223 | 5 | 0 | 17 | 41 | 122 | 15 | 77 |
| Binary | 10100011 | 10101100 | 10010011 | 101 | 0 | 1111 | 100001 | 1010010 | 1101 | 111111 |
Color Harmonies of #A3AC93
Complementary color
Monochromatic Colors of #A3AC93
Black with #A3AC93
Text Example
Text Example
White with #A3AC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AC93; }
p { color: rgb(163,172,147); }
H1.HeaderClassName
{
color: #A3AC93;
}
.AnyTagClassName
{
color: #A3AC93;
}
</style>
background-color css
<style>
a { background-color: #A3AC93; }
a { background-color: rgb(163,172,147); }
div.DivClassName
{
background-color: #A3AC93;
}
.BgClassName
{
background-color: #A3AC93;
}
</style>
border-color css
<style>
span { border-color: #A3AC93; }
span { border-color: rgb(163,172,147); }
td.TdClassName
{
border-color: #A3AC93;
}
.TagClassName
{
border-color: #A3AC93;
}
</style>