Shades of Tallow #A89B70
Tints of Tallow #A89B70
RGB
CMYK
RGB Variations
Color information
#A89B70 (or 0xA89B70) is known color: Tallow. HEX triplet: A8, 9B and 70. RGB value is (168,155,112). Sum of RGB (Red+Green+Blue) = 168+155+112=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89B70 is #57648F. Grayscale: #9A9A9A. Windows color (decimal): -5727376 or 7379880. OLE color: 7379880.
HSL color Cylindrical-coordinate representation of color #A89B70: hue angle of 46.07º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A89B70 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 155 | 112 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.34 |
| HSL | 46.07º | 0.24% | 0.55% | - |
| HSV(B) | 46.07º | 0.33% | 0.66% | - |
| XYZ | 30.79 | 32.94 | 20.06 | - |
| YUV | 153.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 112 | 0 | 0.08 | 0.33 | 0.34 | 46.07 | 0.24 | 0.55 |
| Hex | A8 | 9B | 70 | 0 | 8 | 21 | 22 | 2E | 18 | 37 |
| Octal | 250 | 233 | 160 | 0 | 10 | 41 | 42 | 56 | 30 | 67 |
| Binary | 10101000 | 10011011 | 1110000 | 0 | 1000 | 100001 | 100010 | 101110 | 11000 | 110111 |
Color Harmonies of #A89B70
Complementary color
Monochromatic Colors of #A89B70
Black with #A89B70
Text Example
Text Example
White with #A89B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89B70; }
p { color: rgb(168,155,112); }
H1.HeaderClassName
{
color: #A89B70;
}
.AnyTagClassName
{
color: #A89B70;
}
</style>
background-color css
<style>
a { background-color: #A89B70; }
a { background-color: rgb(168,155,112); }
div.DivClassName
{
background-color: #A89B70;
}
.BgClassName
{
background-color: #A89B70;
}
</style>
border-color css
<style>
span { border-color: #A89B70; }
span { border-color: rgb(168,155,112); }
td.TdClassName
{
border-color: #A89B70;
}
.TagClassName
{
border-color: #A89B70;
}
</style>