Shades of Green Smoke #A3B56A
Tints of Green Smoke #A3B56A
RGB
CMYK
RGB Variations
Color information
#A3B56A (or 0xA3B56A) is known color: Green Smoke. HEX triplet: A3, B5 and 6A. RGB value is (163,181,106). Sum of RGB (Red+Green+Blue) = 163+181+106=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B56A is #5C4A95. Grayscale: #A7A7A7. Windows color (decimal): -6048406 or 6993315. OLE color: 6993315.
HSL color Cylindrical-coordinate representation of color #A3B56A: hue angle of 74.4º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3B56A is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 106 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.29 |
| HSL | 74.4º | 0.34% | 0.56% | - |
| HSV(B) | 74.4º | 0.41% | 0.71% | - |
| XYZ | 34.23 | 41.87 | 19.91 | - |
| YUV | 167.07 | 93.54 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 106 | 0.10 | 0 | 0.41 | 0.29 | 74.4 | 0.34 | 0.56 |
| Hex | A3 | B5 | 6A | A | 0 | 29 | 1D | 4A | 22 | 38 |
| Octal | 243 | 265 | 152 | 12 | 0 | 51 | 35 | 112 | 42 | 70 |
| Binary | 10100011 | 10110101 | 1101010 | 1010 | 0 | 101001 | 11101 | 1001010 | 100010 | 111000 |
Color Harmonies of #A3B56A
Complementary color
Monochromatic Colors of #A3B56A
Black with #A3B56A
Text Example
Text Example
White with #A3B56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B56A; }
p { color: rgb(163,181,106); }
H1.HeaderClassName
{
color: #A3B56A;
}
.AnyTagClassName
{
color: #A3B56A;
}
</style>
background-color css
<style>
a { background-color: #A3B56A; }
a { background-color: rgb(163,181,106); }
div.DivClassName
{
background-color: #A3B56A;
}
.BgClassName
{
background-color: #A3B56A;
}
</style>
border-color css
<style>
span { border-color: #A3B56A; }
span { border-color: rgb(163,181,106); }
td.TdClassName
{
border-color: #A3B56A;
}
.TagClassName
{
border-color: #A3B56A;
}
</style>