Shades of Green Smoke #A8AF6C
Tints of Green Smoke #A8AF6C
RGB
CMYK
RGB Variations
Color information
#A8AF6C (or 0xA8AF6C) is known color: Green Smoke. HEX triplet: A8, AF and 6C. RGB value is (168,175,108). Sum of RGB (Red+Green+Blue) = 168+175+108=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF6C is #575093. Grayscale: #A5A5A5. Windows color (decimal): -5722260 or 7122856. OLE color: 7122856.
HSL color Cylindrical-coordinate representation of color #A8AF6C: hue angle of 66.27º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8AF6C is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 108 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.31 |
| HSL | 66.27º | 0.3% | 0.55% | - |
| HSV(B) | 66.27º | 0.38% | 0.69% | - |
| XYZ | 34.19 | 40.07 | 20.12 | - |
| YUV | 165.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 108 | 0.04 | 0 | 0.38 | 0.31 | 66.27 | 0.3 | 0.55 |
| Hex | A8 | AF | 6C | 4 | 0 | 26 | 1F | 42 | 1E | 37 |
| Octal | 250 | 257 | 154 | 4 | 0 | 46 | 37 | 102 | 36 | 67 |
| Binary | 10101000 | 10101111 | 1101100 | 100 | 0 | 100110 | 11111 | 1000010 | 11110 | 110111 |
Color Harmonies of #A8AF6C
Complementary color
Monochromatic Colors of #A8AF6C
Black with #A8AF6C
Text Example
Text Example
White with #A8AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF6C; }
p { color: rgb(168,175,108); }
H1.HeaderClassName
{
color: #A8AF6C;
}
.AnyTagClassName
{
color: #A8AF6C;
}
</style>
background-color css
<style>
a { background-color: #A8AF6C; }
a { background-color: rgb(168,175,108); }
div.DivClassName
{
background-color: #A8AF6C;
}
.BgClassName
{
background-color: #A8AF6C;
}
</style>
border-color css
<style>
span { border-color: #A8AF6C; }
span { border-color: rgb(168,175,108); }
td.TdClassName
{
border-color: #A8AF6C;
}
.TagClassName
{
border-color: #A8AF6C;
}
</style>