Shades of Tallow #A6956B
Tints of Tallow #A6956B
RGB
CMYK
RGB Variations
Color information
#A6956B (or 0xA6956B) is known color: Tallow. HEX triplet: A6, 95 and 6B. RGB value is (166,149,107). Sum of RGB (Red+Green+Blue) = 166+149+107=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6956B is #596A94. Grayscale: #959595. Windows color (decimal): -5859989 or 7050662. OLE color: 7050662.
HSL color Cylindrical-coordinate representation of color #A6956B: hue angle of 42.71º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6956B is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 107 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.35 |
| HSL | 42.71º | 0.25% | 0.54% | - |
| HSV(B) | 42.71º | 0.36% | 0.65% | - |
| XYZ | 29.13 | 30.66 | 18.29 | - |
| YUV | 149.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 107 | 0 | 0.10 | 0.36 | 0.35 | 42.71 | 0.25 | 0.54 |
| Hex | A6 | 95 | 6B | 0 | A | 24 | 23 | 2B | 19 | 36 |
| Octal | 246 | 225 | 153 | 0 | 12 | 44 | 43 | 53 | 31 | 66 |
| Binary | 10100110 | 10010101 | 1101011 | 0 | 1010 | 100100 | 100011 | 101011 | 11001 | 110110 |
Color Harmonies of #A6956B
Complementary color
Monochromatic Colors of #A6956B
Black with #A6956B
Text Example
Text Example
White with #A6956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6956B; }
p { color: rgb(166,149,107); }
H1.HeaderClassName
{
color: #A6956B;
}
.AnyTagClassName
{
color: #A6956B;
}
</style>
background-color css
<style>
a { background-color: #A6956B; }
a { background-color: rgb(166,149,107); }
div.DivClassName
{
background-color: #A6956B;
}
.BgClassName
{
background-color: #A6956B;
}
</style>
border-color css
<style>
span { border-color: #A6956B; }
span { border-color: rgb(166,149,107); }
td.TdClassName
{
border-color: #A6956B;
}
.TagClassName
{
border-color: #A6956B;
}
</style>