Shades of Green Smoke #A8AF63
Tints of Green Smoke #A8AF63
RGB
CMYK
RGB Variations
Color information
#A8AF63 (or 0xA8AF63) is known color: Green Smoke. HEX triplet: A8, AF and 63. RGB value is (168,175,99). Sum of RGB (Red+Green+Blue) = 168+175+99=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF63 is #57509C. Grayscale: #A4A4A4. Windows color (decimal): -5722269 or 6533032. OLE color: 6533032.
HSL color Cylindrical-coordinate representation of color #A8AF63: hue angle of 65.53º 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 #A8AF63 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 99 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.31 |
| HSL | 65.53º | 0.32% | 0.54% | - |
| HSV(B) | 65.53º | 0.43% | 0.69% | - |
| XYZ | 33.73 | 39.89 | 17.73 | - |
| YUV | 164.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 99 | 0.04 | 0 | 0.43 | 0.31 | 65.53 | 0.32 | 0.54 |
| Hex | A8 | AF | 63 | 4 | 0 | 2B | 1F | 42 | 20 | 36 |
| Octal | 250 | 257 | 143 | 4 | 0 | 53 | 37 | 102 | 40 | 66 |
| Binary | 10101000 | 10101111 | 1100011 | 100 | 0 | 101011 | 11111 | 1000010 | 100000 | 110110 |
Color Harmonies of #A8AF63
Complementary color
Monochromatic Colors of #A8AF63
Black with #A8AF63
Text Example
Text Example
White with #A8AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF63; }
p { color: rgb(168,175,99); }
H1.HeaderClassName
{
color: #A8AF63;
}
.AnyTagClassName
{
color: #A8AF63;
}
</style>
background-color css
<style>
a { background-color: #A8AF63; }
a { background-color: rgb(168,175,99); }
div.DivClassName
{
background-color: #A8AF63;
}
.BgClassName
{
background-color: #A8AF63;
}
</style>
border-color css
<style>
span { border-color: #A8AF63; }
span { border-color: rgb(168,175,99); }
td.TdClassName
{
border-color: #A8AF63;
}
.TagClassName
{
border-color: #A8AF63;
}
</style>