Shades of Green Smoke #A8AC66
Tints of Green Smoke #A8AC66
RGB
CMYK
RGB Variations
Color information
#A8AC66 (or 0xA8AC66) is known color: Green Smoke. HEX triplet: A8, AC and 66. RGB value is (168,172,102). Sum of RGB (Red+Green+Blue) = 168+172+102=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC66 is #575399. Grayscale: #A3A3A3. Windows color (decimal): -5723034 or 6728872. OLE color: 6728872.
HSL color Cylindrical-coordinate representation of color #A8AC66: hue angle of 63.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8AC66 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 172 | 102 | - |
CMYK | 0.02 | 0 | 0.41 | 0.33 |
HSL | 63.43º | 0.3% | 0.54% | - |
HSV(B) | 63.43º | 0.41% | 0.67% | - |
XYZ | 33.3 | 38.79 | 18.3 | - |
YUV | 162.82 | 93.67 | 131.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 172 | 102 | 0.02 | 0 | 0.41 | 0.33 | 63.43 | 0.3 | 0.54 |
Hex | A8 | AC | 66 | 2 | 0 | 29 | 21 | 3F | 1E | 36 |
Octal | 250 | 254 | 146 | 2 | 0 | 51 | 41 | 77 | 36 | 66 |
Binary | 10101000 | 10101100 | 1100110 | 10 | 0 | 101001 | 100001 | 111111 | 11110 | 110110 |
Color Harmonies of #A8AC66
Complementary color
Monochromatic Colors of #A8AC66
Black with #A8AC66
Text Example
Text Example
White with #A8AC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC66; }
p { color: rgb(168,172,102); }
H1.HeaderClassName
{
color: #A8AC66;
}
.AnyTagClassName
{
color: #A8AC66;
}
</style>
background-color css
<style>
a { background-color: #A8AC66; }
a { background-color: rgb(168,172,102); }
div.DivClassName
{
background-color: #A8AC66;
}
.BgClassName
{
background-color: #A8AC66;
}
</style>
border-color css
<style>
span { border-color: #A8AC66; }
span { border-color: rgb(168,172,102); }
td.TdClassName
{
border-color: #A8AC66;
}
.TagClassName
{
border-color: #A8AC66;
}
</style>