Shades of Tallow #A59679
Tints of Tallow #A59679
RGB
CMYK
RGB Variations
Color information
#A59679 (or 0xA59679) is known color: Tallow. HEX triplet: A5, 96 and 79. RGB value is (165,150,121). Sum of RGB (Red+Green+Blue) = 165+150+121=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A59679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59679 is #5A6986. Grayscale: #979797. Windows color (decimal): -5925255 or 7968421. OLE color: 7968421.
HSL color Cylindrical-coordinate representation of color #A59679: hue angle of 39.55º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A59679 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 150 | 121 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.35 |
| HSL | 39.55º | 0.2% | 0.56% | - |
| HSV(B) | 39.55º | 0.27% | 0.65% | - |
| XYZ | 29.87 | 31.19 | 22.54 | - |
| YUV | 151.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 121 | 0 | 0.09 | 0.27 | 0.35 | 39.55 | 0.2 | 0.56 |
| Hex | A5 | 96 | 79 | 0 | 9 | 1B | 23 | 28 | 14 | 38 |
| Octal | 245 | 226 | 171 | 0 | 11 | 33 | 43 | 50 | 24 | 70 |
| Binary | 10100101 | 10010110 | 1111001 | 0 | 1001 | 11011 | 100011 | 101000 | 10100 | 111000 |
Color Harmonies of #A59679
Complementary color
Monochromatic Colors of #A59679
Black with #A59679
Text Example
Text Example
White with #A59679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59679; }
p { color: rgb(165,150,121); }
H1.HeaderClassName
{
color: #A59679;
}
.AnyTagClassName
{
color: #A59679;
}
</style>
background-color css
<style>
a { background-color: #A59679; }
a { background-color: rgb(165,150,121); }
div.DivClassName
{
background-color: #A59679;
}
.BgClassName
{
background-color: #A59679;
}
</style>
border-color css
<style>
span { border-color: #A59679; }
span { border-color: rgb(165,150,121); }
td.TdClassName
{
border-color: #A59679;
}
.TagClassName
{
border-color: #A59679;
}
</style>