Shades of Tallow #A59C7A
Tints of Tallow #A59C7A
RGB
CMYK
RGB Variations
Color information
#A59C7A (or 0xA59C7A) is known color: Tallow. HEX triplet: A5, 9C and 7A. RGB value is (165,156,122). Sum of RGB (Red+Green+Blue) = 165+156+122=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59C7A is #5A6385. Grayscale: #9A9A9A. Windows color (decimal): -5923718 or 8035493. OLE color: 8035493.
HSL color Cylindrical-coordinate representation of color #A59C7A: hue angle of 47.44º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A59C7A is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 122 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.35 |
| HSL | 47.44º | 0.19% | 0.56% | - |
| HSV(B) | 47.44º | 0.26% | 0.65% | - |
| XYZ | 30.92 | 33.18 | 23.19 | - |
| YUV | 154.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 122 | 0 | 0.05 | 0.26 | 0.35 | 47.44 | 0.19 | 0.56 |
| Hex | A5 | 9C | 7A | 0 | 5 | 1A | 23 | 2F | 13 | 38 |
| Octal | 245 | 234 | 172 | 0 | 5 | 32 | 43 | 57 | 23 | 70 |
| Binary | 10100101 | 10011100 | 1111010 | 0 | 101 | 11010 | 100011 | 101111 | 10011 | 111000 |
Color Harmonies of #A59C7A
Complementary color
Monochromatic Colors of #A59C7A
Black with #A59C7A
Text Example
Text Example
White with #A59C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59C7A; }
p { color: rgb(165,156,122); }
H1.HeaderClassName
{
color: #A59C7A;
}
.AnyTagClassName
{
color: #A59C7A;
}
</style>
background-color css
<style>
a { background-color: #A59C7A; }
a { background-color: rgb(165,156,122); }
div.DivClassName
{
background-color: #A59C7A;
}
.BgClassName
{
background-color: #A59C7A;
}
</style>
border-color css
<style>
span { border-color: #A59C7A; }
span { border-color: rgb(165,156,122); }
td.TdClassName
{
border-color: #A59C7A;
}
.TagClassName
{
border-color: #A59C7A;
}
</style>