Shades of Tallow #A69D72
Tints of Tallow #A69D72
RGB
CMYK
RGB Variations
Color information
#A69D72 (or 0xA69D72) is known color: Tallow. HEX triplet: A6, 9D and 72. RGB value is (166,157,114). Sum of RGB (Red+Green+Blue) = 166+157+114=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69D72 is #59628D. Grayscale: #9A9A9A. Windows color (decimal): -5857934 or 7511462. OLE color: 7511462.
HSL color Cylindrical-coordinate representation of color #A69D72: hue angle of 49.62º degrees, saturation: 0.23, 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 #A69D72 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 157 | 114 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.35 |
| HSL | 49.62º | 0.23% | 0.55% | - |
| HSV(B) | 49.62º | 0.31% | 0.65% | - |
| XYZ | 30.82 | 33.44 | 20.75 | - |
| YUV | 154.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 114 | 0 | 0.05 | 0.31 | 0.35 | 49.62 | 0.23 | 0.55 |
| Hex | A6 | 9D | 72 | 0 | 5 | 1F | 23 | 32 | 17 | 37 |
| Octal | 246 | 235 | 162 | 0 | 5 | 37 | 43 | 62 | 27 | 67 |
| Binary | 10100110 | 10011101 | 1110010 | 0 | 101 | 11111 | 100011 | 110010 | 10111 | 110111 |
Color Harmonies of #A69D72
Complementary color
Monochromatic Colors of #A69D72
Black with #A69D72
Text Example
Text Example
White with #A69D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69D72; }
p { color: rgb(166,157,114); }
H1.HeaderClassName
{
color: #A69D72;
}
.AnyTagClassName
{
color: #A69D72;
}
</style>
background-color css
<style>
a { background-color: #A69D72; }
a { background-color: rgb(166,157,114); }
div.DivClassName
{
background-color: #A69D72;
}
.BgClassName
{
background-color: #A69D72;
}
</style>
border-color css
<style>
span { border-color: #A69D72; }
span { border-color: rgb(166,157,114); }
td.TdClassName
{
border-color: #A69D72;
}
.TagClassName
{
border-color: #A69D72;
}
</style>