Shades of Tallow #A69E6C
Tints of Tallow #A69E6C
RGB
CMYK
RGB Variations
Color information
#A69E6C (or 0xA69E6C) is known color: Tallow. HEX triplet: A6, 9E and 6C. RGB value is (166,158,108). Sum of RGB (Red+Green+Blue) = 166+158+108=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69E6C is #596193. Grayscale: #9A9A9A. Windows color (decimal): -5857684 or 7118502. OLE color: 7118502.
HSL color Cylindrical-coordinate representation of color #A69E6C: hue angle of 51.72º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A69E6C is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 158 | 108 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.35 |
| HSL | 51.72º | 0.25% | 0.54% | - |
| HSV(B) | 51.72º | 0.35% | 0.65% | - |
| XYZ | 30.66 | 33.64 | 19.07 | - |
| YUV | 154.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 108 | 0 | 0.05 | 0.35 | 0.35 | 51.72 | 0.25 | 0.54 |
| Hex | A6 | 9E | 6C | 0 | 5 | 23 | 23 | 34 | 19 | 36 |
| Octal | 246 | 236 | 154 | 0 | 5 | 43 | 43 | 64 | 31 | 66 |
| Binary | 10100110 | 10011110 | 1101100 | 0 | 101 | 100011 | 100011 | 110100 | 11001 | 110110 |
Color Harmonies of #A69E6C
Complementary color
Monochromatic Colors of #A69E6C
Black with #A69E6C
Text Example
Text Example
White with #A69E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69E6C; }
p { color: rgb(166,158,108); }
H1.HeaderClassName
{
color: #A69E6C;
}
.AnyTagClassName
{
color: #A69E6C;
}
</style>
background-color css
<style>
a { background-color: #A69E6C; }
a { background-color: rgb(166,158,108); }
div.DivClassName
{
background-color: #A69E6C;
}
.BgClassName
{
background-color: #A69E6C;
}
</style>
border-color css
<style>
span { border-color: #A69E6C; }
span { border-color: rgb(166,158,108); }
td.TdClassName
{
border-color: #A69E6C;
}
.TagClassName
{
border-color: #A69E6C;
}
</style>