Shades of Tallow #A59569
Tints of Tallow #A59569
RGB
CMYK
RGB Variations
Color information
#A59569 (or 0xA59569) is known color: Tallow. HEX triplet: A5, 95 and 69. RGB value is (165,149,105). Sum of RGB (Red+Green+Blue) = 165+149+105=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A59569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59569 is #5A6A96. Grayscale: #949494. Windows color (decimal): -5925527 or 6919589. OLE color: 6919589.
HSL color Cylindrical-coordinate representation of color #A59569: hue angle of 44º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A59569 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 149 | 105 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.35 |
| HSL | 44º | 0.25% | 0.53% | - |
| HSV(B) | 44º | 0.36% | 0.65% | - |
| XYZ | 28.81 | 30.51 | 17.74 | - |
| YUV | 148.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 105 | 0 | 0.10 | 0.36 | 0.35 | 44 | 0.25 | 0.53 |
| Hex | A5 | 95 | 69 | 0 | A | 24 | 23 | 2C | 19 | 35 |
| Octal | 245 | 225 | 151 | 0 | 12 | 44 | 43 | 54 | 31 | 65 |
| Binary | 10100101 | 10010101 | 1101001 | 0 | 1010 | 100100 | 100011 | 101100 | 11001 | 110101 |
Color Harmonies of #A59569
Complementary color
Monochromatic Colors of #A59569
Black with #A59569
Text Example
Text Example
White with #A59569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59569; }
p { color: rgb(165,149,105); }
H1.HeaderClassName
{
color: #A59569;
}
.AnyTagClassName
{
color: #A59569;
}
</style>
background-color css
<style>
a { background-color: #A59569; }
a { background-color: rgb(165,149,105); }
div.DivClassName
{
background-color: #A59569;
}
.BgClassName
{
background-color: #A59569;
}
</style>
border-color css
<style>
span { border-color: #A59569; }
span { border-color: rgb(165,149,105); }
td.TdClassName
{
border-color: #A59569;
}
.TagClassName
{
border-color: #A59569;
}
</style>