Shades of Tallow #A89D72
Tints of Tallow #A89D72
RGB
CMYK
RGB Variations
Color information
#A89D72 (or 0xA89D72) is known color: Tallow. HEX triplet: A8, 9D and 72. RGB value is (168,157,114). Sum of RGB (Red+Green+Blue) = 168+157+114=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89D72 is #57628D. Grayscale: #9B9B9B. Windows color (decimal): -5726862 or 7511464. OLE color: 7511464.
HSL color Cylindrical-coordinate representation of color #A89D72: hue angle of 47.78º degrees, saturation: 0.24, 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 #A89D72 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 157 | 114 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.34 |
| HSL | 47.78º | 0.24% | 0.55% | - |
| HSV(B) | 47.78º | 0.32% | 0.66% | - |
| XYZ | 31.24 | 33.65 | 20.77 | - |
| YUV | 155.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 114 | 0 | 0.07 | 0.32 | 0.34 | 47.78 | 0.24 | 0.55 |
| Hex | A8 | 9D | 72 | 0 | 7 | 20 | 22 | 30 | 18 | 37 |
| Octal | 250 | 235 | 162 | 0 | 7 | 40 | 42 | 60 | 30 | 67 |
| Binary | 10101000 | 10011101 | 1110010 | 0 | 111 | 100000 | 100010 | 110000 | 11000 | 110111 |
Color Harmonies of #A89D72
Complementary color
Monochromatic Colors of #A89D72
Black with #A89D72
Text Example
Text Example
White with #A89D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89D72; }
p { color: rgb(168,157,114); }
H1.HeaderClassName
{
color: #A89D72;
}
.AnyTagClassName
{
color: #A89D72;
}
</style>
background-color css
<style>
a { background-color: #A89D72; }
a { background-color: rgb(168,157,114); }
div.DivClassName
{
background-color: #A89D72;
}
.BgClassName
{
background-color: #A89D72;
}
</style>
border-color css
<style>
span { border-color: #A89D72; }
span { border-color: rgb(168,157,114); }
td.TdClassName
{
border-color: #A89D72;
}
.TagClassName
{
border-color: #A89D72;
}
</style>