Shades of Tallow #A59875
Tints of Tallow #A59875
RGB
CMYK
RGB Variations
Color information
#A59875 (or 0xA59875) is known color: Tallow. HEX triplet: A5, 98 and 75. RGB value is (165,152,117). Sum of RGB (Red+Green+Blue) = 165+152+117=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A59875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59875 is #5A678A. Grayscale: #989898. Windows color (decimal): -5924747 or 7706789. OLE color: 7706789.
HSL color Cylindrical-coordinate representation of color #A59875: hue angle of 43.75º 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 #A59875 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 152 | 117 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.35 |
| HSL | 43.75º | 0.21% | 0.55% | - |
| HSV(B) | 43.75º | 0.29% | 0.65% | - |
| XYZ | 29.96 | 31.74 | 21.38 | - |
| YUV | 151.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 117 | 0 | 0.08 | 0.29 | 0.35 | 43.75 | 0.21 | 0.55 |
| Hex | A5 | 98 | 75 | 0 | 8 | 1D | 23 | 2C | 15 | 37 |
| Octal | 245 | 230 | 165 | 0 | 10 | 35 | 43 | 54 | 25 | 67 |
| Binary | 10100101 | 10011000 | 1110101 | 0 | 1000 | 11101 | 100011 | 101100 | 10101 | 110111 |
Color Harmonies of #A59875
Complementary color
Monochromatic Colors of #A59875
Black with #A59875
Text Example
Text Example
White with #A59875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59875; }
p { color: rgb(165,152,117); }
H1.HeaderClassName
{
color: #A59875;
}
.AnyTagClassName
{
color: #A59875;
}
</style>
background-color css
<style>
a { background-color: #A59875; }
a { background-color: rgb(165,152,117); }
div.DivClassName
{
background-color: #A59875;
}
.BgClassName
{
background-color: #A59875;
}
</style>
border-color css
<style>
span { border-color: #A59875; }
span { border-color: rgb(165,152,117); }
td.TdClassName
{
border-color: #A59875;
}
.TagClassName
{
border-color: #A59875;
}
</style>