Shades of Tallow #A89973
Tints of Tallow #A89973
RGB
CMYK
RGB Variations
Color information
#A89973 (or 0xA89973) is known color: Tallow. HEX triplet: A8, 99 and 73. RGB value is (168,153,115). Sum of RGB (Red+Green+Blue) = 168+153+115=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 168 - color contains mainly: red. Hex color #A89973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89973 is #57668C. Grayscale: #999999. Windows color (decimal): -5727885 or 7575976. OLE color: 7575976.
HSL color Cylindrical-coordinate representation of color #A89973: hue angle of 43.02º 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 #A89973 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 115 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.34 |
| HSL | 43.02º | 0.23% | 0.55% | - |
| HSV(B) | 43.02º | 0.32% | 0.66% | - |
| XYZ | 30.63 | 32.35 | 20.85 | - |
| YUV | 153.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 115 | 0 | 0.09 | 0.32 | 0.34 | 43.02 | 0.23 | 0.55 |
| Hex | A8 | 99 | 73 | 0 | 9 | 20 | 22 | 2B | 17 | 37 |
| Octal | 250 | 231 | 163 | 0 | 11 | 40 | 42 | 53 | 27 | 67 |
| Binary | 10101000 | 10011001 | 1110011 | 0 | 1001 | 100000 | 100010 | 101011 | 10111 | 110111 |
Color Harmonies of #A89973
Complementary color
Monochromatic Colors of #A89973
Black with #A89973
Text Example
Text Example
White with #A89973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89973; }
p { color: rgb(168,153,115); }
H1.HeaderClassName
{
color: #A89973;
}
.AnyTagClassName
{
color: #A89973;
}
</style>
background-color css
<style>
a { background-color: #A89973; }
a { background-color: rgb(168,153,115); }
div.DivClassName
{
background-color: #A89973;
}
.BgClassName
{
background-color: #A89973;
}
</style>
border-color css
<style>
span { border-color: #A89973; }
span { border-color: rgb(168,153,115); }
td.TdClassName
{
border-color: #A89973;
}
.TagClassName
{
border-color: #A89973;
}
</style>