Shades of Green Smoke #A3B46D
Tints of Green Smoke #A3B46D
RGB
CMYK
RGB Variations
Color information
#A3B46D (or 0xA3B46D) is known color: Green Smoke. HEX triplet: A3, B4 and 6D. RGB value is (163,180,109). Sum of RGB (Red+Green+Blue) = 163+180+109=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B46D is #5C4B92. Grayscale: #A7A7A7. Windows color (decimal): -6048659 or 7189667. OLE color: 7189667.
HSL color Cylindrical-coordinate representation of color #A3B46D: hue angle of 74.37º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3B46D is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 180 | 109 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.29 |
| HSL | 74.37º | 0.32% | 0.57% | - |
| HSV(B) | 74.37º | 0.39% | 0.71% | - |
| XYZ | 34.19 | 41.53 | 20.68 | - |
| YUV | 166.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 109 | 0.09 | 0 | 0.39 | 0.29 | 74.37 | 0.32 | 0.57 |
| Hex | A3 | B4 | 6D | 9 | 0 | 27 | 1D | 4A | 20 | 39 |
| Octal | 243 | 264 | 155 | 11 | 0 | 47 | 35 | 112 | 40 | 71 |
| Binary | 10100011 | 10110100 | 1101101 | 1001 | 0 | 100111 | 11101 | 1001010 | 100000 | 111001 |
Color Harmonies of #A3B46D
Complementary color
Monochromatic Colors of #A3B46D
Black with #A3B46D
Text Example
Text Example
White with #A3B46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B46D; }
p { color: rgb(163,180,109); }
H1.HeaderClassName
{
color: #A3B46D;
}
.AnyTagClassName
{
color: #A3B46D;
}
</style>
background-color css
<style>
a { background-color: #A3B46D; }
a { background-color: rgb(163,180,109); }
div.DivClassName
{
background-color: #A3B46D;
}
.BgClassName
{
background-color: #A3B46D;
}
</style>
border-color css
<style>
span { border-color: #A3B46D; }
span { border-color: rgb(163,180,109); }
td.TdClassName
{
border-color: #A3B46D;
}
.TagClassName
{
border-color: #A3B46D;
}
</style>