Shades of Green Smoke #A8AF66
Tints of Green Smoke #A8AF66
RGB
CMYK
RGB Variations
Color information
#A8AF66 (or 0xA8AF66) is known color: Green Smoke. HEX triplet: A8, AF and 66. RGB value is (168,175,102). Sum of RGB (Red+Green+Blue) = 168+175+102=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF66 is #575099. Grayscale: #A4A4A4. Windows color (decimal): -5722266 or 6729640. OLE color: 6729640.
HSL color Cylindrical-coordinate representation of color #A8AF66: hue angle of 65.75º degrees, saturation: 0.31, 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 #A8AF66 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 102 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.31 |
| HSL | 65.75º | 0.31% | 0.54% | - |
| HSV(B) | 65.75º | 0.42% | 0.69% | - |
| XYZ | 33.88 | 39.94 | 18.49 | - |
| YUV | 164.59 | 92.68 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 102 | 0.04 | 0 | 0.42 | 0.31 | 65.75 | 0.31 | 0.54 |
| Hex | A8 | AF | 66 | 4 | 0 | 2A | 1F | 42 | 1F | 36 |
| Octal | 250 | 257 | 146 | 4 | 0 | 52 | 37 | 102 | 37 | 66 |
| Binary | 10101000 | 10101111 | 1100110 | 100 | 0 | 101010 | 11111 | 1000010 | 11111 | 110110 |
Color Harmonies of #A8AF66
Complementary color
Monochromatic Colors of #A8AF66
Black with #A8AF66
Text Example
Text Example
White with #A8AF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF66; }
p { color: rgb(168,175,102); }
H1.HeaderClassName
{
color: #A8AF66;
}
.AnyTagClassName
{
color: #A8AF66;
}
</style>
background-color css
<style>
a { background-color: #A8AF66; }
a { background-color: rgb(168,175,102); }
div.DivClassName
{
background-color: #A8AF66;
}
.BgClassName
{
background-color: #A8AF66;
}
</style>
border-color css
<style>
span { border-color: #A8AF66; }
span { border-color: rgb(168,175,102); }
td.TdClassName
{
border-color: #A8AF66;
}
.TagClassName
{
border-color: #A8AF66;
}
</style>