Shades of Green Smoke #A3B05D
Tints of Green Smoke #A3B05D
RGB
CMYK
RGB Variations
Color information
#A3B05D (or 0xA3B05D) is known color: Green Smoke. HEX triplet: A3, B0 and 5D. RGB value is (163,176,93). Sum of RGB (Red+Green+Blue) = 163+176+93=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B05D is #5C4FA2. Grayscale: #A2A2A2. Windows color (decimal): -6049699 or 6140067. OLE color: 6140067.
HSL color Cylindrical-coordinate representation of color #A3B05D: hue angle of 69.4º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3B05D is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 93 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.31 |
| HSL | 69.4º | 0.34% | 0.53% | - |
| HSV(B) | 69.4º | 0.47% | 0.69% | - |
| XYZ | 32.61 | 39.63 | 16.29 | - |
| YUV | 162.65 | 88.69 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 93 | 0.07 | 0 | 0.47 | 0.31 | 69.4 | 0.34 | 0.53 |
| Hex | A3 | B0 | 5D | 7 | 0 | 2F | 1F | 45 | 22 | 35 |
| Octal | 243 | 260 | 135 | 7 | 0 | 57 | 37 | 105 | 42 | 65 |
| Binary | 10100011 | 10110000 | 1011101 | 111 | 0 | 101111 | 11111 | 1000101 | 100010 | 110101 |
Color Harmonies of #A3B05D
Complementary color
Monochromatic Colors of #A3B05D
Black with #A3B05D
Text Example
Text Example
White with #A3B05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B05D; }
p { color: rgb(163,176,93); }
H1.HeaderClassName
{
color: #A3B05D;
}
.AnyTagClassName
{
color: #A3B05D;
}
</style>
background-color css
<style>
a { background-color: #A3B05D; }
a { background-color: rgb(163,176,93); }
div.DivClassName
{
background-color: #A3B05D;
}
.BgClassName
{
background-color: #A3B05D;
}
</style>
border-color css
<style>
span { border-color: #A3B05D; }
span { border-color: rgb(163,176,93); }
td.TdClassName
{
border-color: #A3B05D;
}
.TagClassName
{
border-color: #A3B05D;
}
</style>