Shades of Green Smoke #A8AF67
Tints of Green Smoke #A8AF67
RGB
CMYK
RGB Variations
Color information
#A8AF67 (or 0xA8AF67) is known color: Green Smoke. HEX triplet: A8, AF and 67. RGB value is (168,175,103). Sum of RGB (Red+Green+Blue) = 168+175+103=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF67 is #575098. Grayscale: #A4A4A4. Windows color (decimal): -5722265 or 6795176. OLE color: 6795176.
HSL color Cylindrical-coordinate representation of color #A8AF67: hue angle of 65.83º 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 #A8AF67 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 103 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.31 |
| HSL | 65.83º | 0.31% | 0.55% | - |
| HSV(B) | 65.83º | 0.41% | 0.69% | - |
| XYZ | 33.93 | 39.96 | 18.76 | - |
| YUV | 164.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 103 | 0.04 | 0 | 0.41 | 0.31 | 65.83 | 0.31 | 0.55 |
| Hex | A8 | AF | 67 | 4 | 0 | 29 | 1F | 42 | 1F | 37 |
| Octal | 250 | 257 | 147 | 4 | 0 | 51 | 37 | 102 | 37 | 67 |
| Binary | 10101000 | 10101111 | 1100111 | 100 | 0 | 101001 | 11111 | 1000010 | 11111 | 110111 |
Color Harmonies of #A8AF67
Complementary color
Monochromatic Colors of #A8AF67
Black with #A8AF67
Text Example
Text Example
White with #A8AF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF67; }
p { color: rgb(168,175,103); }
H1.HeaderClassName
{
color: #A8AF67;
}
.AnyTagClassName
{
color: #A8AF67;
}
</style>
background-color css
<style>
a { background-color: #A8AF67; }
a { background-color: rgb(168,175,103); }
div.DivClassName
{
background-color: #A8AF67;
}
.BgClassName
{
background-color: #A8AF67;
}
</style>
border-color css
<style>
span { border-color: #A8AF67; }
span { border-color: rgb(168,175,103); }
td.TdClassName
{
border-color: #A8AF67;
}
.TagClassName
{
border-color: #A8AF67;
}
</style>