Shades of Tallow #A6956E
Tints of Tallow #A6956E
RGB
CMYK
RGB Variations
Color information
#A6956E (or 0xA6956E) is known color: Tallow. HEX triplet: A6, 95 and 6E. RGB value is (166,149,110). Sum of RGB (Red+Green+Blue) = 166+149+110=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6956E is #596A91. Grayscale: #959595. Windows color (decimal): -5859986 or 7247270. OLE color: 7247270.
HSL color Cylindrical-coordinate representation of color #A6956E: hue angle of 41.79º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6956E is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 110 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.35 |
| HSL | 41.79º | 0.24% | 0.54% | - |
| HSV(B) | 41.79º | 0.34% | 0.65% | - |
| XYZ | 29.29 | 30.73 | 19.14 | - |
| YUV | 149.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 110 | 0 | 0.10 | 0.34 | 0.35 | 41.79 | 0.24 | 0.54 |
| Hex | A6 | 95 | 6E | 0 | A | 22 | 23 | 2A | 18 | 36 |
| Octal | 246 | 225 | 156 | 0 | 12 | 42 | 43 | 52 | 30 | 66 |
| Binary | 10100110 | 10010101 | 1101110 | 0 | 1010 | 100010 | 100011 | 101010 | 11000 | 110110 |
Color Harmonies of #A6956E
Complementary color
Monochromatic Colors of #A6956E
Black with #A6956E
Text Example
Text Example
White with #A6956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6956E; }
p { color: rgb(166,149,110); }
H1.HeaderClassName
{
color: #A6956E;
}
.AnyTagClassName
{
color: #A6956E;
}
</style>
background-color css
<style>
a { background-color: #A6956E; }
a { background-color: rgb(166,149,110); }
div.DivClassName
{
background-color: #A6956E;
}
.BgClassName
{
background-color: #A6956E;
}
</style>
border-color css
<style>
span { border-color: #A6956E; }
span { border-color: rgb(166,149,110); }
td.TdClassName
{
border-color: #A6956E;
}
.TagClassName
{
border-color: #A6956E;
}
</style>