Shades of Green Smoke #A8AD6F
Tints of Green Smoke #A8AD6F
RGB
CMYK
RGB Variations
Color information
#A8AD6F (or 0xA8AD6F) is known color: Green Smoke. HEX triplet: A8, AD and 6F. RGB value is (168,173,111). Sum of RGB (Red+Green+Blue) = 168+173+111=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD6F is #575290. Grayscale: #A4A4A4. Windows color (decimal): -5722769 or 7318952. OLE color: 7318952.
HSL color Cylindrical-coordinate representation of color #A8AD6F: hue angle of 64.84º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8AD6F is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 111 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.32 |
| HSL | 64.84º | 0.27% | 0.56% | - |
| HSV(B) | 64.84º | 0.36% | 0.68% | - |
| XYZ | 33.96 | 39.36 | 20.85 | - |
| YUV | 164.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 111 | 0.03 | 0 | 0.36 | 0.32 | 64.84 | 0.27 | 0.56 |
| Hex | A8 | AD | 6F | 3 | 0 | 24 | 20 | 41 | 1B | 38 |
| Octal | 250 | 255 | 157 | 3 | 0 | 44 | 40 | 101 | 33 | 70 |
| Binary | 10101000 | 10101101 | 1101111 | 11 | 0 | 100100 | 100000 | 1000001 | 11011 | 111000 |
Color Harmonies of #A8AD6F
Complementary color
Monochromatic Colors of #A8AD6F
Black with #A8AD6F
Text Example
Text Example
White with #A8AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD6F; }
p { color: rgb(168,173,111); }
H1.HeaderClassName
{
color: #A8AD6F;
}
.AnyTagClassName
{
color: #A8AD6F;
}
</style>
background-color css
<style>
a { background-color: #A8AD6F; }
a { background-color: rgb(168,173,111); }
div.DivClassName
{
background-color: #A8AD6F;
}
.BgClassName
{
background-color: #A8AD6F;
}
</style>
border-color css
<style>
span { border-color: #A8AD6F; }
span { border-color: rgb(168,173,111); }
td.TdClassName
{
border-color: #A8AD6F;
}
.TagClassName
{
border-color: #A8AD6F;
}
</style>