Shades of Green Smoke #A8AC6A
Tints of Green Smoke #A8AC6A
RGB
CMYK
RGB Variations
Color information
#A8AC6A (or 0xA8AC6A) is known color: Green Smoke. HEX triplet: A8, AC and 6A. RGB value is (168,172,106). Sum of RGB (Red+Green+Blue) = 168+172+106=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC6A is #575395. Grayscale: #A3A3A3. Windows color (decimal): -5723030 or 6991016. OLE color: 6991016.
HSL color Cylindrical-coordinate representation of color #A8AC6A: hue angle of 63.64º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8AC6A is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 106 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.33 |
| HSL | 63.64º | 0.28% | 0.55% | - |
| HSV(B) | 63.64º | 0.38% | 0.67% | - |
| XYZ | 33.5 | 38.87 | 19.37 | - |
| YUV | 163.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 106 | 0.02 | 0 | 0.38 | 0.33 | 63.64 | 0.28 | 0.55 |
| Hex | A8 | AC | 6A | 2 | 0 | 26 | 21 | 40 | 1C | 37 |
| Octal | 250 | 254 | 152 | 2 | 0 | 46 | 41 | 100 | 34 | 67 |
| Binary | 10101000 | 10101100 | 1101010 | 10 | 0 | 100110 | 100001 | 1000000 | 11100 | 110111 |
Color Harmonies of #A8AC6A
Complementary color
Monochromatic Colors of #A8AC6A
Black with #A8AC6A
Text Example
Text Example
White with #A8AC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC6A; }
p { color: rgb(168,172,106); }
H1.HeaderClassName
{
color: #A8AC6A;
}
.AnyTagClassName
{
color: #A8AC6A;
}
</style>
background-color css
<style>
a { background-color: #A8AC6A; }
a { background-color: rgb(168,172,106); }
div.DivClassName
{
background-color: #A8AC6A;
}
.BgClassName
{
background-color: #A8AC6A;
}
</style>
border-color css
<style>
span { border-color: #A8AC6A; }
span { border-color: rgb(168,172,106); }
td.TdClassName
{
border-color: #A8AC6A;
}
.TagClassName
{
border-color: #A8AC6A;
}
</style>