Shades of Green Smoke #A3B35F
Tints of Green Smoke #A3B35F
RGB
CMYK
RGB Variations
Color information
#A3B35F (or 0xA3B35F) is known color: Green Smoke. HEX triplet: A3, B3 and 5F. RGB value is (163,179,95). Sum of RGB (Red+Green+Blue) = 163+179+95=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B35F is #5C4CA0. Grayscale: #A4A4A4. Windows color (decimal): -6048929 or 6271907. OLE color: 6271907.
HSL color Cylindrical-coordinate representation of color #A3B35F: hue angle of 71.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3B35F is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 179 | 95 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.30 |
| HSL | 71.43º | 0.36% | 0.54% | - |
| HSV(B) | 71.43º | 0.47% | 0.7% | - |
| XYZ | 33.29 | 40.85 | 16.96 | - |
| YUV | 164.64 | 88.7 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 179 | 95 | 0.09 | 0 | 0.47 | 0.30 | 71.43 | 0.36 | 0.54 |
| Hex | A3 | B3 | 5F | 9 | 0 | 2F | 1E | 47 | 24 | 36 |
| Octal | 243 | 263 | 137 | 11 | 0 | 57 | 36 | 107 | 44 | 66 |
| Binary | 10100011 | 10110011 | 1011111 | 1001 | 0 | 101111 | 11110 | 1000111 | 100100 | 110110 |
Color Harmonies of #A3B35F
Complementary color
Monochromatic Colors of #A3B35F
Black with #A3B35F
Text Example
Text Example
White with #A3B35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B35F; }
p { color: rgb(163,179,95); }
H1.HeaderClassName
{
color: #A3B35F;
}
.AnyTagClassName
{
color: #A3B35F;
}
</style>
background-color css
<style>
a { background-color: #A3B35F; }
a { background-color: rgb(163,179,95); }
div.DivClassName
{
background-color: #A3B35F;
}
.BgClassName
{
background-color: #A3B35F;
}
</style>
border-color css
<style>
span { border-color: #A3B35F; }
span { border-color: rgb(163,179,95); }
td.TdClassName
{
border-color: #A3B35F;
}
.TagClassName
{
border-color: #A3B35F;
}
</style>