Shades of Tallow #A89866
Tints of Tallow #A89866
RGB
CMYK
RGB Variations
Color information
#A89866 (or 0xA89866) is known color: Tallow. HEX triplet: A8, 98 and 66. RGB value is (168,152,102). Sum of RGB (Red+Green+Blue) = 168+152+102=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A89866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89866 is #576799. Grayscale: #979797. Windows color (decimal): -5728154 or 6723752. OLE color: 6723752.
HSL color Cylindrical-coordinate representation of color #A89866: hue angle of 45.45º 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 #A89866 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 102 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.34 |
| HSL | 45.45º | 0.28% | 0.53% | - |
| HSV(B) | 45.45º | 0.39% | 0.66% | - |
| XYZ | 29.77 | 31.74 | 17.13 | - |
| YUV | 151.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 102 | 0 | 0.10 | 0.39 | 0.34 | 45.45 | 0.28 | 0.53 |
| Hex | A8 | 98 | 66 | 0 | A | 27 | 22 | 2D | 1C | 35 |
| Octal | 250 | 230 | 146 | 0 | 12 | 47 | 42 | 55 | 34 | 65 |
| Binary | 10101000 | 10011000 | 1100110 | 0 | 1010 | 100111 | 100010 | 101101 | 11100 | 110101 |
Color Harmonies of #A89866
Complementary color
Monochromatic Colors of #A89866
Black with #A89866
Text Example
Text Example
White with #A89866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89866; }
p { color: rgb(168,152,102); }
H1.HeaderClassName
{
color: #A89866;
}
.AnyTagClassName
{
color: #A89866;
}
</style>
background-color css
<style>
a { background-color: #A89866; }
a { background-color: rgb(168,152,102); }
div.DivClassName
{
background-color: #A89866;
}
.BgClassName
{
background-color: #A89866;
}
</style>
border-color css
<style>
span { border-color: #A89866; }
span { border-color: rgb(168,152,102); }
td.TdClassName
{
border-color: #A89866;
}
.TagClassName
{
border-color: #A89866;
}
</style>