Shades of Green Smoke #A6AB70
Tints of Green Smoke #A6AB70
RGB
CMYK
RGB Variations
Color information
#A6AB70 (or 0xA6AB70) is known color: Green Smoke. HEX triplet: A6, AB and 70. RGB value is (166,171,112). Sum of RGB (Red+Green+Blue) = 166+171+112=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AB70 is #59548F. Grayscale: #A3A3A3. Windows color (decimal): -5854352 or 7383974. OLE color: 7383974.
HSL color Cylindrical-coordinate representation of color #A6AB70: hue angle of 65.08º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6AB70 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
RGB | 166 | 171 | 112 | - |
CMYK | 0.03 | 0 | 0.35 | 0.33 |
HSL | 65.08º | 0.26% | 0.55% | - |
HSV(B) | 65.08º | 0.35% | 0.67% | - |
XYZ | 33.21 | 38.4 | 20.99 | - |
YUV | 162.78 | 99.34 | 130.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 171 | 112 | 0.03 | 0 | 0.35 | 0.33 | 65.08 | 0.26 | 0.55 |
Hex | A6 | AB | 70 | 3 | 0 | 23 | 21 | 41 | 1A | 37 |
Octal | 246 | 253 | 160 | 3 | 0 | 43 | 41 | 101 | 32 | 67 |
Binary | 10100110 | 10101011 | 1110000 | 11 | 0 | 100011 | 100001 | 1000001 | 11010 | 110111 |
Color Harmonies of #A6AB70
Complementary color
Monochromatic Colors of #A6AB70
Black with #A6AB70
Text Example
Text Example
White with #A6AB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB70; }
p { color: rgb(166,171,112); }
H1.HeaderClassName
{
color: #A6AB70;
}
.AnyTagClassName
{
color: #A6AB70;
}
</style>
background-color css
<style>
a { background-color: #A6AB70; }
a { background-color: rgb(166,171,112); }
div.DivClassName
{
background-color: #A6AB70;
}
.BgClassName
{
background-color: #A6AB70;
}
</style>
border-color css
<style>
span { border-color: #A6AB70; }
span { border-color: rgb(166,171,112); }
td.TdClassName
{
border-color: #A6AB70;
}
.TagClassName
{
border-color: #A6AB70;
}
</style>