Shades of Green Spring #A3AE8D
Tints of Green Spring #A3AE8D
RGB
CMYK
RGB Variations
Color information
#A3AE8D (or 0xA3AE8D) is known color: Green Spring. HEX triplet: A3, AE and 8D. RGB value is (163,174,141). Sum of RGB (Red+Green+Blue) = 163+174+141=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AE8D is #5C5172. Grayscale: #A7A7A7. Windows color (decimal): -6050163 or 9285283. OLE color: 9285283.
HSL color Cylindrical-coordinate representation of color #A3AE8D: hue angle of 80º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3AE8D is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 174 | 141 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.32 |
| HSL | 80º | 0.17% | 0.62% | - |
| HSV(B) | 80º | 0.19% | 0.68% | - |
| XYZ | 35.05 | 39.98 | 31.07 | - |
| YUV | 166.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 141 | 0.06 | 0 | 0.19 | 0.32 | 80 | 0.17 | 0.62 |
| Hex | A3 | AE | 8D | 6 | 0 | 13 | 20 | 50 | 11 | 3E |
| Octal | 243 | 256 | 215 | 6 | 0 | 23 | 40 | 120 | 21 | 76 |
| Binary | 10100011 | 10101110 | 10001101 | 110 | 0 | 10011 | 100000 | 1010000 | 10001 | 111110 |
Color Harmonies of #A3AE8D
Complementary color
Monochromatic Colors of #A3AE8D
Black with #A3AE8D
Text Example
Text Example
White with #A3AE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AE8D; }
p { color: rgb(163,174,141); }
H1.HeaderClassName
{
color: #A3AE8D;
}
.AnyTagClassName
{
color: #A3AE8D;
}
</style>
background-color css
<style>
a { background-color: #A3AE8D; }
a { background-color: rgb(163,174,141); }
div.DivClassName
{
background-color: #A3AE8D;
}
.BgClassName
{
background-color: #A3AE8D;
}
</style>
border-color css
<style>
span { border-color: #A3AE8D; }
span { border-color: rgb(163,174,141); }
td.TdClassName
{
border-color: #A3AE8D;
}
.TagClassName
{
border-color: #A3AE8D;
}
</style>