Shades of Green Smoke #A3B062
Tints of Green Smoke #A3B062
RGB
CMYK
RGB Variations
Color information
#A3B062 (or 0xA3B062) is known color: Green Smoke. HEX triplet: A3, B0 and 62. RGB value is (163,176,98). Sum of RGB (Red+Green+Blue) = 163+176+98=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B062 is #5C4F9D. Grayscale: #A3A3A3. Windows color (decimal): -6049694 or 6467747. OLE color: 6467747.
HSL color Cylindrical-coordinate representation of color #A3B062: hue angle of 70º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3B062 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 98 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.31 |
| HSL | 70º | 0.33% | 0.54% | - |
| HSV(B) | 70º | 0.44% | 0.69% | - |
| XYZ | 32.83 | 39.72 | 17.49 | - |
| YUV | 163.22 | 91.19 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 98 | 0.07 | 0 | 0.44 | 0.31 | 70 | 0.33 | 0.54 |
| Hex | A3 | B0 | 62 | 7 | 0 | 2C | 1F | 46 | 21 | 36 |
| Octal | 243 | 260 | 142 | 7 | 0 | 54 | 37 | 106 | 41 | 66 |
| Binary | 10100011 | 10110000 | 1100010 | 111 | 0 | 101100 | 11111 | 1000110 | 100001 | 110110 |
Color Harmonies of #A3B062
Complementary color
Monochromatic Colors of #A3B062
Black with #A3B062
Text Example
Text Example
White with #A3B062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B062; }
p { color: rgb(163,176,98); }
H1.HeaderClassName
{
color: #A3B062;
}
.AnyTagClassName
{
color: #A3B062;
}
</style>
background-color css
<style>
a { background-color: #A3B062; }
a { background-color: rgb(163,176,98); }
div.DivClassName
{
background-color: #A3B062;
}
.BgClassName
{
background-color: #A3B062;
}
</style>
border-color css
<style>
span { border-color: #A3B062; }
span { border-color: rgb(163,176,98); }
td.TdClassName
{
border-color: #A3B062;
}
.TagClassName
{
border-color: #A3B062;
}
</style>