Shades of Green Smoke #A8AF68
Tints of Green Smoke #A8AF68
RGB
CMYK
RGB Variations
Color information
#A8AF68 (or 0xA8AF68) is known color: Green Smoke. HEX triplet: A8, AF and 68. RGB value is (168,175,104). Sum of RGB (Red+Green+Blue) = 168+175+104=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF68 is #575097. Grayscale: #A5A5A5. Windows color (decimal): -5722264 or 6860712. OLE color: 6860712.
HSL color Cylindrical-coordinate representation of color #A8AF68: hue angle of 65.92º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8AF68 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 104 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.31 |
| HSL | 65.92º | 0.31% | 0.55% | - |
| HSV(B) | 65.92º | 0.41% | 0.69% | - |
| XYZ | 33.98 | 39.98 | 19.02 | - |
| YUV | 164.81 | 93.68 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 104 | 0.04 | 0 | 0.41 | 0.31 | 65.92 | 0.31 | 0.55 |
| Hex | A8 | AF | 68 | 4 | 0 | 29 | 1F | 42 | 1F | 37 |
| Octal | 250 | 257 | 150 | 4 | 0 | 51 | 37 | 102 | 37 | 67 |
| Binary | 10101000 | 10101111 | 1101000 | 100 | 0 | 101001 | 11111 | 1000010 | 11111 | 110111 |
Color Harmonies of #A8AF68
Complementary color
Monochromatic Colors of #A8AF68
Black with #A8AF68
Text Example
Text Example
White with #A8AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF68; }
p { color: rgb(168,175,104); }
H1.HeaderClassName
{
color: #A8AF68;
}
.AnyTagClassName
{
color: #A8AF68;
}
</style>
background-color css
<style>
a { background-color: #A8AF68; }
a { background-color: rgb(168,175,104); }
div.DivClassName
{
background-color: #A8AF68;
}
.BgClassName
{
background-color: #A8AF68;
}
</style>
border-color css
<style>
span { border-color: #A8AF68; }
span { border-color: rgb(168,175,104); }
td.TdClassName
{
border-color: #A8AF68;
}
.TagClassName
{
border-color: #A8AF68;
}
</style>