Shades of Green Smoke #A3AF5D
Tints of Green Smoke #A3AF5D
RGB
CMYK
RGB Variations
Color information
#A3AF5D (or 0xA3AF5D) is known color: Green Smoke. HEX triplet: A3, AF and 5D. RGB value is (163,175,93). Sum of RGB (Red+Green+Blue) = 163+175+93=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AF5D is #5C50A2. Grayscale: #A2A2A2. Windows color (decimal): -6049955 or 6139811. OLE color: 6139811.
HSL color Cylindrical-coordinate representation of color #A3AF5D: hue angle of 68.78º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3AF5D is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 93 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.31 |
| HSL | 68.78º | 0.34% | 0.53% | - |
| HSV(B) | 68.78º | 0.47% | 0.69% | - |
| XYZ | 32.41 | 39.24 | 16.22 | - |
| YUV | 162.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 93 | 0.07 | 0 | 0.47 | 0.31 | 68.78 | 0.34 | 0.53 |
| Hex | A3 | AF | 5D | 7 | 0 | 2F | 1F | 45 | 22 | 35 |
| Octal | 243 | 257 | 135 | 7 | 0 | 57 | 37 | 105 | 42 | 65 |
| Binary | 10100011 | 10101111 | 1011101 | 111 | 0 | 101111 | 11111 | 1000101 | 100010 | 110101 |
Color Harmonies of #A3AF5D
Complementary color
Monochromatic Colors of #A3AF5D
Black with #A3AF5D
Text Example
Text Example
White with #A3AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF5D; }
p { color: rgb(163,175,93); }
H1.HeaderClassName
{
color: #A3AF5D;
}
.AnyTagClassName
{
color: #A3AF5D;
}
</style>
background-color css
<style>
a { background-color: #A3AF5D; }
a { background-color: rgb(163,175,93); }
div.DivClassName
{
background-color: #A3AF5D;
}
.BgClassName
{
background-color: #A3AF5D;
}
</style>
border-color css
<style>
span { border-color: #A3AF5D; }
span { border-color: rgb(163,175,93); }
td.TdClassName
{
border-color: #A3AF5D;
}
.TagClassName
{
border-color: #A3AF5D;
}
</style>