Shades of Tallow #A59C73
Tints of Tallow #A59C73
RGB
CMYK
RGB Variations
Color information
#A59C73 (or 0xA59C73) is known color: Tallow. HEX triplet: A5, 9C and 73. RGB value is (165,156,115). Sum of RGB (Red+Green+Blue) = 165+156+115=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59C73 is #5A638C. Grayscale: #9A9A9A. Windows color (decimal): -5923725 or 7576741. OLE color: 7576741.
HSL color Cylindrical-coordinate representation of color #A59C73: hue angle of 49.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A59C73 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 115 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.35 |
| HSL | 49.2º | 0.22% | 0.55% | - |
| HSV(B) | 49.2º | 0.3% | 0.65% | - |
| XYZ | 30.5 | 33.01 | 20.98 | - |
| YUV | 154.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 115 | 0 | 0.05 | 0.30 | 0.35 | 49.2 | 0.22 | 0.55 |
| Hex | A5 | 9C | 73 | 0 | 5 | 1E | 23 | 31 | 16 | 37 |
| Octal | 245 | 234 | 163 | 0 | 5 | 36 | 43 | 61 | 26 | 67 |
| Binary | 10100101 | 10011100 | 1110011 | 0 | 101 | 11110 | 100011 | 110001 | 10110 | 110111 |
Color Harmonies of #A59C73
Complementary color
Monochromatic Colors of #A59C73
Black with #A59C73
Text Example
Text Example
White with #A59C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59C73; }
p { color: rgb(165,156,115); }
H1.HeaderClassName
{
color: #A59C73;
}
.AnyTagClassName
{
color: #A59C73;
}
</style>
background-color css
<style>
a { background-color: #A59C73; }
a { background-color: rgb(165,156,115); }
div.DivClassName
{
background-color: #A59C73;
}
.BgClassName
{
background-color: #A59C73;
}
</style>
border-color css
<style>
span { border-color: #A59C73; }
span { border-color: rgb(165,156,115); }
td.TdClassName
{
border-color: #A59C73;
}
.TagClassName
{
border-color: #A59C73;
}
</style>