Shades of Tallow #A89666
Tints of Tallow #A89666
RGB
CMYK
RGB Variations
Color information
#A89666 (or 0xA89666) is known color: Tallow. HEX triplet: A8, 96 and 66. RGB value is (168,150,102). Sum of RGB (Red+Green+Blue) = 168+150+102=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A89666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89666 is #576999. Grayscale: #969696. Windows color (decimal): -5728666 or 6723240. OLE color: 6723240.
HSL color Cylindrical-coordinate representation of color #A89666: hue angle of 43.64º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A89666 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 102 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.34 |
| HSL | 43.64º | 0.28% | 0.53% | - |
| HSV(B) | 43.64º | 0.39% | 0.66% | - |
| XYZ | 29.45 | 31.1 | 17.02 | - |
| YUV | 149.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 102 | 0 | 0.11 | 0.39 | 0.34 | 43.64 | 0.28 | 0.53 |
| Hex | A8 | 96 | 66 | 0 | B | 27 | 22 | 2C | 1C | 35 |
| Octal | 250 | 226 | 146 | 0 | 13 | 47 | 42 | 54 | 34 | 65 |
| Binary | 10101000 | 10010110 | 1100110 | 0 | 1011 | 100111 | 100010 | 101100 | 11100 | 110101 |
Color Harmonies of #A89666
Complementary color
Monochromatic Colors of #A89666
Black with #A89666
Text Example
Text Example
White with #A89666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89666; }
p { color: rgb(168,150,102); }
H1.HeaderClassName
{
color: #A89666;
}
.AnyTagClassName
{
color: #A89666;
}
</style>
background-color css
<style>
a { background-color: #A89666; }
a { background-color: rgb(168,150,102); }
div.DivClassName
{
background-color: #A89666;
}
.BgClassName
{
background-color: #A89666;
}
</style>
border-color css
<style>
span { border-color: #A89666; }
span { border-color: rgb(168,150,102); }
td.TdClassName
{
border-color: #A89666;
}
.TagClassName
{
border-color: #A89666;
}
</style>