Shades of Green Smoke #A3AF5E
Tints of Green Smoke #A3AF5E
RGB
CMYK
RGB Variations
Color information
#A3AF5E (or 0xA3AF5E) is known color: Green Smoke. HEX triplet: A3, AF and 5E. RGB value is (163,175,94). Sum of RGB (Red+Green+Blue) = 163+175+94=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AF5E is #5C50A1. Grayscale: #A2A2A2. Windows color (decimal): -6049954 or 6205347. OLE color: 6205347.
HSL color Cylindrical-coordinate representation of color #A3AF5E: hue angle of 68.89º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3AF5E is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 94 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.31 |
| HSL | 68.89º | 0.34% | 0.53% | - |
| HSV(B) | 68.89º | 0.46% | 0.69% | - |
| XYZ | 32.45 | 39.25 | 16.46 | - |
| YUV | 162.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 94 | 0.07 | 0 | 0.46 | 0.31 | 68.89 | 0.34 | 0.53 |
| Hex | A3 | AF | 5E | 7 | 0 | 2E | 1F | 45 | 22 | 35 |
| Octal | 243 | 257 | 136 | 7 | 0 | 56 | 37 | 105 | 42 | 65 |
| Binary | 10100011 | 10101111 | 1011110 | 111 | 0 | 101110 | 11111 | 1000101 | 100010 | 110101 |
Color Harmonies of #A3AF5E
Complementary color
Monochromatic Colors of #A3AF5E
Black with #A3AF5E
Text Example
Text Example
White with #A3AF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF5E; }
p { color: rgb(163,175,94); }
H1.HeaderClassName
{
color: #A3AF5E;
}
.AnyTagClassName
{
color: #A3AF5E;
}
</style>
background-color css
<style>
a { background-color: #A3AF5E; }
a { background-color: rgb(163,175,94); }
div.DivClassName
{
background-color: #A3AF5E;
}
.BgClassName
{
background-color: #A3AF5E;
}
</style>
border-color css
<style>
span { border-color: #A3AF5E; }
span { border-color: rgb(163,175,94); }
td.TdClassName
{
border-color: #A3AF5E;
}
.TagClassName
{
border-color: #A3AF5E;
}
</style>