Shades of Green Smoke #A3A469
Tints of Green Smoke #A3A469
RGB
CMYK
RGB Variations
Color information
#A3A469 (or 0xA3A469) is known color: Green Smoke. HEX triplet: A3, A4 and 69. RGB value is (163,164,105). Sum of RGB (Red+Green+Blue) = 163+164+105=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A469 is #5C5B96. Grayscale: #9D9D9D. Windows color (decimal): -6052759 or 6923427. OLE color: 6923427.
HSL color Cylindrical-coordinate representation of color #A3A469: hue angle of 61.02º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3A469 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 105 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.36 |
| HSL | 61.02º | 0.24% | 0.53% | - |
| HSV(B) | 61.02º | 0.36% | 0.64% | - |
| XYZ | 30.93 | 35.36 | 18.56 | - |
| YUV | 156.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 105 | 0.01 | 0 | 0.36 | 0.36 | 61.02 | 0.24 | 0.53 |
| Hex | A3 | A4 | 69 | 1 | 0 | 24 | 24 | 3D | 18 | 35 |
| Octal | 243 | 244 | 151 | 1 | 0 | 44 | 44 | 75 | 30 | 65 |
| Binary | 10100011 | 10100100 | 1101001 | 1 | 0 | 100100 | 100100 | 111101 | 11000 | 110101 |
Color Harmonies of #A3A469
Complementary color
Monochromatic Colors of #A3A469
Black with #A3A469
Text Example
Text Example
White with #A3A469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A469; }
p { color: rgb(163,164,105); }
H1.HeaderClassName
{
color: #A3A469;
}
.AnyTagClassName
{
color: #A3A469;
}
</style>
background-color css
<style>
a { background-color: #A3A469; }
a { background-color: rgb(163,164,105); }
div.DivClassName
{
background-color: #A3A469;
}
.BgClassName
{
background-color: #A3A469;
}
</style>
border-color css
<style>
span { border-color: #A3A469; }
span { border-color: rgb(163,164,105); }
td.TdClassName
{
border-color: #A3A469;
}
.TagClassName
{
border-color: #A3A469;
}
</style>