Shades of Tallow #A89E72
Tints of Tallow #A89E72
RGB
CMYK
RGB Variations
Color information
#A89E72 (or 0xA89E72) is known color: Tallow. HEX triplet: A8, 9E and 72. RGB value is (168,158,114). Sum of RGB (Red+Green+Blue) = 168+158+114=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89E72 is #57618D. Grayscale: #9C9C9C. Windows color (decimal): -5726606 or 7511720. OLE color: 7511720.
HSL color Cylindrical-coordinate representation of color #A89E72: hue angle of 48.89º 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 #A89E72 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 158 | 114 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.34 |
| HSL | 48.89º | 0.24% | 0.55% | - |
| HSV(B) | 48.89º | 0.32% | 0.66% | - |
| XYZ | 31.41 | 33.99 | 20.83 | - |
| YUV | 155.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 114 | 0 | 0.06 | 0.32 | 0.34 | 48.89 | 0.24 | 0.55 |
| Hex | A8 | 9E | 72 | 0 | 6 | 20 | 22 | 31 | 18 | 37 |
| Octal | 250 | 236 | 162 | 0 | 6 | 40 | 42 | 61 | 30 | 67 |
| Binary | 10101000 | 10011110 | 1110010 | 0 | 110 | 100000 | 100010 | 110001 | 11000 | 110111 |
Color Harmonies of #A89E72
Complementary color
Monochromatic Colors of #A89E72
Black with #A89E72
Text Example
Text Example
White with #A89E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89E72; }
p { color: rgb(168,158,114); }
H1.HeaderClassName
{
color: #A89E72;
}
.AnyTagClassName
{
color: #A89E72;
}
</style>
background-color css
<style>
a { background-color: #A89E72; }
a { background-color: rgb(168,158,114); }
div.DivClassName
{
background-color: #A89E72;
}
.BgClassName
{
background-color: #A89E72;
}
</style>
border-color css
<style>
span { border-color: #A89E72; }
span { border-color: rgb(168,158,114); }
td.TdClassName
{
border-color: #A89E72;
}
.TagClassName
{
border-color: #A89E72;
}
</style>