Shades of Tallow #A69C79
Tints of Tallow #A69C79
RGB
CMYK
RGB Variations
Color information
#A69C79 (or 0xA69C79) is known color: Tallow. HEX triplet: A6, 9C and 79. RGB value is (166,156,121). Sum of RGB (Red+Green+Blue) = 166+156+121=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C79 is #596386. Grayscale: #9B9B9B. Windows color (decimal): -5858183 or 7969958. OLE color: 7969958.
HSL color Cylindrical-coordinate representation of color #A69C79: hue angle of 46.67º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A69C79 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 121 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.35 |
| HSL | 46.67º | 0.2% | 0.56% | - |
| HSV(B) | 46.67º | 0.27% | 0.65% | - |
| XYZ | 31.07 | 33.26 | 22.87 | - |
| YUV | 155 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 121 | 0 | 0.06 | 0.27 | 0.35 | 46.67 | 0.2 | 0.56 |
| Hex | A6 | 9C | 79 | 0 | 6 | 1B | 23 | 2F | 14 | 38 |
| Octal | 246 | 234 | 171 | 0 | 6 | 33 | 43 | 57 | 24 | 70 |
| Binary | 10100110 | 10011100 | 1111001 | 0 | 110 | 11011 | 100011 | 101111 | 10100 | 111000 |
Color Harmonies of #A69C79
Complementary color
Monochromatic Colors of #A69C79
Black with #A69C79
Text Example
Text Example
White with #A69C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C79; }
p { color: rgb(166,156,121); }
H1.HeaderClassName
{
color: #A69C79;
}
.AnyTagClassName
{
color: #A69C79;
}
</style>
background-color css
<style>
a { background-color: #A69C79; }
a { background-color: rgb(166,156,121); }
div.DivClassName
{
background-color: #A69C79;
}
.BgClassName
{
background-color: #A69C79;
}
</style>
border-color css
<style>
span { border-color: #A69C79; }
span { border-color: rgb(166,156,121); }
td.TdClassName
{
border-color: #A69C79;
}
.TagClassName
{
border-color: #A69C79;
}
</style>