Shades of Green Smoke #A6B667
Tints of Green Smoke #A6B667
RGB
CMYK
RGB Variations
Color information
#A6B667 (or 0xA6B667) is known color: Green Smoke. HEX triplet: A6, B6 and 67. RGB value is (166,182,103). Sum of RGB (Red+Green+Blue) = 166+182+103=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B667 is #594998. Grayscale: #A8A8A8. Windows color (decimal): -5851545 or 6796966. OLE color: 6796966.
HSL color Cylindrical-coordinate representation of color #A6B667: hue angle of 72.15º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6B667 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 182 | 103 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.29 |
| HSL | 72.15º | 0.35% | 0.56% | - |
| HSV(B) | 72.15º | 0.43% | 0.71% | - |
| XYZ | 34.9 | 42.54 | 19.2 | - |
| YUV | 168.21 | 91.2 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 182 | 103 | 0.09 | 0 | 0.43 | 0.29 | 72.15 | 0.35 | 0.56 |
| Hex | A6 | B6 | 67 | 9 | 0 | 2B | 1D | 48 | 23 | 38 |
| Octal | 246 | 266 | 147 | 11 | 0 | 53 | 35 | 110 | 43 | 70 |
| Binary | 10100110 | 10110110 | 1100111 | 1001 | 0 | 101011 | 11101 | 1001000 | 100011 | 111000 |
Color Harmonies of #A6B667
Complementary color
Monochromatic Colors of #A6B667
Black with #A6B667
Text Example
Text Example
White with #A6B667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B667; }
p { color: rgb(166,182,103); }
H1.HeaderClassName
{
color: #A6B667;
}
.AnyTagClassName
{
color: #A6B667;
}
</style>
background-color css
<style>
a { background-color: #A6B667; }
a { background-color: rgb(166,182,103); }
div.DivClassName
{
background-color: #A6B667;
}
.BgClassName
{
background-color: #A6B667;
}
</style>
border-color css
<style>
span { border-color: #A6B667; }
span { border-color: rgb(166,182,103); }
td.TdClassName
{
border-color: #A6B667;
}
.TagClassName
{
border-color: #A6B667;
}
</style>