Shades of Tallow #A89C72
Tints of Tallow #A89C72
RGB
CMYK
RGB Variations
Color information
#A89C72 (or 0xA89C72) is known color: Tallow. HEX triplet: A8, 9C and 72. RGB value is (168,156,114). Sum of RGB (Red+Green+Blue) = 168+156+114=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89C72 is #57638D. Grayscale: #9A9A9A. Windows color (decimal): -5727118 or 7511208. OLE color: 7511208.
HSL color Cylindrical-coordinate representation of color #A89C72: hue angle of 46.67º 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 #A89C72 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 114 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.34 |
| HSL | 46.67º | 0.24% | 0.55% | - |
| HSV(B) | 46.67º | 0.32% | 0.66% | - |
| XYZ | 31.07 | 33.32 | 20.71 | - |
| YUV | 154.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 114 | 0 | 0.07 | 0.32 | 0.34 | 46.67 | 0.24 | 0.55 |
| Hex | A8 | 9C | 72 | 0 | 7 | 20 | 22 | 2F | 18 | 37 |
| Octal | 250 | 234 | 162 | 0 | 7 | 40 | 42 | 57 | 30 | 67 |
| Binary | 10101000 | 10011100 | 1110010 | 0 | 111 | 100000 | 100010 | 101111 | 11000 | 110111 |
Color Harmonies of #A89C72
Complementary color
Monochromatic Colors of #A89C72
Black with #A89C72
Text Example
Text Example
White with #A89C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C72; }
p { color: rgb(168,156,114); }
H1.HeaderClassName
{
color: #A89C72;
}
.AnyTagClassName
{
color: #A89C72;
}
</style>
background-color css
<style>
a { background-color: #A89C72; }
a { background-color: rgb(168,156,114); }
div.DivClassName
{
background-color: #A89C72;
}
.BgClassName
{
background-color: #A89C72;
}
</style>
border-color css
<style>
span { border-color: #A89C72; }
span { border-color: rgb(168,156,114); }
td.TdClassName
{
border-color: #A89C72;
}
.TagClassName
{
border-color: #A89C72;
}
</style>