Shades of Green Smoke #A6B269
Tints of Green Smoke #A6B269
RGB
CMYK
RGB Variations
Color information
#A6B269 (or 0xA6B269) is known color: Green Smoke. HEX triplet: A6, B2 and 69. RGB value is (166,178,105). Sum of RGB (Red+Green+Blue) = 166+178+105=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B269 is #594D96. Grayscale: #A6A6A6. Windows color (decimal): -5852567 or 6927014. OLE color: 6927014.
HSL color Cylindrical-coordinate representation of color #A6B269: hue angle of 69.86º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6B269 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 105 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.30 |
| HSL | 69.86º | 0.32% | 0.55% | - |
| HSV(B) | 69.86º | 0.41% | 0.7% | - |
| XYZ | 34.2 | 40.97 | 19.47 | - |
| YUV | 166.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 105 | 0.07 | 0 | 0.41 | 0.30 | 69.86 | 0.32 | 0.55 |
| Hex | A6 | B2 | 69 | 7 | 0 | 29 | 1E | 46 | 20 | 37 |
| Octal | 246 | 262 | 151 | 7 | 0 | 51 | 36 | 106 | 40 | 67 |
| Binary | 10100110 | 10110010 | 1101001 | 111 | 0 | 101001 | 11110 | 1000110 | 100000 | 110111 |
Color Harmonies of #A6B269
Complementary color
Monochromatic Colors of #A6B269
Black with #A6B269
Text Example
Text Example
White with #A6B269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B269; }
p { color: rgb(166,178,105); }
H1.HeaderClassName
{
color: #A6B269;
}
.AnyTagClassName
{
color: #A6B269;
}
</style>
background-color css
<style>
a { background-color: #A6B269; }
a { background-color: rgb(166,178,105); }
div.DivClassName
{
background-color: #A6B269;
}
.BgClassName
{
background-color: #A6B269;
}
</style>
border-color css
<style>
span { border-color: #A6B269; }
span { border-color: rgb(166,178,105); }
td.TdClassName
{
border-color: #A6B269;
}
.TagClassName
{
border-color: #A6B269;
}
</style>