Shades of Green Smoke #A2AF54
Tints of Green Smoke #A2AF54
RGB
CMYK
RGB Variations
Color information
#A2AF54 (or 0xA2AF54) is known color: Green Smoke. HEX triplet: A2, AF and 54. RGB value is (162,175,84). Sum of RGB (Red+Green+Blue) = 162+175+84=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF54 is #5D50AB. Grayscale: #A1A1A1. Windows color (decimal): -6115500 or 5549986. OLE color: 5549986.
HSL color Cylindrical-coordinate representation of color #A2AF54: hue angle of 68.57º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2AF54 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 84 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.31 |
| HSL | 68.57º | 0.36% | 0.51% | - |
| HSV(B) | 68.57º | 0.52% | 0.69% | - |
| XYZ | 31.83 | 38.98 | 14.23 | - |
| YUV | 160.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 84 | 0.07 | 0 | 0.52 | 0.31 | 68.57 | 0.36 | 0.51 |
| Hex | A2 | AF | 54 | 7 | 0 | 34 | 1F | 45 | 24 | 33 |
| Octal | 242 | 257 | 124 | 7 | 0 | 64 | 37 | 105 | 44 | 63 |
| Binary | 10100010 | 10101111 | 1010100 | 111 | 0 | 110100 | 11111 | 1000101 | 100100 | 110011 |
Color Harmonies of #A2AF54
Complementary color
Monochromatic Colors of #A2AF54
Black with #A2AF54
Text Example
Text Example
White with #A2AF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF54; }
p { color: rgb(162,175,84); }
H1.HeaderClassName
{
color: #A2AF54;
}
.AnyTagClassName
{
color: #A2AF54;
}
</style>
background-color css
<style>
a { background-color: #A2AF54; }
a { background-color: rgb(162,175,84); }
div.DivClassName
{
background-color: #A2AF54;
}
.BgClassName
{
background-color: #A2AF54;
}
</style>
border-color css
<style>
span { border-color: #A2AF54; }
span { border-color: rgb(162,175,84); }
td.TdClassName
{
border-color: #A2AF54;
}
.TagClassName
{
border-color: #A2AF54;
}
</style>