Shades of Green Smoke #A2AF55
Tints of Green Smoke #A2AF55
RGB
CMYK
RGB Variations
Color information
#A2AF55 (or 0xA2AF55) is known color: Green Smoke. HEX triplet: A2, AF and 55. RGB value is (162,175,85). Sum of RGB (Red+Green+Blue) = 162+175+85=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF55 is #5D50AA. Grayscale: #A1A1A1. Windows color (decimal): -6115499 or 5615522. OLE color: 5615522.
HSL color Cylindrical-coordinate representation of color #A2AF55: hue angle of 68.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2AF55 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 85 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.31 |
| HSL | 68.67º | 0.36% | 0.51% | - |
| HSV(B) | 68.67º | 0.51% | 0.69% | - |
| XYZ | 31.87 | 39 | 14.44 | - |
| YUV | 160.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 85 | 0.07 | 0 | 0.51 | 0.31 | 68.67 | 0.36 | 0.51 |
| Hex | A2 | AF | 55 | 7 | 0 | 33 | 1F | 45 | 24 | 33 |
| Octal | 242 | 257 | 125 | 7 | 0 | 63 | 37 | 105 | 44 | 63 |
| Binary | 10100010 | 10101111 | 1010101 | 111 | 0 | 110011 | 11111 | 1000101 | 100100 | 110011 |
Color Harmonies of #A2AF55
Complementary color
Monochromatic Colors of #A2AF55
Black with #A2AF55
Text Example
Text Example
White with #A2AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF55; }
p { color: rgb(162,175,85); }
H1.HeaderClassName
{
color: #A2AF55;
}
.AnyTagClassName
{
color: #A2AF55;
}
</style>
background-color css
<style>
a { background-color: #A2AF55; }
a { background-color: rgb(162,175,85); }
div.DivClassName
{
background-color: #A2AF55;
}
.BgClassName
{
background-color: #A2AF55;
}
</style>
border-color css
<style>
span { border-color: #A2AF55; }
span { border-color: rgb(162,175,85); }
td.TdClassName
{
border-color: #A2AF55;
}
.TagClassName
{
border-color: #A2AF55;
}
</style>