Shades of Tallow #A59575
Tints of Tallow #A59575
RGB
CMYK
RGB Variations
Color information
#A59575 (or 0xA59575) is known color: Tallow. HEX triplet: A5, 95 and 75. RGB value is (165,149,117). Sum of RGB (Red+Green+Blue) = 165+149+117=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A59575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59575 is #5A6A8A. Grayscale: #969696. Windows color (decimal): -5925515 or 7706021. OLE color: 7706021.
HSL color Cylindrical-coordinate representation of color #A59575: hue angle of 40º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A59575 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 149 | 117 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.35 |
| HSL | 40º | 0.21% | 0.55% | - |
| HSV(B) | 40º | 0.29% | 0.65% | - |
| XYZ | 29.48 | 30.78 | 21.22 | - |
| YUV | 150.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 117 | 0 | 0.10 | 0.29 | 0.35 | 40 | 0.21 | 0.55 |
| Hex | A5 | 95 | 75 | 0 | A | 1D | 23 | 28 | 15 | 37 |
| Octal | 245 | 225 | 165 | 0 | 12 | 35 | 43 | 50 | 25 | 67 |
| Binary | 10100101 | 10010101 | 1110101 | 0 | 1010 | 11101 | 100011 | 101000 | 10101 | 110111 |
Color Harmonies of #A59575
Complementary color
Monochromatic Colors of #A59575
Black with #A59575
Text Example
Text Example
White with #A59575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59575; }
p { color: rgb(165,149,117); }
H1.HeaderClassName
{
color: #A59575;
}
.AnyTagClassName
{
color: #A59575;
}
</style>
background-color css
<style>
a { background-color: #A59575; }
a { background-color: rgb(165,149,117); }
div.DivClassName
{
background-color: #A59575;
}
.BgClassName
{
background-color: #A59575;
}
</style>
border-color css
<style>
span { border-color: #A59575; }
span { border-color: rgb(165,149,117); }
td.TdClassName
{
border-color: #A59575;
}
.TagClassName
{
border-color: #A59575;
}
</style>