Shades of Green Smoke #A0AF6F
Tints of Green Smoke #A0AF6F
RGB
CMYK
RGB Variations
Color information
#A0AF6F (or 0xA0AF6F) is known color: Green Smoke. HEX triplet: A0, AF and 6F. RGB value is (160,175,111). Sum of RGB (Red+Green+Blue) = 160+175+111=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF6F is #5F5090. Grayscale: #A3A3A3. Windows color (decimal): -6246545 or 7319456. OLE color: 7319456.
HSL color Cylindrical-coordinate representation of color #A0AF6F: hue angle of 74.06º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0AF6F is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 111 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.31 |
| HSL | 74.06º | 0.29% | 0.56% | - |
| HSV(B) | 74.06º | 0.37% | 0.69% | - |
| XYZ | 32.7 | 39.28 | 20.9 | - |
| YUV | 163.22 | 98.53 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 111 | 0.09 | 0 | 0.37 | 0.31 | 74.06 | 0.29 | 0.56 |
| Hex | A0 | AF | 6F | 9 | 0 | 25 | 1F | 4A | 1D | 38 |
| Octal | 240 | 257 | 157 | 11 | 0 | 45 | 37 | 112 | 35 | 70 |
| Binary | 10100000 | 10101111 | 1101111 | 1001 | 0 | 100101 | 11111 | 1001010 | 11101 | 111000 |
Color Harmonies of #A0AF6F
Complementary color
Monochromatic Colors of #A0AF6F
Black with #A0AF6F
Text Example
Text Example
White with #A0AF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF6F; }
p { color: rgb(160,175,111); }
H1.HeaderClassName
{
color: #A0AF6F;
}
.AnyTagClassName
{
color: #A0AF6F;
}
</style>
background-color css
<style>
a { background-color: #A0AF6F; }
a { background-color: rgb(160,175,111); }
div.DivClassName
{
background-color: #A0AF6F;
}
.BgClassName
{
background-color: #A0AF6F;
}
</style>
border-color css
<style>
span { border-color: #A0AF6F; }
span { border-color: rgb(160,175,111); }
td.TdClassName
{
border-color: #A0AF6F;
}
.TagClassName
{
border-color: #A0AF6F;
}
</style>