Shades of Tallow #A89D73
Tints of Tallow #A89D73
RGB
CMYK
RGB Variations
Color information
#A89D73 (or 0xA89D73) is known color: Tallow. HEX triplet: A8, 9D and 73. RGB value is (168,157,115). Sum of RGB (Red+Green+Blue) = 168+157+115=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89D73 is #57628C. Grayscale: #9B9B9B. Windows color (decimal): -5726861 or 7577000. OLE color: 7577000.
HSL color Cylindrical-coordinate representation of color #A89D73: hue angle of 47.55º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A89D73 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 157 | 115 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.34 |
| HSL | 47.55º | 0.23% | 0.55% | - |
| HSV(B) | 47.55º | 0.32% | 0.66% | - |
| XYZ | 31.3 | 33.68 | 21.07 | - |
| YUV | 155.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 115 | 0 | 0.07 | 0.32 | 0.34 | 47.55 | 0.23 | 0.55 |
| Hex | A8 | 9D | 73 | 0 | 7 | 20 | 22 | 30 | 17 | 37 |
| Octal | 250 | 235 | 163 | 0 | 7 | 40 | 42 | 60 | 27 | 67 |
| Binary | 10101000 | 10011101 | 1110011 | 0 | 111 | 100000 | 100010 | 110000 | 10111 | 110111 |
Color Harmonies of #A89D73
Complementary color
Monochromatic Colors of #A89D73
Black with #A89D73
Text Example
Text Example
White with #A89D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89D73; }
p { color: rgb(168,157,115); }
H1.HeaderClassName
{
color: #A89D73;
}
.AnyTagClassName
{
color: #A89D73;
}
</style>
background-color css
<style>
a { background-color: #A89D73; }
a { background-color: rgb(168,157,115); }
div.DivClassName
{
background-color: #A89D73;
}
.BgClassName
{
background-color: #A89D73;
}
</style>
border-color css
<style>
span { border-color: #A89D73; }
span { border-color: rgb(168,157,115); }
td.TdClassName
{
border-color: #A89D73;
}
.TagClassName
{
border-color: #A89D73;
}
</style>