Shades of Green Spring #A3AD8E
Tints of Green Spring #A3AD8E
RGB
CMYK
RGB Variations
Color information
#A3AD8E (or 0xA3AD8E) is known color: Green Spring. HEX triplet: A3, AD and 8E. RGB value is (163,173,142). Sum of RGB (Red+Green+Blue) = 163+173+142=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AD8E is #5C5271. Grayscale: #A6A6A6. Windows color (decimal): -6050418 or 9350563. OLE color: 9350563.
HSL color Cylindrical-coordinate representation of color #A3AD8E: hue angle of 79.35º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3AD8E is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 173 | 142 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.32 |
| HSL | 79.35º | 0.16% | 0.62% | - |
| HSV(B) | 79.35º | 0.18% | 0.68% | - |
| XYZ | 34.93 | 39.63 | 31.4 | - |
| YUV | 166.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 142 | 0.06 | 0 | 0.18 | 0.32 | 79.35 | 0.16 | 0.62 |
| Hex | A3 | AD | 8E | 6 | 0 | 12 | 20 | 4F | 10 | 3E |
| Octal | 243 | 255 | 216 | 6 | 0 | 22 | 40 | 117 | 20 | 76 |
| Binary | 10100011 | 10101101 | 10001110 | 110 | 0 | 10010 | 100000 | 1001111 | 10000 | 111110 |
Color Harmonies of #A3AD8E
Complementary color
Monochromatic Colors of #A3AD8E
Black with #A3AD8E
Text Example
Text Example
White with #A3AD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AD8E; }
p { color: rgb(163,173,142); }
H1.HeaderClassName
{
color: #A3AD8E;
}
.AnyTagClassName
{
color: #A3AD8E;
}
</style>
background-color css
<style>
a { background-color: #A3AD8E; }
a { background-color: rgb(163,173,142); }
div.DivClassName
{
background-color: #A3AD8E;
}
.BgClassName
{
background-color: #A3AD8E;
}
</style>
border-color css
<style>
span { border-color: #A3AD8E; }
span { border-color: rgb(163,173,142); }
td.TdClassName
{
border-color: #A3AD8E;
}
.TagClassName
{
border-color: #A3AD8E;
}
</style>