Shades of Tallow #A8966D
Tints of Tallow #A8966D
RGB
CMYK
RGB Variations
Color information
#A8966D (or 0xA8966D) is known color: Tallow. HEX triplet: A8, 96 and 6D. RGB value is (168,150,109). Sum of RGB (Red+Green+Blue) = 168+150+109=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A8966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8966D is #576992. Grayscale: #969696. Windows color (decimal): -5728659 or 7181992. OLE color: 7181992.
HSL color Cylindrical-coordinate representation of color #A8966D: hue angle of 41.69º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8966D is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 109 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.34 |
| HSL | 41.69º | 0.25% | 0.54% | - |
| HSV(B) | 41.69º | 0.35% | 0.66% | - |
| XYZ | 29.82 | 31.24 | 18.93 | - |
| YUV | 150.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 109 | 0 | 0.11 | 0.35 | 0.34 | 41.69 | 0.25 | 0.54 |
| Hex | A8 | 96 | 6D | 0 | B | 23 | 22 | 2A | 19 | 36 |
| Octal | 250 | 226 | 155 | 0 | 13 | 43 | 42 | 52 | 31 | 66 |
| Binary | 10101000 | 10010110 | 1101101 | 0 | 1011 | 100011 | 100010 | 101010 | 11001 | 110110 |
Color Harmonies of #A8966D
Complementary color
Monochromatic Colors of #A8966D
Black with #A8966D
Text Example
Text Example
White with #A8966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8966D; }
p { color: rgb(168,150,109); }
H1.HeaderClassName
{
color: #A8966D;
}
.AnyTagClassName
{
color: #A8966D;
}
</style>
background-color css
<style>
a { background-color: #A8966D; }
a { background-color: rgb(168,150,109); }
div.DivClassName
{
background-color: #A8966D;
}
.BgClassName
{
background-color: #A8966D;
}
</style>
border-color css
<style>
span { border-color: #A8966D; }
span { border-color: rgb(168,150,109); }
td.TdClassName
{
border-color: #A8966D;
}
.TagClassName
{
border-color: #A8966D;
}
</style>