Shades of Green Smoke #A3AF68
Tints of Green Smoke #A3AF68
RGB
CMYK
RGB Variations
Color information
#A3AF68 (or 0xA3AF68) is known color: Green Smoke. HEX triplet: A3, AF and 68. RGB value is (163,175,104). Sum of RGB (Red+Green+Blue) = 163+175+104=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AF68 is #5C5097. Grayscale: #A3A3A3. Windows color (decimal): -6049944 or 6860707. OLE color: 6860707.
HSL color Cylindrical-coordinate representation of color #A3AF68: hue angle of 70.14º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3AF68 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 104 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.31 |
| HSL | 70.14º | 0.31% | 0.55% | - |
| HSV(B) | 70.14º | 0.41% | 0.69% | - |
| XYZ | 32.93 | 39.45 | 18.97 | - |
| YUV | 163.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 104 | 0.07 | 0 | 0.41 | 0.31 | 70.14 | 0.31 | 0.55 |
| Hex | A3 | AF | 68 | 7 | 0 | 29 | 1F | 46 | 1F | 37 |
| Octal | 243 | 257 | 150 | 7 | 0 | 51 | 37 | 106 | 37 | 67 |
| Binary | 10100011 | 10101111 | 1101000 | 111 | 0 | 101001 | 11111 | 1000110 | 11111 | 110111 |
Color Harmonies of #A3AF68
Complementary color
Monochromatic Colors of #A3AF68
Black with #A3AF68
Text Example
Text Example
White with #A3AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF68; }
p { color: rgb(163,175,104); }
H1.HeaderClassName
{
color: #A3AF68;
}
.AnyTagClassName
{
color: #A3AF68;
}
</style>
background-color css
<style>
a { background-color: #A3AF68; }
a { background-color: rgb(163,175,104); }
div.DivClassName
{
background-color: #A3AF68;
}
.BgClassName
{
background-color: #A3AF68;
}
</style>
border-color css
<style>
span { border-color: #A3AF68; }
span { border-color: rgb(163,175,104); }
td.TdClassName
{
border-color: #A3AF68;
}
.TagClassName
{
border-color: #A3AF68;
}
</style>