Shades of Green Smoke #A0AF65
Tints of Green Smoke #A0AF65
RGB
CMYK
RGB Variations
Color information
#A0AF65 (or 0xA0AF65) is known color: Green Smoke. HEX triplet: A0, AF and 65. RGB value is (160,175,101). Sum of RGB (Red+Green+Blue) = 160+175+101=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF65 is #5F509A. Grayscale: #A2A2A2. Windows color (decimal): -6246555 or 6664096. OLE color: 6664096.
HSL color Cylindrical-coordinate representation of color #A0AF65: hue angle of 72.16º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0AF65 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 101 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.31 |
| HSL | 72.16º | 0.32% | 0.54% | - |
| HSV(B) | 72.16º | 0.42% | 0.69% | - |
| XYZ | 32.18 | 39.07 | 18.16 | - |
| YUV | 162.08 | 93.53 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 101 | 0.09 | 0 | 0.42 | 0.31 | 72.16 | 0.32 | 0.54 |
| Hex | A0 | AF | 65 | 9 | 0 | 2A | 1F | 48 | 20 | 36 |
| Octal | 240 | 257 | 145 | 11 | 0 | 52 | 37 | 110 | 40 | 66 |
| Binary | 10100000 | 10101111 | 1100101 | 1001 | 0 | 101010 | 11111 | 1001000 | 100000 | 110110 |
Color Harmonies of #A0AF65
Complementary color
Monochromatic Colors of #A0AF65
Black with #A0AF65
Text Example
Text Example
White with #A0AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF65; }
p { color: rgb(160,175,101); }
H1.HeaderClassName
{
color: #A0AF65;
}
.AnyTagClassName
{
color: #A0AF65;
}
</style>
background-color css
<style>
a { background-color: #A0AF65; }
a { background-color: rgb(160,175,101); }
div.DivClassName
{
background-color: #A0AF65;
}
.BgClassName
{
background-color: #A0AF65;
}
</style>
border-color css
<style>
span { border-color: #A0AF65; }
span { border-color: rgb(160,175,101); }
td.TdClassName
{
border-color: #A0AF65;
}
.TagClassName
{
border-color: #A0AF65;
}
</style>