Shades of Green Smoke #A2AB55
Tints of Green Smoke #A2AB55
RGB
CMYK
RGB Variations
Color information
#A2AB55 (or 0xA2AB55) is known color: Green Smoke. HEX triplet: A2, AB and 55. RGB value is (162,171,85). Sum of RGB (Red+Green+Blue) = 162+171+85=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB55 is #5D54AA. Grayscale: #9E9E9E. Windows color (decimal): -6116523 or 5614498. OLE color: 5614498.
HSL color Cylindrical-coordinate representation of color #A2AB55: hue angle of 66.28º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2AB55 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 85 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.33 |
| HSL | 66.28º | 0.34% | 0.5% | - |
| HSV(B) | 66.28º | 0.5% | 0.67% | - |
| XYZ | 31.1 | 37.46 | 14.19 | - |
| YUV | 158.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 85 | 0.05 | 0 | 0.50 | 0.33 | 66.28 | 0.34 | 0.5 |
| Hex | A2 | AB | 55 | 5 | 0 | 32 | 21 | 42 | 22 | 32 |
| Octal | 242 | 253 | 125 | 5 | 0 | 62 | 41 | 102 | 42 | 62 |
| Binary | 10100010 | 10101011 | 1010101 | 101 | 0 | 110010 | 100001 | 1000010 | 100010 | 110010 |
Color Harmonies of #A2AB55
Complementary color
Monochromatic Colors of #A2AB55
Black with #A2AB55
Text Example
Text Example
White with #A2AB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB55; }
p { color: rgb(162,171,85); }
H1.HeaderClassName
{
color: #A2AB55;
}
.AnyTagClassName
{
color: #A2AB55;
}
</style>
background-color css
<style>
a { background-color: #A2AB55; }
a { background-color: rgb(162,171,85); }
div.DivClassName
{
background-color: #A2AB55;
}
.BgClassName
{
background-color: #A2AB55;
}
</style>
border-color css
<style>
span { border-color: #A2AB55; }
span { border-color: rgb(162,171,85); }
td.TdClassName
{
border-color: #A2AB55;
}
.TagClassName
{
border-color: #A2AB55;
}
</style>