Shades of Green Smoke #A3A46B
Tints of Green Smoke #A3A46B
RGB
CMYK
RGB Variations
Color information
#A3A46B (or 0xA3A46B) is known color: Green Smoke. HEX triplet: A3, A4 and 6B. RGB value is (163,164,107). Sum of RGB (Red+Green+Blue) = 163+164+107=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A46B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A46B is #5C5B94. Grayscale: #9D9D9D. Windows color (decimal): -6052757 or 7054499. OLE color: 7054499.
HSL color Cylindrical-coordinate representation of color #A3A46B: hue angle of 61.05º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3A46B is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 107 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.36 |
| HSL | 61.05º | 0.24% | 0.53% | - |
| HSV(B) | 61.05º | 0.35% | 0.64% | - |
| XYZ | 31.03 | 35.4 | 19.11 | - |
| YUV | 157.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 107 | 0.01 | 0 | 0.35 | 0.36 | 61.05 | 0.24 | 0.53 |
| Hex | A3 | A4 | 6B | 1 | 0 | 23 | 24 | 3D | 18 | 35 |
| Octal | 243 | 244 | 153 | 1 | 0 | 43 | 44 | 75 | 30 | 65 |
| Binary | 10100011 | 10100100 | 1101011 | 1 | 0 | 100011 | 100100 | 111101 | 11000 | 110101 |
Color Harmonies of #A3A46B
Complementary color
Monochromatic Colors of #A3A46B
Black with #A3A46B
Text Example
Text Example
White with #A3A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A46B; }
p { color: rgb(163,164,107); }
H1.HeaderClassName
{
color: #A3A46B;
}
.AnyTagClassName
{
color: #A3A46B;
}
</style>
background-color css
<style>
a { background-color: #A3A46B; }
a { background-color: rgb(163,164,107); }
div.DivClassName
{
background-color: #A3A46B;
}
.BgClassName
{
background-color: #A3A46B;
}
</style>
border-color css
<style>
span { border-color: #A3A46B; }
span { border-color: rgb(163,164,107); }
td.TdClassName
{
border-color: #A3A46B;
}
.TagClassName
{
border-color: #A3A46B;
}
</style>