Shades of Tallow #A59470
Tints of Tallow #A59470
RGB
CMYK
RGB Variations
Color information
#A59470 (or 0xA59470) is known color: Tallow. HEX triplet: A5, 94 and 70. RGB value is (165,148,112). Sum of RGB (Red+Green+Blue) = 165+148+112=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A59470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59470 is #5A6B8F. Grayscale: #959595. Windows color (decimal): -5925776 or 7378085. OLE color: 7378085.
HSL color Cylindrical-coordinate representation of color #A59470: hue angle of 40.75º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A59470 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 148 | 112 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.35 |
| HSL | 40.75º | 0.23% | 0.54% | - |
| HSV(B) | 40.75º | 0.32% | 0.65% | - |
| XYZ | 29.03 | 30.35 | 19.66 | - |
| YUV | 148.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 112 | 0 | 0.10 | 0.32 | 0.35 | 40.75 | 0.23 | 0.54 |
| Hex | A5 | 94 | 70 | 0 | A | 20 | 23 | 29 | 17 | 36 |
| Octal | 245 | 224 | 160 | 0 | 12 | 40 | 43 | 51 | 27 | 66 |
| Binary | 10100101 | 10010100 | 1110000 | 0 | 1010 | 100000 | 100011 | 101001 | 10111 | 110110 |
Color Harmonies of #A59470
Complementary color
Monochromatic Colors of #A59470
Black with #A59470
Text Example
Text Example
White with #A59470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59470; }
p { color: rgb(165,148,112); }
H1.HeaderClassName
{
color: #A59470;
}
.AnyTagClassName
{
color: #A59470;
}
</style>
background-color css
<style>
a { background-color: #A59470; }
a { background-color: rgb(165,148,112); }
div.DivClassName
{
background-color: #A59470;
}
.BgClassName
{
background-color: #A59470;
}
</style>
border-color css
<style>
span { border-color: #A59470; }
span { border-color: rgb(165,148,112); }
td.TdClassName
{
border-color: #A59470;
}
.TagClassName
{
border-color: #A59470;
}
</style>