Shades of Green Smoke #A2B172
Tints of Green Smoke #A2B172
RGB
CMYK
RGB Variations
Color information
#A2B172 (or 0xA2B172) is known color: Green Smoke. HEX triplet: A2, B1 and 72. RGB value is (162,177,114). Sum of RGB (Red+Green+Blue) = 162+177+114=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B172 is #5D4E8D. Grayscale: #A5A5A5. Windows color (decimal): -6114958 or 7516578. OLE color: 7516578.
HSL color Cylindrical-coordinate representation of color #A2B172: hue angle of 74.29º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2B172 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 114 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.31 |
| HSL | 74.29º | 0.29% | 0.57% | - |
| HSV(B) | 74.29º | 0.36% | 0.69% | - |
| XYZ | 33.66 | 40.34 | 21.93 | - |
| YUV | 165.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 114 | 0.08 | 0 | 0.36 | 0.31 | 74.29 | 0.29 | 0.57 |
| Hex | A2 | B1 | 72 | 8 | 0 | 24 | 1F | 4A | 1D | 39 |
| Octal | 242 | 261 | 162 | 10 | 0 | 44 | 37 | 112 | 35 | 71 |
| Binary | 10100010 | 10110001 | 1110010 | 1000 | 0 | 100100 | 11111 | 1001010 | 11101 | 111001 |
Color Harmonies of #A2B172
Complementary color
Monochromatic Colors of #A2B172
Black with #A2B172
Text Example
Text Example
White with #A2B172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B172; }
p { color: rgb(162,177,114); }
H1.HeaderClassName
{
color: #A2B172;
}
.AnyTagClassName
{
color: #A2B172;
}
</style>
background-color css
<style>
a { background-color: #A2B172; }
a { background-color: rgb(162,177,114); }
div.DivClassName
{
background-color: #A2B172;
}
.BgClassName
{
background-color: #A2B172;
}
</style>
border-color css
<style>
span { border-color: #A2B172; }
span { border-color: rgb(162,177,114); }
td.TdClassName
{
border-color: #A2B172;
}
.TagClassName
{
border-color: #A2B172;
}
</style>