Shades of Green Smoke #A3AB71
Tints of Green Smoke #A3AB71
RGB
CMYK
RGB Variations
Color information
#A3AB71 (or 0xA3AB71) is known color: Green Smoke. HEX triplet: A3, AB and 71. RGB value is (163,171,113). Sum of RGB (Red+Green+Blue) = 163+171+113=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB71 is #5C548E. Grayscale: #A2A2A2. Windows color (decimal): -6050959 or 7449507. OLE color: 7449507.
HSL color Cylindrical-coordinate representation of color #A3AB71: hue angle of 68.28º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3AB71 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 171 | 113 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.33 |
| HSL | 68.28º | 0.26% | 0.56% | - |
| HSV(B) | 68.28º | 0.34% | 0.67% | - |
| XYZ | 32.65 | 38.1 | 21.26 | - |
| YUV | 162 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 113 | 0.05 | 0 | 0.34 | 0.33 | 68.28 | 0.26 | 0.56 |
| Hex | A3 | AB | 71 | 5 | 0 | 22 | 21 | 44 | 1A | 38 |
| Octal | 243 | 253 | 161 | 5 | 0 | 42 | 41 | 104 | 32 | 70 |
| Binary | 10100011 | 10101011 | 1110001 | 101 | 0 | 100010 | 100001 | 1000100 | 11010 | 111000 |
Color Harmonies of #A3AB71
Complementary color
Monochromatic Colors of #A3AB71
Black with #A3AB71
Text Example
Text Example
White with #A3AB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AB71; }
p { color: rgb(163,171,113); }
H1.HeaderClassName
{
color: #A3AB71;
}
.AnyTagClassName
{
color: #A3AB71;
}
</style>
background-color css
<style>
a { background-color: #A3AB71; }
a { background-color: rgb(163,171,113); }
div.DivClassName
{
background-color: #A3AB71;
}
.BgClassName
{
background-color: #A3AB71;
}
</style>
border-color css
<style>
span { border-color: #A3AB71; }
span { border-color: rgb(163,171,113); }
td.TdClassName
{
border-color: #A3AB71;
}
.TagClassName
{
border-color: #A3AB71;
}
</style>