Shades of Green Spring #A3AE8C
Tints of Green Spring #A3AE8C
RGB
CMYK
RGB Variations
Color information
#A3AE8C (or 0xA3AE8C) is known color: Green Spring. HEX triplet: A3, AE and 8C. RGB value is (163,174,140). Sum of RGB (Red+Green+Blue) = 163+174+140=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AE8C is #5C5173. Grayscale: #A6A6A6. Windows color (decimal): -6050164 or 9219747. OLE color: 9219747.
HSL color Cylindrical-coordinate representation of color #A3AE8C: hue angle of 79.41º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3AE8C is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 174 | 140 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.32 |
| HSL | 79.41º | 0.17% | 0.62% | - |
| HSV(B) | 79.41º | 0.2% | 0.68% | - |
| XYZ | 34.97 | 39.95 | 30.68 | - |
| YUV | 166.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 140 | 0.06 | 0 | 0.20 | 0.32 | 79.41 | 0.17 | 0.62 |
| Hex | A3 | AE | 8C | 6 | 0 | 14 | 20 | 4F | 11 | 3E |
| Octal | 243 | 256 | 214 | 6 | 0 | 24 | 40 | 117 | 21 | 76 |
| Binary | 10100011 | 10101110 | 10001100 | 110 | 0 | 10100 | 100000 | 1001111 | 10001 | 111110 |
Color Harmonies of #A3AE8C
Complementary color
Monochromatic Colors of #A3AE8C
Black with #A3AE8C
Text Example
Text Example
White with #A3AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AE8C; }
p { color: rgb(163,174,140); }
H1.HeaderClassName
{
color: #A3AE8C;
}
.AnyTagClassName
{
color: #A3AE8C;
}
</style>
background-color css
<style>
a { background-color: #A3AE8C; }
a { background-color: rgb(163,174,140); }
div.DivClassName
{
background-color: #A3AE8C;
}
.BgClassName
{
background-color: #A3AE8C;
}
</style>
border-color css
<style>
span { border-color: #A3AE8C; }
span { border-color: rgb(163,174,140); }
td.TdClassName
{
border-color: #A3AE8C;
}
.TagClassName
{
border-color: #A3AE8C;
}
</style>