Shades of Green Smoke #A2A357
Tints of Green Smoke #A2A357
RGB
CMYK
RGB Variations
Color information
#A2A357 (or 0xA2A357) is known color: Green Smoke. HEX triplet: A2, A3 and 57. RGB value is (162,163,87). Sum of RGB (Red+Green+Blue) = 162+163+87=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A357 is #5D5CA8. Grayscale: #9A9A9A. Windows color (decimal): -6118569 or 5743522. OLE color: 5743522.
HSL color Cylindrical-coordinate representation of color #A2A357: hue angle of 60.79º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2A357 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 163 | 87 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.36 |
| HSL | 60.79º | 0.3% | 0.49% | - |
| HSV(B) | 60.79º | 0.47% | 0.64% | - |
| XYZ | 29.72 | 34.56 | 14.12 | - |
| YUV | 154.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 163 | 87 | 0.01 | 0 | 0.47 | 0.36 | 60.79 | 0.3 | 0.49 |
| Hex | A2 | A3 | 57 | 1 | 0 | 2F | 24 | 3D | 1E | 31 |
| Octal | 242 | 243 | 127 | 1 | 0 | 57 | 44 | 75 | 36 | 61 |
| Binary | 10100010 | 10100011 | 1010111 | 1 | 0 | 101111 | 100100 | 111101 | 11110 | 110001 |
Color Harmonies of #A2A357
Complementary color
Monochromatic Colors of #A2A357
Black with #A2A357
Text Example
Text Example
White with #A2A357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A357; }
p { color: rgb(162,163,87); }
H1.HeaderClassName
{
color: #A2A357;
}
.AnyTagClassName
{
color: #A2A357;
}
</style>
background-color css
<style>
a { background-color: #A2A357; }
a { background-color: rgb(162,163,87); }
div.DivClassName
{
background-color: #A2A357;
}
.BgClassName
{
background-color: #A2A357;
}
</style>
border-color css
<style>
span { border-color: #A2A357; }
span { border-color: rgb(162,163,87); }
td.TdClassName
{
border-color: #A2A357;
}
.TagClassName
{
border-color: #A2A357;
}
</style>