Shades of Green Smoke #A0AF63
Tints of Green Smoke #A0AF63
RGB
CMYK
RGB Variations
Color information
#A0AF63 (or 0xA0AF63) is known color: Green Smoke. HEX triplet: A0, AF and 63. RGB value is (160,175,99). Sum of RGB (Red+Green+Blue) = 160+175+99=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF63 is #5F509C. Grayscale: #A2A2A2. Windows color (decimal): -6246557 or 6533024. OLE color: 6533024.
HSL color Cylindrical-coordinate representation of color #A0AF63: hue angle of 71.84º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0AF63 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 99 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.31 |
| HSL | 71.84º | 0.32% | 0.54% | - |
| HSV(B) | 71.84º | 0.43% | 0.69% | - |
| XYZ | 32.08 | 39.03 | 17.65 | - |
| YUV | 161.85 | 92.53 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 99 | 0.09 | 0 | 0.43 | 0.31 | 71.84 | 0.32 | 0.54 |
| Hex | A0 | AF | 63 | 9 | 0 | 2B | 1F | 48 | 20 | 36 |
| Octal | 240 | 257 | 143 | 11 | 0 | 53 | 37 | 110 | 40 | 66 |
| Binary | 10100000 | 10101111 | 1100011 | 1001 | 0 | 101011 | 11111 | 1001000 | 100000 | 110110 |
Color Harmonies of #A0AF63
Complementary color
Monochromatic Colors of #A0AF63
Black with #A0AF63
Text Example
Text Example
White with #A0AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF63; }
p { color: rgb(160,175,99); }
H1.HeaderClassName
{
color: #A0AF63;
}
.AnyTagClassName
{
color: #A0AF63;
}
</style>
background-color css
<style>
a { background-color: #A0AF63; }
a { background-color: rgb(160,175,99); }
div.DivClassName
{
background-color: #A0AF63;
}
.BgClassName
{
background-color: #A0AF63;
}
</style>
border-color css
<style>
span { border-color: #A0AF63; }
span { border-color: rgb(160,175,99); }
td.TdClassName
{
border-color: #A0AF63;
}
.TagClassName
{
border-color: #A0AF63;
}
</style>