Shades of Green Smoke #A0AF5F
Tints of Green Smoke #A0AF5F
RGB
CMYK
RGB Variations
Color information
#A0AF5F (or 0xA0AF5F) is known color: Green Smoke. HEX triplet: A0, AF and 5F. RGB value is (160,175,95). Sum of RGB (Red+Green+Blue) = 160+175+95=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF5F is #5F50A0. Grayscale: #A1A1A1. Windows color (decimal): -6246561 or 6270880. OLE color: 6270880.
HSL color Cylindrical-coordinate representation of color #A0AF5F: hue angle of 71.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0AF5F is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 95 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.31 |
| HSL | 71.25º | 0.33% | 0.53% | - |
| HSV(B) | 71.25º | 0.46% | 0.69% | - |
| XYZ | 31.89 | 38.96 | 16.67 | - |
| YUV | 161.4 | 90.53 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 95 | 0.09 | 0 | 0.46 | 0.31 | 71.25 | 0.33 | 0.53 |
| Hex | A0 | AF | 5F | 9 | 0 | 2E | 1F | 47 | 21 | 35 |
| Octal | 240 | 257 | 137 | 11 | 0 | 56 | 37 | 107 | 41 | 65 |
| Binary | 10100000 | 10101111 | 1011111 | 1001 | 0 | 101110 | 11111 | 1000111 | 100001 | 110101 |
Color Harmonies of #A0AF5F
Complementary color
Monochromatic Colors of #A0AF5F
Black with #A0AF5F
Text Example
Text Example
White with #A0AF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF5F; }
p { color: rgb(160,175,95); }
H1.HeaderClassName
{
color: #A0AF5F;
}
.AnyTagClassName
{
color: #A0AF5F;
}
</style>
background-color css
<style>
a { background-color: #A0AF5F; }
a { background-color: rgb(160,175,95); }
div.DivClassName
{
background-color: #A0AF5F;
}
.BgClassName
{
background-color: #A0AF5F;
}
</style>
border-color css
<style>
span { border-color: #A0AF5F; }
span { border-color: rgb(160,175,95); }
td.TdClassName
{
border-color: #A0AF5F;
}
.TagClassName
{
border-color: #A0AF5F;
}
</style>