Shades of Green Smoke #A0AF70
Tints of Green Smoke #A0AF70
RGB
CMYK
RGB Variations
Color information
#A0AF70 (or 0xA0AF70) is known color: Green Smoke. HEX triplet: A0, AF and 70. RGB value is (160,175,112). Sum of RGB (Red+Green+Blue) = 160+175+112=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF70 is #5F508F. Grayscale: #A3A3A3. Windows color (decimal): -6246544 or 7384992. OLE color: 7384992.
HSL color Cylindrical-coordinate representation of color #A0AF70: hue angle of 74.29º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0AF70 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 112 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.31 |
| HSL | 74.29º | 0.28% | 0.56% | - |
| HSV(B) | 74.29º | 0.36% | 0.69% | - |
| XYZ | 32.75 | 39.3 | 21.19 | - |
| YUV | 163.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 112 | 0.09 | 0 | 0.36 | 0.31 | 74.29 | 0.28 | 0.56 |
| Hex | A0 | AF | 70 | 9 | 0 | 24 | 1F | 4A | 1C | 38 |
| Octal | 240 | 257 | 160 | 11 | 0 | 44 | 37 | 112 | 34 | 70 |
| Binary | 10100000 | 10101111 | 1110000 | 1001 | 0 | 100100 | 11111 | 1001010 | 11100 | 111000 |
Color Harmonies of #A0AF70
Complementary color
Monochromatic Colors of #A0AF70
Black with #A0AF70
Text Example
Text Example
White with #A0AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF70; }
p { color: rgb(160,175,112); }
H1.HeaderClassName
{
color: #A0AF70;
}
.AnyTagClassName
{
color: #A0AF70;
}
</style>
background-color css
<style>
a { background-color: #A0AF70; }
a { background-color: rgb(160,175,112); }
div.DivClassName
{
background-color: #A0AF70;
}
.BgClassName
{
background-color: #A0AF70;
}
</style>
border-color css
<style>
span { border-color: #A0AF70; }
span { border-color: rgb(160,175,112); }
td.TdClassName
{
border-color: #A0AF70;
}
.TagClassName
{
border-color: #A0AF70;
}
</style>