Shades of Tallow #A69C73
Tints of Tallow #A69C73
RGB
CMYK
RGB Variations
Color information
#A69C73 (or 0xA69C73) is known color: Tallow. HEX triplet: A6, 9C and 73. RGB value is (166,156,115). Sum of RGB (Red+Green+Blue) = 166+156+115=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C73 is #59638C. Grayscale: #9A9A9A. Windows color (decimal): -5858189 or 7576742. OLE color: 7576742.
HSL color Cylindrical-coordinate representation of color #A69C73: hue angle of 48.24º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A69C73 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 115 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.35 |
| HSL | 48.24º | 0.22% | 0.55% | - |
| HSV(B) | 48.24º | 0.31% | 0.65% | - |
| XYZ | 30.71 | 33.12 | 20.99 | - |
| YUV | 154.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 115 | 0 | 0.06 | 0.31 | 0.35 | 48.24 | 0.22 | 0.55 |
| Hex | A6 | 9C | 73 | 0 | 6 | 1F | 23 | 30 | 16 | 37 |
| Octal | 246 | 234 | 163 | 0 | 6 | 37 | 43 | 60 | 26 | 67 |
| Binary | 10100110 | 10011100 | 1110011 | 0 | 110 | 11111 | 100011 | 110000 | 10110 | 110111 |
Color Harmonies of #A69C73
Complementary color
Monochromatic Colors of #A69C73
Black with #A69C73
Text Example
Text Example
White with #A69C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C73; }
p { color: rgb(166,156,115); }
H1.HeaderClassName
{
color: #A69C73;
}
.AnyTagClassName
{
color: #A69C73;
}
</style>
background-color css
<style>
a { background-color: #A69C73; }
a { background-color: rgb(166,156,115); }
div.DivClassName
{
background-color: #A69C73;
}
.BgClassName
{
background-color: #A69C73;
}
</style>
border-color css
<style>
span { border-color: #A69C73; }
span { border-color: rgb(166,156,115); }
td.TdClassName
{
border-color: #A69C73;
}
.TagClassName
{
border-color: #A69C73;
}
</style>