Shades of Tallow #A69A61
Tints of Tallow #A69A61
RGB
CMYK
RGB Variations
Color information
#A69A61 (or 0xA69A61) is known color: Tallow. HEX triplet: A6, 9A and 61. RGB value is (166,154,97). Sum of RGB (Red+Green+Blue) = 166+154+97=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A61 is #59659E. Grayscale: #979797. Windows color (decimal): -5858719 or 6396582. OLE color: 6396582.
HSL color Cylindrical-coordinate representation of color #A69A61: hue angle of 49.57º 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 #A69A61 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 97 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.35 |
| HSL | 49.57º | 0.28% | 0.52% | - |
| HSV(B) | 49.57º | 0.42% | 0.65% | - |
| XYZ | 29.44 | 32.08 | 15.95 | - |
| YUV | 151.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 97 | 0 | 0.07 | 0.42 | 0.35 | 49.57 | 0.28 | 0.52 |
| Hex | A6 | 9A | 61 | 0 | 7 | 2A | 23 | 32 | 1C | 34 |
| Octal | 246 | 232 | 141 | 0 | 7 | 52 | 43 | 62 | 34 | 64 |
| Binary | 10100110 | 10011010 | 1100001 | 0 | 111 | 101010 | 100011 | 110010 | 11100 | 110100 |
Color Harmonies of #A69A61
Complementary color
Monochromatic Colors of #A69A61
Black with #A69A61
Text Example
Text Example
White with #A69A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A61; }
p { color: rgb(166,154,97); }
H1.HeaderClassName
{
color: #A69A61;
}
.AnyTagClassName
{
color: #A69A61;
}
</style>
background-color css
<style>
a { background-color: #A69A61; }
a { background-color: rgb(166,154,97); }
div.DivClassName
{
background-color: #A69A61;
}
.BgClassName
{
background-color: #A69A61;
}
</style>
border-color css
<style>
span { border-color: #A69A61; }
span { border-color: rgb(166,154,97); }
td.TdClassName
{
border-color: #A69A61;
}
.TagClassName
{
border-color: #A69A61;
}
</style>