Shades of Tallow #A69C61
Tints of Tallow #A69C61
RGB
CMYK
RGB Variations
Color information
#A69C61 (or 0xA69C61) is known color: Tallow. HEX triplet: A6, 9C and 61. RGB value is (166,156,97). Sum of RGB (Red+Green+Blue) = 166+156+97=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C61 is #59639E. Grayscale: #989898. Windows color (decimal): -5858207 or 6397094. OLE color: 6397094.
HSL color Cylindrical-coordinate representation of color #A69C61: hue angle of 51.3º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A69C61 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 97 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.35 |
| HSL | 51.3º | 0.28% | 0.52% | - |
| HSV(B) | 51.3º | 0.42% | 0.65% | - |
| XYZ | 29.77 | 32.75 | 16.06 | - |
| YUV | 152.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 97 | 0 | 0.06 | 0.42 | 0.35 | 51.3 | 0.28 | 0.52 |
| Hex | A6 | 9C | 61 | 0 | 6 | 2A | 23 | 33 | 1C | 34 |
| Octal | 246 | 234 | 141 | 0 | 6 | 52 | 43 | 63 | 34 | 64 |
| Binary | 10100110 | 10011100 | 1100001 | 0 | 110 | 101010 | 100011 | 110011 | 11100 | 110100 |
Color Harmonies of #A69C61
Complementary color
Monochromatic Colors of #A69C61
Black with #A69C61
Text Example
Text Example
White with #A69C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C61; }
p { color: rgb(166,156,97); }
H1.HeaderClassName
{
color: #A69C61;
}
.AnyTagClassName
{
color: #A69C61;
}
</style>
background-color css
<style>
a { background-color: #A69C61; }
a { background-color: rgb(166,156,97); }
div.DivClassName
{
background-color: #A69C61;
}
.BgClassName
{
background-color: #A69C61;
}
</style>
border-color css
<style>
span { border-color: #A69C61; }
span { border-color: rgb(166,156,97); }
td.TdClassName
{
border-color: #A69C61;
}
.TagClassName
{
border-color: #A69C61;
}
</style>