Shades of Green Smoke #A3AB60
Tints of Green Smoke #A3AB60
RGB
CMYK
RGB Variations
Color information
#A3AB60 (or 0xA3AB60) is known color: Green Smoke. HEX triplet: A3, AB and 60. RGB value is (163,171,96). Sum of RGB (Red+Green+Blue) = 163+171+96=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB60 is #5C549F. Grayscale: #A0A0A0. Windows color (decimal): -6050976 or 6335395. OLE color: 6335395.
HSL color Cylindrical-coordinate representation of color #A3AB60: hue angle of 66.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3AB60 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 171 | 96 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.33 |
| HSL | 66.4º | 0.31% | 0.52% | - |
| HSV(B) | 66.4º | 0.44% | 0.67% | - |
| XYZ | 31.78 | 37.76 | 16.68 | - |
| YUV | 160.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 96 | 0.05 | 0 | 0.44 | 0.33 | 66.4 | 0.31 | 0.52 |
| Hex | A3 | AB | 60 | 5 | 0 | 2C | 21 | 42 | 1F | 34 |
| Octal | 243 | 253 | 140 | 5 | 0 | 54 | 41 | 102 | 37 | 64 |
| Binary | 10100011 | 10101011 | 1100000 | 101 | 0 | 101100 | 100001 | 1000010 | 11111 | 110100 |
Color Harmonies of #A3AB60
Complementary color
Monochromatic Colors of #A3AB60
Black with #A3AB60
Text Example
Text Example
White with #A3AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AB60; }
p { color: rgb(163,171,96); }
H1.HeaderClassName
{
color: #A3AB60;
}
.AnyTagClassName
{
color: #A3AB60;
}
</style>
background-color css
<style>
a { background-color: #A3AB60; }
a { background-color: rgb(163,171,96); }
div.DivClassName
{
background-color: #A3AB60;
}
.BgClassName
{
background-color: #A3AB60;
}
</style>
border-color css
<style>
span { border-color: #A3AB60; }
span { border-color: rgb(163,171,96); }
td.TdClassName
{
border-color: #A3AB60;
}
.TagClassName
{
border-color: #A3AB60;
}
</style>