Shades of Green Smoke #A3A869
Tints of Green Smoke #A3A869
RGB
CMYK
RGB Variations
Color information
#A3A869 (or 0xA3A869) is known color: Green Smoke. HEX triplet: A3, A8 and 69. RGB value is (163,168,105). Sum of RGB (Red+Green+Blue) = 163+168+105=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A869 is #5C5796. Grayscale: #9F9F9F. Windows color (decimal): -6051735 or 6924451. OLE color: 6924451.
HSL color Cylindrical-coordinate representation of color #A3A869: hue angle of 64.76º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3A869 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 105 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.34 |
| HSL | 64.76º | 0.27% | 0.54% | - |
| HSV(B) | 64.76º | 0.38% | 0.66% | - |
| XYZ | 31.66 | 36.81 | 18.8 | - |
| YUV | 159.32 | 97.34 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 105 | 0.03 | 0 | 0.38 | 0.34 | 64.76 | 0.27 | 0.54 |
| Hex | A3 | A8 | 69 | 3 | 0 | 26 | 22 | 41 | 1B | 36 |
| Octal | 243 | 250 | 151 | 3 | 0 | 46 | 42 | 101 | 33 | 66 |
| Binary | 10100011 | 10101000 | 1101001 | 11 | 0 | 100110 | 100010 | 1000001 | 11011 | 110110 |
Color Harmonies of #A3A869
Complementary color
Monochromatic Colors of #A3A869
Black with #A3A869
Text Example
Text Example
White with #A3A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A869; }
p { color: rgb(163,168,105); }
H1.HeaderClassName
{
color: #A3A869;
}
.AnyTagClassName
{
color: #A3A869;
}
</style>
background-color css
<style>
a { background-color: #A3A869; }
a { background-color: rgb(163,168,105); }
div.DivClassName
{
background-color: #A3A869;
}
.BgClassName
{
background-color: #A3A869;
}
</style>
border-color css
<style>
span { border-color: #A3A869; }
span { border-color: rgb(163,168,105); }
td.TdClassName
{
border-color: #A3A869;
}
.TagClassName
{
border-color: #A3A869;
}
</style>