Shades of Green Smoke #A3AF6D
Tints of Green Smoke #A3AF6D
RGB
CMYK
RGB Variations
Color information
#A3AF6D (or 0xA3AF6D) is known color: Green Smoke. HEX triplet: A3, AF and 6D. RGB value is (163,175,109). Sum of RGB (Red+Green+Blue) = 163+175+109=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AF6D is #5C5092. Grayscale: #A4A4A4. Windows color (decimal): -6049939 or 7188387. OLE color: 7188387.
HSL color Cylindrical-coordinate representation of color #A3AF6D: hue angle of 70.91º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3AF6D is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 109 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.31 |
| HSL | 70.91º | 0.29% | 0.56% | - |
| HSV(B) | 70.91º | 0.38% | 0.69% | - |
| XYZ | 33.19 | 39.55 | 20.35 | - |
| YUV | 163.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 109 | 0.07 | 0 | 0.38 | 0.31 | 70.91 | 0.29 | 0.56 |
| Hex | A3 | AF | 6D | 7 | 0 | 26 | 1F | 47 | 1D | 38 |
| Octal | 243 | 257 | 155 | 7 | 0 | 46 | 37 | 107 | 35 | 70 |
| Binary | 10100011 | 10101111 | 1101101 | 111 | 0 | 100110 | 11111 | 1000111 | 11101 | 111000 |
Color Harmonies of #A3AF6D
Complementary color
Monochromatic Colors of #A3AF6D
Black with #A3AF6D
Text Example
Text Example
White with #A3AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF6D; }
p { color: rgb(163,175,109); }
H1.HeaderClassName
{
color: #A3AF6D;
}
.AnyTagClassName
{
color: #A3AF6D;
}
</style>
background-color css
<style>
a { background-color: #A3AF6D; }
a { background-color: rgb(163,175,109); }
div.DivClassName
{
background-color: #A3AF6D;
}
.BgClassName
{
background-color: #A3AF6D;
}
</style>
border-color css
<style>
span { border-color: #A3AF6D; }
span { border-color: rgb(163,175,109); }
td.TdClassName
{
border-color: #A3AF6D;
}
.TagClassName
{
border-color: #A3AF6D;
}
</style>