Shades of Green Smoke #A8AF6D
Tints of Green Smoke #A8AF6D
RGB
CMYK
RGB Variations
Color information
#A8AF6D (or 0xA8AF6D) is known color: Green Smoke. HEX triplet: A8, AF and 6D. RGB value is (168,175,109). Sum of RGB (Red+Green+Blue) = 168+175+109=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF6D is #575092. Grayscale: #A5A5A5. Windows color (decimal): -5722259 or 7188392. OLE color: 7188392.
HSL color Cylindrical-coordinate representation of color #A8AF6D: hue angle of 66.36º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8AF6D is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 109 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.31 |
| HSL | 66.36º | 0.29% | 0.56% | - |
| HSV(B) | 66.36º | 0.38% | 0.69% | - |
| XYZ | 34.24 | 40.09 | 20.4 | - |
| YUV | 165.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 109 | 0.04 | 0 | 0.38 | 0.31 | 66.36 | 0.29 | 0.56 |
| Hex | A8 | AF | 6D | 4 | 0 | 26 | 1F | 42 | 1D | 38 |
| Octal | 250 | 257 | 155 | 4 | 0 | 46 | 37 | 102 | 35 | 70 |
| Binary | 10101000 | 10101111 | 1101101 | 100 | 0 | 100110 | 11111 | 1000010 | 11101 | 111000 |
Color Harmonies of #A8AF6D
Complementary color
Monochromatic Colors of #A8AF6D
Black with #A8AF6D
Text Example
Text Example
White with #A8AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF6D; }
p { color: rgb(168,175,109); }
H1.HeaderClassName
{
color: #A8AF6D;
}
.AnyTagClassName
{
color: #A8AF6D;
}
</style>
background-color css
<style>
a { background-color: #A8AF6D; }
a { background-color: rgb(168,175,109); }
div.DivClassName
{
background-color: #A8AF6D;
}
.BgClassName
{
background-color: #A8AF6D;
}
</style>
border-color css
<style>
span { border-color: #A8AF6D; }
span { border-color: rgb(168,175,109); }
td.TdClassName
{
border-color: #A8AF6D;
}
.TagClassName
{
border-color: #A8AF6D;
}
</style>