Shades of Tallow #A89570
Tints of Tallow #A89570
RGB
CMYK
RGB Variations
Color information
#A89570 (or 0xA89570) is known color: Tallow. HEX triplet: A8, 95 and 70. RGB value is (168,149,112). Sum of RGB (Red+Green+Blue) = 168+149+112=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A89570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89570 is #576A8F. Grayscale: #969696. Windows color (decimal): -5728912 or 7378344. OLE color: 7378344.
HSL color Cylindrical-coordinate representation of color #A89570: hue angle of 39.64º 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 #A89570 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 112 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.34 |
| HSL | 39.64º | 0.24% | 0.55% | - |
| HSV(B) | 39.64º | 0.33% | 0.66% | - |
| XYZ | 29.82 | 30.99 | 19.74 | - |
| YUV | 150.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 112 | 0 | 0.11 | 0.33 | 0.34 | 39.64 | 0.24 | 0.55 |
| Hex | A8 | 95 | 70 | 0 | B | 21 | 22 | 28 | 18 | 37 |
| Octal | 250 | 225 | 160 | 0 | 13 | 41 | 42 | 50 | 30 | 67 |
| Binary | 10101000 | 10010101 | 1110000 | 0 | 1011 | 100001 | 100010 | 101000 | 11000 | 110111 |
Color Harmonies of #A89570
Complementary color
Monochromatic Colors of #A89570
Black with #A89570
Text Example
Text Example
White with #A89570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89570; }
p { color: rgb(168,149,112); }
H1.HeaderClassName
{
color: #A89570;
}
.AnyTagClassName
{
color: #A89570;
}
</style>
background-color css
<style>
a { background-color: #A89570; }
a { background-color: rgb(168,149,112); }
div.DivClassName
{
background-color: #A89570;
}
.BgClassName
{
background-color: #A89570;
}
</style>
border-color css
<style>
span { border-color: #A89570; }
span { border-color: rgb(168,149,112); }
td.TdClassName
{
border-color: #A89570;
}
.TagClassName
{
border-color: #A89570;
}
</style>