Shades of Green Smoke #A3B370
Tints of Green Smoke #A3B370
RGB
CMYK
RGB Variations
Color information
#A3B370 (or 0xA3B370) is known color: Green Smoke. HEX triplet: A3, B3 and 70. RGB value is (163,179,112). Sum of RGB (Red+Green+Blue) = 163+179+112=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B370 is #5C4C8F. Grayscale: #A6A6A6. Windows color (decimal): -6048912 or 7386019. OLE color: 7386019.
HSL color Cylindrical-coordinate representation of color #A3B370: hue angle of 74.33º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3B370 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 179 | 112 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.30 |
| HSL | 74.33º | 0.31% | 0.57% | - |
| HSV(B) | 74.33º | 0.37% | 0.7% | - |
| XYZ | 34.15 | 41.2 | 21.48 | - |
| YUV | 166.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 179 | 112 | 0.09 | 0 | 0.37 | 0.30 | 74.33 | 0.31 | 0.57 |
| Hex | A3 | B3 | 70 | 9 | 0 | 25 | 1E | 4A | 1F | 39 |
| Octal | 243 | 263 | 160 | 11 | 0 | 45 | 36 | 112 | 37 | 71 |
| Binary | 10100011 | 10110011 | 1110000 | 1001 | 0 | 100101 | 11110 | 1001010 | 11111 | 111001 |
Color Harmonies of #A3B370
Complementary color
Monochromatic Colors of #A3B370
Black with #A3B370
Text Example
Text Example
White with #A3B370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B370; }
p { color: rgb(163,179,112); }
H1.HeaderClassName
{
color: #A3B370;
}
.AnyTagClassName
{
color: #A3B370;
}
</style>
background-color css
<style>
a { background-color: #A3B370; }
a { background-color: rgb(163,179,112); }
div.DivClassName
{
background-color: #A3B370;
}
.BgClassName
{
background-color: #A3B370;
}
</style>
border-color css
<style>
span { border-color: #A3B370; }
span { border-color: rgb(163,179,112); }
td.TdClassName
{
border-color: #A3B370;
}
.TagClassName
{
border-color: #A3B370;
}
</style>