Shades of Green Smoke #A6B969
Tints of Green Smoke #A6B969
RGB
CMYK
RGB Variations
Color information
#A6B969 (or 0xA6B969) is known color: Green Smoke. HEX triplet: A6, B9 and 69. RGB value is (166,185,105). Sum of RGB (Red+Green+Blue) = 166+185+105=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B969 is #594696. Grayscale: #AAAAAA. Windows color (decimal): -5850775 or 6928806. OLE color: 6928806.
HSL color Cylindrical-coordinate representation of color #A6B969: hue angle of 74.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6B969 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 105 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.27 |
| HSL | 74.25º | 0.36% | 0.57% | - |
| HSV(B) | 74.25º | 0.43% | 0.73% | - |
| XYZ | 35.62 | 43.82 | 19.95 | - |
| YUV | 170.2 | 91.21 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 105 | 0.10 | 0 | 0.43 | 0.27 | 74.25 | 0.36 | 0.57 |
| Hex | A6 | B9 | 69 | A | 0 | 2B | 1B | 4A | 24 | 39 |
| Octal | 246 | 271 | 151 | 12 | 0 | 53 | 33 | 112 | 44 | 71 |
| Binary | 10100110 | 10111001 | 1101001 | 1010 | 0 | 101011 | 11011 | 1001010 | 100100 | 111001 |
Color Harmonies of #A6B969
Complementary color
Monochromatic Colors of #A6B969
Black with #A6B969
Text Example
Text Example
White with #A6B969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B969; }
p { color: rgb(166,185,105); }
H1.HeaderClassName
{
color: #A6B969;
}
.AnyTagClassName
{
color: #A6B969;
}
</style>
background-color css
<style>
a { background-color: #A6B969; }
a { background-color: rgb(166,185,105); }
div.DivClassName
{
background-color: #A6B969;
}
.BgClassName
{
background-color: #A6B969;
}
</style>
border-color css
<style>
span { border-color: #A6B969; }
span { border-color: rgb(166,185,105); }
td.TdClassName
{
border-color: #A6B969;
}
.TagClassName
{
border-color: #A6B969;
}
</style>