Shades of Green Smoke #A8AF65
Tints of Green Smoke #A8AF65
RGB
CMYK
RGB Variations
Color information
#A8AF65 (or 0xA8AF65) is known color: Green Smoke. HEX triplet: A8, AF and 65. RGB value is (168,175,101). Sum of RGB (Red+Green+Blue) = 168+175+101=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF65 is #57509A. Grayscale: #A4A4A4. Windows color (decimal): -5722267 or 6664104. OLE color: 6664104.
HSL color Cylindrical-coordinate representation of color #A8AF65: hue angle of 65.68º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8AF65 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 101 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.31 |
| HSL | 65.68º | 0.32% | 0.54% | - |
| HSV(B) | 65.68º | 0.42% | 0.69% | - |
| XYZ | 33.83 | 39.92 | 18.24 | - |
| YUV | 164.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 101 | 0.04 | 0 | 0.42 | 0.31 | 65.68 | 0.32 | 0.54 |
| Hex | A8 | AF | 65 | 4 | 0 | 2A | 1F | 42 | 20 | 36 |
| Octal | 250 | 257 | 145 | 4 | 0 | 52 | 37 | 102 | 40 | 66 |
| Binary | 10101000 | 10101111 | 1100101 | 100 | 0 | 101010 | 11111 | 1000010 | 100000 | 110110 |
Color Harmonies of #A8AF65
Complementary color
Monochromatic Colors of #A8AF65
Black with #A8AF65
Text Example
Text Example
White with #A8AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF65; }
p { color: rgb(168,175,101); }
H1.HeaderClassName
{
color: #A8AF65;
}
.AnyTagClassName
{
color: #A8AF65;
}
</style>
background-color css
<style>
a { background-color: #A8AF65; }
a { background-color: rgb(168,175,101); }
div.DivClassName
{
background-color: #A8AF65;
}
.BgClassName
{
background-color: #A8AF65;
}
</style>
border-color css
<style>
span { border-color: #A8AF65; }
span { border-color: rgb(168,175,101); }
td.TdClassName
{
border-color: #A8AF65;
}
.TagClassName
{
border-color: #A8AF65;
}
</style>