Shades of Green Smoke #A3AE50
Tints of Green Smoke #A3AE50
RGB
CMYK
RGB Variations
Color information
#A3AE50 (or 0xA3AE50) is known color: Green Smoke. HEX triplet: A3, AE and 50. RGB value is (163,174,80). Sum of RGB (Red+Green+Blue) = 163+174+80=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AE50 is #5C51AF. Grayscale: #A0A0A0. Windows color (decimal): -6050224 or 5287587. OLE color: 5287587.
HSL color Cylindrical-coordinate representation of color #A3AE50: hue angle of 67.02º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3AE50 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 174 | 80 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.32 |
| HSL | 67.02º | 0.37% | 0.5% | - |
| HSV(B) | 67.02º | 0.54% | 0.68% | - |
| XYZ | 31.69 | 38.64 | 13.38 | - |
| YUV | 160 | 82.86 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 80 | 0.06 | 0 | 0.54 | 0.32 | 67.02 | 0.37 | 0.5 |
| Hex | A3 | AE | 50 | 6 | 0 | 36 | 20 | 43 | 25 | 32 |
| Octal | 243 | 256 | 120 | 6 | 0 | 66 | 40 | 103 | 45 | 62 |
| Binary | 10100011 | 10101110 | 1010000 | 110 | 0 | 110110 | 100000 | 1000011 | 100101 | 110010 |
Color Harmonies of #A3AE50
Complementary color
Monochromatic Colors of #A3AE50
Black with #A3AE50
Text Example
Text Example
White with #A3AE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AE50; }
p { color: rgb(163,174,80); }
H1.HeaderClassName
{
color: #A3AE50;
}
.AnyTagClassName
{
color: #A3AE50;
}
</style>
background-color css
<style>
a { background-color: #A3AE50; }
a { background-color: rgb(163,174,80); }
div.DivClassName
{
background-color: #A3AE50;
}
.BgClassName
{
background-color: #A3AE50;
}
</style>
border-color css
<style>
span { border-color: #A3AE50; }
span { border-color: rgb(163,174,80); }
td.TdClassName
{
border-color: #A3AE50;
}
.TagClassName
{
border-color: #A3AE50;
}
</style>