Shades of Tallow #A89963
Tints of Tallow #A89963
RGB
CMYK
RGB Variations
Color information
#A89963 (or 0xA89963) is known color: Tallow. HEX triplet: A8, 99 and 63. RGB value is (168,153,99). Sum of RGB (Red+Green+Blue) = 168+153+99=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A89963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89963 is #57669C. Grayscale: #979797. Windows color (decimal): -5727901 or 6527400. OLE color: 6527400.
HSL color Cylindrical-coordinate representation of color #A89963: hue angle of 46.96º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A89963 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 99 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.34 |
| HSL | 46.96º | 0.28% | 0.52% | - |
| HSV(B) | 46.96º | 0.41% | 0.66% | - |
| XYZ | 29.79 | 32.01 | 16.41 | - |
| YUV | 151.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 99 | 0 | 0.09 | 0.41 | 0.34 | 46.96 | 0.28 | 0.52 |
| Hex | A8 | 99 | 63 | 0 | 9 | 29 | 22 | 2F | 1C | 34 |
| Octal | 250 | 231 | 143 | 0 | 11 | 51 | 42 | 57 | 34 | 64 |
| Binary | 10101000 | 10011001 | 1100011 | 0 | 1001 | 101001 | 100010 | 101111 | 11100 | 110100 |
Color Harmonies of #A89963
Complementary color
Monochromatic Colors of #A89963
Black with #A89963
Text Example
Text Example
White with #A89963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89963; }
p { color: rgb(168,153,99); }
H1.HeaderClassName
{
color: #A89963;
}
.AnyTagClassName
{
color: #A89963;
}
</style>
background-color css
<style>
a { background-color: #A89963; }
a { background-color: rgb(168,153,99); }
div.DivClassName
{
background-color: #A89963;
}
.BgClassName
{
background-color: #A89963;
}
</style>
border-color css
<style>
span { border-color: #A89963; }
span { border-color: rgb(168,153,99); }
td.TdClassName
{
border-color: #A89963;
}
.TagClassName
{
border-color: #A89963;
}
</style>