Shades of Tallow #A89972
Tints of Tallow #A89972
RGB
CMYK
RGB Variations
Color information
#A89972 (or 0xA89972) is known color: Tallow. HEX triplet: A8, 99 and 72. RGB value is (168,153,114). Sum of RGB (Red+Green+Blue) = 168+153+114=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A89972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89972 is #57668D. Grayscale: #999999. Windows color (decimal): -5727886 or 7510440. OLE color: 7510440.
HSL color Cylindrical-coordinate representation of color #A89972: hue angle of 43.33º 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 #A89972 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 114 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.34 |
| HSL | 43.33º | 0.24% | 0.55% | - |
| HSV(B) | 43.33º | 0.32% | 0.66% | - |
| XYZ | 30.58 | 32.32 | 20.55 | - |
| YUV | 153.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 114 | 0 | 0.09 | 0.32 | 0.34 | 43.33 | 0.24 | 0.55 |
| Hex | A8 | 99 | 72 | 0 | 9 | 20 | 22 | 2B | 18 | 37 |
| Octal | 250 | 231 | 162 | 0 | 11 | 40 | 42 | 53 | 30 | 67 |
| Binary | 10101000 | 10011001 | 1110010 | 0 | 1001 | 100000 | 100010 | 101011 | 11000 | 110111 |
Color Harmonies of #A89972
Complementary color
Monochromatic Colors of #A89972
Black with #A89972
Text Example
Text Example
White with #A89972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89972; }
p { color: rgb(168,153,114); }
H1.HeaderClassName
{
color: #A89972;
}
.AnyTagClassName
{
color: #A89972;
}
</style>
background-color css
<style>
a { background-color: #A89972; }
a { background-color: rgb(168,153,114); }
div.DivClassName
{
background-color: #A89972;
}
.BgClassName
{
background-color: #A89972;
}
</style>
border-color css
<style>
span { border-color: #A89972; }
span { border-color: rgb(168,153,114); }
td.TdClassName
{
border-color: #A89972;
}
.TagClassName
{
border-color: #A89972;
}
</style>