Shades of Green Smoke #A6B472
Tints of Green Smoke #A6B472
RGB
CMYK
RGB Variations
Color information
#A6B472 (or 0xA6B472) is known color: Green Smoke. HEX triplet: A6, B4 and 72. RGB value is (166,180,114). Sum of RGB (Red+Green+Blue) = 166+180+114=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B472 is #594B8D. Grayscale: #A8A8A8. Windows color (decimal): -5852046 or 7517350. OLE color: 7517350.
HSL color Cylindrical-coordinate representation of color #A6B472: hue angle of 72.73º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6B472 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 114 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.29 |
| HSL | 72.73º | 0.31% | 0.58% | - |
| HSV(B) | 72.73º | 0.37% | 0.71% | - |
| XYZ | 35.08 | 41.96 | 22.17 | - |
| YUV | 168.29 | 97.36 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 114 | 0.08 | 0 | 0.37 | 0.29 | 72.73 | 0.31 | 0.58 |
| Hex | A6 | B4 | 72 | 8 | 0 | 25 | 1D | 49 | 1F | 3A |
| Octal | 246 | 264 | 162 | 10 | 0 | 45 | 35 | 111 | 37 | 72 |
| Binary | 10100110 | 10110100 | 1110010 | 1000 | 0 | 100101 | 11101 | 1001001 | 11111 | 111010 |
Color Harmonies of #A6B472
Complementary color
Monochromatic Colors of #A6B472
Black with #A6B472
Text Example
Text Example
White with #A6B472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B472; }
p { color: rgb(166,180,114); }
H1.HeaderClassName
{
color: #A6B472;
}
.AnyTagClassName
{
color: #A6B472;
}
</style>
background-color css
<style>
a { background-color: #A6B472; }
a { background-color: rgb(166,180,114); }
div.DivClassName
{
background-color: #A6B472;
}
.BgClassName
{
background-color: #A6B472;
}
</style>
border-color css
<style>
span { border-color: #A6B472; }
span { border-color: rgb(166,180,114); }
td.TdClassName
{
border-color: #A6B472;
}
.TagClassName
{
border-color: #A6B472;
}
</style>