Shades of Green Smoke #A2AB68
Tints of Green Smoke #A2AB68
RGB
CMYK
RGB Variations
Color information
#A2AB68 (or 0xA2AB68) is known color: Green Smoke. HEX triplet: A2, AB and 68. RGB value is (162,171,104). Sum of RGB (Red+Green+Blue) = 162+171+104=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB68 is #5D5497. Grayscale: #A0A0A0. Windows color (decimal): -6116504 or 6859682. OLE color: 6859682.
HSL color Cylindrical-coordinate representation of color #A2AB68: hue angle of 68.06º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2AB68 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 104 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.33 |
| HSL | 68.06º | 0.29% | 0.54% | - |
| HSV(B) | 68.06º | 0.39% | 0.67% | - |
| XYZ | 31.96 | 37.81 | 18.71 | - |
| YUV | 160.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 104 | 0.05 | 0 | 0.39 | 0.33 | 68.06 | 0.29 | 0.54 |
| Hex | A2 | AB | 68 | 5 | 0 | 27 | 21 | 44 | 1D | 36 |
| Octal | 242 | 253 | 150 | 5 | 0 | 47 | 41 | 104 | 35 | 66 |
| Binary | 10100010 | 10101011 | 1101000 | 101 | 0 | 100111 | 100001 | 1000100 | 11101 | 110110 |
Color Harmonies of #A2AB68
Complementary color
Monochromatic Colors of #A2AB68
Black with #A2AB68
Text Example
Text Example
White with #A2AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB68; }
p { color: rgb(162,171,104); }
H1.HeaderClassName
{
color: #A2AB68;
}
.AnyTagClassName
{
color: #A2AB68;
}
</style>
background-color css
<style>
a { background-color: #A2AB68; }
a { background-color: rgb(162,171,104); }
div.DivClassName
{
background-color: #A2AB68;
}
.BgClassName
{
background-color: #A2AB68;
}
</style>
border-color css
<style>
span { border-color: #A2AB68; }
span { border-color: rgb(162,171,104); }
td.TdClassName
{
border-color: #A2AB68;
}
.TagClassName
{
border-color: #A2AB68;
}
</style>