Shades of Green Smoke #A2AB5A
Tints of Green Smoke #A2AB5A
RGB
CMYK
RGB Variations
Color information
#A2AB5A (or 0xA2AB5A) is known color: Green Smoke. HEX triplet: A2, AB and 5A. RGB value is (162,171,90). Sum of RGB (Red+Green+Blue) = 162+171+90=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB5A is #5D54A5. Grayscale: #9F9F9F. Windows color (decimal): -6116518 or 5942178. OLE color: 5942178.
HSL color Cylindrical-coordinate representation of color #A2AB5A: hue angle of 66.67º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2AB5A is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 90 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.33 |
| HSL | 66.67º | 0.33% | 0.51% | - |
| HSV(B) | 66.67º | 0.47% | 0.67% | - |
| XYZ | 31.31 | 37.55 | 15.27 | - |
| YUV | 159.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 90 | 0.05 | 0 | 0.47 | 0.33 | 66.67 | 0.33 | 0.51 |
| Hex | A2 | AB | 5A | 5 | 0 | 2F | 21 | 43 | 21 | 33 |
| Octal | 242 | 253 | 132 | 5 | 0 | 57 | 41 | 103 | 41 | 63 |
| Binary | 10100010 | 10101011 | 1011010 | 101 | 0 | 101111 | 100001 | 1000011 | 100001 | 110011 |
Color Harmonies of #A2AB5A
Complementary color
Monochromatic Colors of #A2AB5A
Black with #A2AB5A
Text Example
Text Example
White with #A2AB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB5A; }
p { color: rgb(162,171,90); }
H1.HeaderClassName
{
color: #A2AB5A;
}
.AnyTagClassName
{
color: #A2AB5A;
}
</style>
background-color css
<style>
a { background-color: #A2AB5A; }
a { background-color: rgb(162,171,90); }
div.DivClassName
{
background-color: #A2AB5A;
}
.BgClassName
{
background-color: #A2AB5A;
}
</style>
border-color css
<style>
span { border-color: #A2AB5A; }
span { border-color: rgb(162,171,90); }
td.TdClassName
{
border-color: #A2AB5A;
}
.TagClassName
{
border-color: #A2AB5A;
}
</style>