Shades of Green Smoke #A8AF69
Tints of Green Smoke #A8AF69
RGB
CMYK
RGB Variations
Color information
#A8AF69 (or 0xA8AF69) is known color: Green Smoke. HEX triplet: A8, AF and 69. RGB value is (168,175,105). Sum of RGB (Red+Green+Blue) = 168+175+105=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF69 is #575096. Grayscale: #A5A5A5. Windows color (decimal): -5722263 or 6926248. OLE color: 6926248.
HSL color Cylindrical-coordinate representation of color #A8AF69: hue angle of 66º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8AF69 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 105 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.31 |
| HSL | 66º | 0.3% | 0.55% | - |
| HSV(B) | 66º | 0.4% | 0.69% | - |
| XYZ | 34.03 | 40 | 19.29 | - |
| YUV | 164.93 | 94.18 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 105 | 0.04 | 0 | 0.40 | 0.31 | 66 | 0.3 | 0.55 |
| Hex | A8 | AF | 69 | 4 | 0 | 28 | 1F | 42 | 1E | 37 |
| Octal | 250 | 257 | 151 | 4 | 0 | 50 | 37 | 102 | 36 | 67 |
| Binary | 10101000 | 10101111 | 1101001 | 100 | 0 | 101000 | 11111 | 1000010 | 11110 | 110111 |
Color Harmonies of #A8AF69
Complementary color
Monochromatic Colors of #A8AF69
Black with #A8AF69
Text Example
Text Example
White with #A8AF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF69; }
p { color: rgb(168,175,105); }
H1.HeaderClassName
{
color: #A8AF69;
}
.AnyTagClassName
{
color: #A8AF69;
}
</style>
background-color css
<style>
a { background-color: #A8AF69; }
a { background-color: rgb(168,175,105); }
div.DivClassName
{
background-color: #A8AF69;
}
.BgClassName
{
background-color: #A8AF69;
}
</style>
border-color css
<style>
span { border-color: #A8AF69; }
span { border-color: rgb(168,175,105); }
td.TdClassName
{
border-color: #A8AF69;
}
.TagClassName
{
border-color: #A8AF69;
}
</style>