Shades of Green Smoke #A0AF56
Tints of Green Smoke #A0AF56
RGB
CMYK
RGB Variations
Color information
#A0AF56 (or 0xA0AF56) is known color: Green Smoke. HEX triplet: A0, AF and 56. RGB value is (160,175,86). Sum of RGB (Red+Green+Blue) = 160+175+86=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF56 is #5F50A9. Grayscale: #A0A0A0. Windows color (decimal): -6246570 or 5681056. OLE color: 5681056.
HSL color Cylindrical-coordinate representation of color #A0AF56: hue angle of 70.11º 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 #A0AF56 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 86 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.31 |
| HSL | 70.11º | 0.36% | 0.51% | - |
| HSV(B) | 70.11º | 0.51% | 0.69% | - |
| XYZ | 31.51 | 38.81 | 14.63 | - |
| YUV | 160.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 86 | 0.09 | 0 | 0.51 | 0.31 | 70.11 | 0.36 | 0.51 |
| Hex | A0 | AF | 56 | 9 | 0 | 33 | 1F | 46 | 24 | 33 |
| Octal | 240 | 257 | 126 | 11 | 0 | 63 | 37 | 106 | 44 | 63 |
| Binary | 10100000 | 10101111 | 1010110 | 1001 | 0 | 110011 | 11111 | 1000110 | 100100 | 110011 |
Color Harmonies of #A0AF56
Complementary color
Monochromatic Colors of #A0AF56
Black with #A0AF56
Text Example
Text Example
White with #A0AF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF56; }
p { color: rgb(160,175,86); }
H1.HeaderClassName
{
color: #A0AF56;
}
.AnyTagClassName
{
color: #A0AF56;
}
</style>
background-color css
<style>
a { background-color: #A0AF56; }
a { background-color: rgb(160,175,86); }
div.DivClassName
{
background-color: #A0AF56;
}
.BgClassName
{
background-color: #A0AF56;
}
</style>
border-color css
<style>
span { border-color: #A0AF56; }
span { border-color: rgb(160,175,86); }
td.TdClassName
{
border-color: #A0AF56;
}
.TagClassName
{
border-color: #A0AF56;
}
</style>