Shades of Tallow #A69D6C
Tints of Tallow #A69D6C
RGB
CMYK
RGB Variations
Color information
#A69D6C (or 0xA69D6C) is known color: Tallow. HEX triplet: A6, 9D and 6C. RGB value is (166,157,108). Sum of RGB (Red+Green+Blue) = 166+157+108=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69D6C is #596293. Grayscale: #9A9A9A. Windows color (decimal): -5857940 or 7118246. OLE color: 7118246.
HSL color Cylindrical-coordinate representation of color #A69D6C: hue angle of 50.69º 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 #A69D6C is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 157 | 108 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.35 |
| HSL | 50.69º | 0.25% | 0.54% | - |
| HSV(B) | 50.69º | 0.35% | 0.65% | - |
| XYZ | 30.49 | 33.3 | 19.01 | - |
| YUV | 154.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 108 | 0 | 0.05 | 0.35 | 0.35 | 50.69 | 0.25 | 0.54 |
| Hex | A6 | 9D | 6C | 0 | 5 | 23 | 23 | 33 | 19 | 36 |
| Octal | 246 | 235 | 154 | 0 | 5 | 43 | 43 | 63 | 31 | 66 |
| Binary | 10100110 | 10011101 | 1101100 | 0 | 101 | 100011 | 100011 | 110011 | 11001 | 110110 |
Color Harmonies of #A69D6C
Complementary color
Monochromatic Colors of #A69D6C
Black with #A69D6C
Text Example
Text Example
White with #A69D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69D6C; }
p { color: rgb(166,157,108); }
H1.HeaderClassName
{
color: #A69D6C;
}
.AnyTagClassName
{
color: #A69D6C;
}
</style>
background-color css
<style>
a { background-color: #A69D6C; }
a { background-color: rgb(166,157,108); }
div.DivClassName
{
background-color: #A69D6C;
}
.BgClassName
{
background-color: #A69D6C;
}
</style>
border-color css
<style>
span { border-color: #A69D6C; }
span { border-color: rgb(166,157,108); }
td.TdClassName
{
border-color: #A69D6C;
}
.TagClassName
{
border-color: #A69D6C;
}
</style>