Shades of Green Smoke #A0AF57
Tints of Green Smoke #A0AF57
RGB
CMYK
RGB Variations
Color information
#A0AF57 (or 0xA0AF57) is known color: Green Smoke. HEX triplet: A0, AF and 57. RGB value is (160,175,87). Sum of RGB (Red+Green+Blue) = 160+175+87=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF57 is #5F50A8. Grayscale: #A0A0A0. Windows color (decimal): -6246569 or 5746592. OLE color: 5746592.
HSL color Cylindrical-coordinate representation of color #A0AF57: hue angle of 70.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0AF57 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 87 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.31 |
| HSL | 70.23º | 0.35% | 0.51% | - |
| HSV(B) | 70.23º | 0.5% | 0.69% | - |
| XYZ | 31.55 | 38.82 | 14.85 | - |
| YUV | 160.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 87 | 0.09 | 0 | 0.50 | 0.31 | 70.23 | 0.35 | 0.51 |
| Hex | A0 | AF | 57 | 9 | 0 | 32 | 1F | 46 | 23 | 33 |
| Octal | 240 | 257 | 127 | 11 | 0 | 62 | 37 | 106 | 43 | 63 |
| Binary | 10100000 | 10101111 | 1010111 | 1001 | 0 | 110010 | 11111 | 1000110 | 100011 | 110011 |
Color Harmonies of #A0AF57
Complementary color
Monochromatic Colors of #A0AF57
Black with #A0AF57
Text Example
Text Example
White with #A0AF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF57; }
p { color: rgb(160,175,87); }
H1.HeaderClassName
{
color: #A0AF57;
}
.AnyTagClassName
{
color: #A0AF57;
}
</style>
background-color css
<style>
a { background-color: #A0AF57; }
a { background-color: rgb(160,175,87); }
div.DivClassName
{
background-color: #A0AF57;
}
.BgClassName
{
background-color: #A0AF57;
}
</style>
border-color css
<style>
span { border-color: #A0AF57; }
span { border-color: rgb(160,175,87); }
td.TdClassName
{
border-color: #A0AF57;
}
.TagClassName
{
border-color: #A0AF57;
}
</style>