Shades of Tallow #A59775
Tints of Tallow #A59775
RGB
CMYK
RGB Variations
Color information
#A59775 (or 0xA59775) is known color: Tallow. HEX triplet: A5, 97 and 75. RGB value is (165,151,117). Sum of RGB (Red+Green+Blue) = 165+151+117=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A59775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59775 is #5A688A. Grayscale: #979797. Windows color (decimal): -5925003 or 7706533. OLE color: 7706533.
HSL color Cylindrical-coordinate representation of color #A59775: hue angle of 42.5º 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 #A59775 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 151 | 117 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.35 |
| HSL | 42.5º | 0.21% | 0.55% | - |
| HSV(B) | 42.5º | 0.29% | 0.65% | - |
| XYZ | 29.79 | 31.42 | 21.32 | - |
| YUV | 151.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 117 | 0 | 0.08 | 0.29 | 0.35 | 42.5 | 0.21 | 0.55 |
| Hex | A5 | 97 | 75 | 0 | 8 | 1D | 23 | 2A | 15 | 37 |
| Octal | 245 | 227 | 165 | 0 | 10 | 35 | 43 | 52 | 25 | 67 |
| Binary | 10100101 | 10010111 | 1110101 | 0 | 1000 | 11101 | 100011 | 101010 | 10101 | 110111 |
Color Harmonies of #A59775
Complementary color
Monochromatic Colors of #A59775
Black with #A59775
Text Example
Text Example
White with #A59775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59775; }
p { color: rgb(165,151,117); }
H1.HeaderClassName
{
color: #A59775;
}
.AnyTagClassName
{
color: #A59775;
}
</style>
background-color css
<style>
a { background-color: #A59775; }
a { background-color: rgb(165,151,117); }
div.DivClassName
{
background-color: #A59775;
}
.BgClassName
{
background-color: #A59775;
}
</style>
border-color css
<style>
span { border-color: #A59775; }
span { border-color: rgb(165,151,117); }
td.TdClassName
{
border-color: #A59775;
}
.TagClassName
{
border-color: #A59775;
}
</style>