Shades of Green Smoke #A8AF6F
Tints of Green Smoke #A8AF6F
RGB
CMYK
RGB Variations
Color information
#A8AF6F (or 0xA8AF6F) is known color: Green Smoke. HEX triplet: A8, AF and 6F. RGB value is (168,175,111). Sum of RGB (Red+Green+Blue) = 168+175+111=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF6F is #575090. Grayscale: #A5A5A5. Windows color (decimal): -5722257 or 7319464. OLE color: 7319464.
HSL color Cylindrical-coordinate representation of color #A8AF6F: hue angle of 66.56º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8AF6F is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 111 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.31 |
| HSL | 66.56º | 0.29% | 0.56% | - |
| HSV(B) | 66.56º | 0.37% | 0.69% | - |
| XYZ | 34.35 | 40.13 | 20.97 | - |
| YUV | 165.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 111 | 0.04 | 0 | 0.37 | 0.31 | 66.56 | 0.29 | 0.56 |
| Hex | A8 | AF | 6F | 4 | 0 | 25 | 1F | 43 | 1D | 38 |
| Octal | 250 | 257 | 157 | 4 | 0 | 45 | 37 | 103 | 35 | 70 |
| Binary | 10101000 | 10101111 | 1101111 | 100 | 0 | 100101 | 11111 | 1000011 | 11101 | 111000 |
Color Harmonies of #A8AF6F
Complementary color
Monochromatic Colors of #A8AF6F
Black with #A8AF6F
Text Example
Text Example
White with #A8AF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF6F; }
p { color: rgb(168,175,111); }
H1.HeaderClassName
{
color: #A8AF6F;
}
.AnyTagClassName
{
color: #A8AF6F;
}
</style>
background-color css
<style>
a { background-color: #A8AF6F; }
a { background-color: rgb(168,175,111); }
div.DivClassName
{
background-color: #A8AF6F;
}
.BgClassName
{
background-color: #A8AF6F;
}
</style>
border-color css
<style>
span { border-color: #A8AF6F; }
span { border-color: rgb(168,175,111); }
td.TdClassName
{
border-color: #A8AF6F;
}
.TagClassName
{
border-color: #A8AF6F;
}
</style>