Shades of Green Smoke #A0AF6D
Tints of Green Smoke #A0AF6D
RGB
CMYK
RGB Variations
Color information
#A0AF6D (or 0xA0AF6D) is known color: Green Smoke. HEX triplet: A0, AF and 6D. RGB value is (160,175,109). Sum of RGB (Red+Green+Blue) = 160+175+109=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF6D is #5F5092. Grayscale: #A3A3A3. Windows color (decimal): -6246547 or 7188384. OLE color: 7188384.
HSL color Cylindrical-coordinate representation of color #A0AF6D: hue angle of 73.64º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0AF6D is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 109 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.31 |
| HSL | 73.64º | 0.29% | 0.56% | - |
| HSV(B) | 73.64º | 0.38% | 0.69% | - |
| XYZ | 32.59 | 39.24 | 20.32 | - |
| YUV | 162.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 109 | 0.09 | 0 | 0.38 | 0.31 | 73.64 | 0.29 | 0.56 |
| Hex | A0 | AF | 6D | 9 | 0 | 26 | 1F | 4A | 1D | 38 |
| Octal | 240 | 257 | 155 | 11 | 0 | 46 | 37 | 112 | 35 | 70 |
| Binary | 10100000 | 10101111 | 1101101 | 1001 | 0 | 100110 | 11111 | 1001010 | 11101 | 111000 |
Color Harmonies of #A0AF6D
Complementary color
Monochromatic Colors of #A0AF6D
Black with #A0AF6D
Text Example
Text Example
White with #A0AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF6D; }
p { color: rgb(160,175,109); }
H1.HeaderClassName
{
color: #A0AF6D;
}
.AnyTagClassName
{
color: #A0AF6D;
}
</style>
background-color css
<style>
a { background-color: #A0AF6D; }
a { background-color: rgb(160,175,109); }
div.DivClassName
{
background-color: #A0AF6D;
}
.BgClassName
{
background-color: #A0AF6D;
}
</style>
border-color css
<style>
span { border-color: #A0AF6D; }
span { border-color: rgb(160,175,109); }
td.TdClassName
{
border-color: #A0AF6D;
}
.TagClassName
{
border-color: #A0AF6D;
}
</style>