Shades of Tallow #A89876
Tints of Tallow #A89876
RGB
CMYK
RGB Variations
Color information
#A89876 (or 0xA89876) is known color: Tallow. HEX triplet: A8, 98 and 76. RGB value is (168,152,118). Sum of RGB (Red+Green+Blue) = 168+152+118=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A89876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89876 is #576789. Grayscale: #999999. Windows color (decimal): -5728138 or 7772328. OLE color: 7772328.
HSL color Cylindrical-coordinate representation of color #A89876: hue angle of 40.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A89876 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 118 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.34 |
| HSL | 40.8º | 0.22% | 0.56% | - |
| HSV(B) | 40.8º | 0.3% | 0.66% | - |
| XYZ | 30.65 | 32.09 | 21.72 | - |
| YUV | 152.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 118 | 0 | 0.10 | 0.30 | 0.34 | 40.8 | 0.22 | 0.56 |
| Hex | A8 | 98 | 76 | 0 | A | 1E | 22 | 29 | 16 | 38 |
| Octal | 250 | 230 | 166 | 0 | 12 | 36 | 42 | 51 | 26 | 70 |
| Binary | 10101000 | 10011000 | 1110110 | 0 | 1010 | 11110 | 100010 | 101001 | 10110 | 111000 |
Color Harmonies of #A89876
Complementary color
Monochromatic Colors of #A89876
Black with #A89876
Text Example
Text Example
White with #A89876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89876; }
p { color: rgb(168,152,118); }
H1.HeaderClassName
{
color: #A89876;
}
.AnyTagClassName
{
color: #A89876;
}
</style>
background-color css
<style>
a { background-color: #A89876; }
a { background-color: rgb(168,152,118); }
div.DivClassName
{
background-color: #A89876;
}
.BgClassName
{
background-color: #A89876;
}
</style>
border-color css
<style>
span { border-color: #A89876; }
span { border-color: rgb(168,152,118); }
td.TdClassName
{
border-color: #A89876;
}
.TagClassName
{
border-color: #A89876;
}
</style>