Shades of Green Smoke #A8AF60
Tints of Green Smoke #A8AF60
RGB
CMYK
RGB Variations
Color information
#A8AF60 (or 0xA8AF60) is known color: Green Smoke. HEX triplet: A8, AF and 60. RGB value is (168,175,96). Sum of RGB (Red+Green+Blue) = 168+175+96=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF60 is #57509F. Grayscale: #A4A4A4. Windows color (decimal): -5722272 or 6336424. OLE color: 6336424.
HSL color Cylindrical-coordinate representation of color #A8AF60: hue angle of 65.32º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8AF60 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 96 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.31 |
| HSL | 65.32º | 0.33% | 0.53% | - |
| HSV(B) | 65.32º | 0.45% | 0.69% | - |
| XYZ | 33.59 | 39.83 | 16.98 | - |
| YUV | 163.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 96 | 0.04 | 0 | 0.45 | 0.31 | 65.32 | 0.33 | 0.53 |
| Hex | A8 | AF | 60 | 4 | 0 | 2D | 1F | 41 | 21 | 35 |
| Octal | 250 | 257 | 140 | 4 | 0 | 55 | 37 | 101 | 41 | 65 |
| Binary | 10101000 | 10101111 | 1100000 | 100 | 0 | 101101 | 11111 | 1000001 | 100001 | 110101 |
Color Harmonies of #A8AF60
Complementary color
Monochromatic Colors of #A8AF60
Black with #A8AF60
Text Example
Text Example
White with #A8AF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF60; }
p { color: rgb(168,175,96); }
H1.HeaderClassName
{
color: #A8AF60;
}
.AnyTagClassName
{
color: #A8AF60;
}
</style>
background-color css
<style>
a { background-color: #A8AF60; }
a { background-color: rgb(168,175,96); }
div.DivClassName
{
background-color: #A8AF60;
}
.BgClassName
{
background-color: #A8AF60;
}
</style>
border-color css
<style>
span { border-color: #A8AF60; }
span { border-color: rgb(168,175,96); }
td.TdClassName
{
border-color: #A8AF60;
}
.TagClassName
{
border-color: #A8AF60;
}
</style>