Shades of Tallow #A09C76
Tints of Tallow #A09C76
RGB
CMYK
RGB Variations
Color information
#A09C76 (or 0xA09C76) is known color: Tallow. HEX triplet: A0, 9C and 76. RGB value is (160,156,118). Sum of RGB (Red+Green+Blue) = 160+156+118=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C76 is #5F6389. Grayscale: #999999. Windows color (decimal): -6251402 or 7773344. OLE color: 7773344.
HSL color Cylindrical-coordinate representation of color #A09C76: hue angle of 54.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A09C76 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 118 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.37 |
| HSL | 54.29º | 0.18% | 0.55% | - |
| HSV(B) | 54.29º | 0.26% | 0.63% | - |
| XYZ | 29.66 | 32.56 | 21.86 | - |
| YUV | 152.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 118 | 0 | 0.02 | 0.26 | 0.37 | 54.29 | 0.18 | 0.55 |
| Hex | A0 | 9C | 76 | 0 | 2 | 1A | 25 | 36 | 12 | 37 |
| Octal | 240 | 234 | 166 | 0 | 2 | 32 | 45 | 66 | 22 | 67 |
| Binary | 10100000 | 10011100 | 1110110 | 0 | 10 | 11010 | 100101 | 110110 | 10010 | 110111 |
Color Harmonies of #A09C76
Complementary color
Monochromatic Colors of #A09C76
Black with #A09C76
Text Example
Text Example
White with #A09C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C76; }
p { color: rgb(160,156,118); }
H1.HeaderClassName
{
color: #A09C76;
}
.AnyTagClassName
{
color: #A09C76;
}
</style>
background-color css
<style>
a { background-color: #A09C76; }
a { background-color: rgb(160,156,118); }
div.DivClassName
{
background-color: #A09C76;
}
.BgClassName
{
background-color: #A09C76;
}
</style>
border-color css
<style>
span { border-color: #A09C76; }
span { border-color: rgb(160,156,118); }
td.TdClassName
{
border-color: #A09C76;
}
.TagClassName
{
border-color: #A09C76;
}
</style>