Shades of Green Spring #A3AC8E
Tints of Green Spring #A3AC8E
RGB
CMYK
RGB Variations
Color information
#A3AC8E (or 0xA3AC8E) is known color: Green Spring. HEX triplet: A3, AC and 8E. RGB value is (163,172,142). Sum of RGB (Red+Green+Blue) = 163+172+142=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AC8E is #5C5371. Grayscale: #A6A6A6. Windows color (decimal): -6050674 or 9350307. OLE color: 9350307.
HSL color Cylindrical-coordinate representation of color #A3AC8E: hue angle of 78º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3AC8E is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 172 | 142 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.33 |
| HSL | 78º | 0.15% | 0.62% | - |
| HSV(B) | 78º | 0.17% | 0.67% | - |
| XYZ | 34.74 | 39.24 | 31.34 | - |
| YUV | 165.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 142 | 0.05 | 0 | 0.17 | 0.33 | 78 | 0.15 | 0.62 |
| Hex | A3 | AC | 8E | 5 | 0 | 11 | 21 | 4E | F | 3E |
| Octal | 243 | 254 | 216 | 5 | 0 | 21 | 41 | 116 | 17 | 76 |
| Binary | 10100011 | 10101100 | 10001110 | 101 | 0 | 10001 | 100001 | 1001110 | 1111 | 111110 |
Color Harmonies of #A3AC8E
Complementary color
Monochromatic Colors of #A3AC8E
Black with #A3AC8E
Text Example
Text Example
White with #A3AC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AC8E; }
p { color: rgb(163,172,142); }
H1.HeaderClassName
{
color: #A3AC8E;
}
.AnyTagClassName
{
color: #A3AC8E;
}
</style>
background-color css
<style>
a { background-color: #A3AC8E; }
a { background-color: rgb(163,172,142); }
div.DivClassName
{
background-color: #A3AC8E;
}
.BgClassName
{
background-color: #A3AC8E;
}
</style>
border-color css
<style>
span { border-color: #A3AC8E; }
span { border-color: rgb(163,172,142); }
td.TdClassName
{
border-color: #A3AC8E;
}
.TagClassName
{
border-color: #A3AC8E;
}
</style>