Shades of Green Smoke #A0AF71
Tints of Green Smoke #A0AF71
RGB
CMYK
RGB Variations
Color information
#A0AF71 (or 0xA0AF71) is known color: Green Smoke. HEX triplet: A0, AF and 71. RGB value is (160,175,113). Sum of RGB (Red+Green+Blue) = 160+175+113=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF71 is #5F508E. Grayscale: #A3A3A3. Windows color (decimal): -6246543 or 7450528. OLE color: 7450528.
HSL color Cylindrical-coordinate representation of color #A0AF71: hue angle of 74.52º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0AF71 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 113 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.31 |
| HSL | 74.52º | 0.28% | 0.56% | - |
| HSV(B) | 74.52º | 0.35% | 0.69% | - |
| XYZ | 32.81 | 39.33 | 21.48 | - |
| YUV | 163.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 113 | 0.09 | 0 | 0.35 | 0.31 | 74.52 | 0.28 | 0.56 |
| Hex | A0 | AF | 71 | 9 | 0 | 23 | 1F | 4B | 1C | 38 |
| Octal | 240 | 257 | 161 | 11 | 0 | 43 | 37 | 113 | 34 | 70 |
| Binary | 10100000 | 10101111 | 1110001 | 1001 | 0 | 100011 | 11111 | 1001011 | 11100 | 111000 |
Color Harmonies of #A0AF71
Complementary color
Monochromatic Colors of #A0AF71
Black with #A0AF71
Text Example
Text Example
White with #A0AF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF71; }
p { color: rgb(160,175,113); }
H1.HeaderClassName
{
color: #A0AF71;
}
.AnyTagClassName
{
color: #A0AF71;
}
</style>
background-color css
<style>
a { background-color: #A0AF71; }
a { background-color: rgb(160,175,113); }
div.DivClassName
{
background-color: #A0AF71;
}
.BgClassName
{
background-color: #A0AF71;
}
</style>
border-color css
<style>
span { border-color: #A0AF71; }
span { border-color: rgb(160,175,113); }
td.TdClassName
{
border-color: #A0AF71;
}
.TagClassName
{
border-color: #A0AF71;
}
</style>