Shades of Green Smoke #A6B471
Tints of Green Smoke #A6B471
RGB
CMYK
RGB Variations
Color information
#A6B471 (or 0xA6B471) is known color: Green Smoke. HEX triplet: A6, B4 and 71. RGB value is (166,180,113). Sum of RGB (Red+Green+Blue) = 166+180+113=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B471 is #594B8E. Grayscale: #A8A8A8. Windows color (decimal): -5852047 or 7451814. OLE color: 7451814.
HSL color Cylindrical-coordinate representation of color #A6B471: hue angle of 72.54º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6B471 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 113 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.29 |
| HSL | 72.54º | 0.31% | 0.57% | - |
| HSV(B) | 72.54º | 0.37% | 0.71% | - |
| XYZ | 35.03 | 41.94 | 21.87 | - |
| YUV | 168.18 | 96.86 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 113 | 0.08 | 0 | 0.37 | 0.29 | 72.54 | 0.31 | 0.57 |
| Hex | A6 | B4 | 71 | 8 | 0 | 25 | 1D | 49 | 1F | 39 |
| Octal | 246 | 264 | 161 | 10 | 0 | 45 | 35 | 111 | 37 | 71 |
| Binary | 10100110 | 10110100 | 1110001 | 1000 | 0 | 100101 | 11101 | 1001001 | 11111 | 111001 |
Color Harmonies of #A6B471
Complementary color
Monochromatic Colors of #A6B471
Black with #A6B471
Text Example
Text Example
White with #A6B471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B471; }
p { color: rgb(166,180,113); }
H1.HeaderClassName
{
color: #A6B471;
}
.AnyTagClassName
{
color: #A6B471;
}
</style>
background-color css
<style>
a { background-color: #A6B471; }
a { background-color: rgb(166,180,113); }
div.DivClassName
{
background-color: #A6B471;
}
.BgClassName
{
background-color: #A6B471;
}
</style>
border-color css
<style>
span { border-color: #A6B471; }
span { border-color: rgb(166,180,113); }
td.TdClassName
{
border-color: #A6B471;
}
.TagClassName
{
border-color: #A6B471;
}
</style>