Shades of Tallow #A69F6D
Tints of Tallow #A69F6D
RGB
CMYK
RGB Variations
Color information
#A69F6D (or 0xA69F6D) is known color: Tallow. HEX triplet: A6, 9F and 6D. RGB value is (166,159,109). Sum of RGB (Red+Green+Blue) = 166+159+109=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69F6D is #596092. Grayscale: #9B9B9B. Windows color (decimal): -5857427 or 7184294. OLE color: 7184294.
HSL color Cylindrical-coordinate representation of color #A69F6D: hue angle of 52.63º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A69F6D is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 159 | 109 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.35 |
| HSL | 52.63º | 0.24% | 0.54% | - |
| HSV(B) | 52.63º | 0.34% | 0.65% | - |
| XYZ | 30.88 | 34.01 | 19.4 | - |
| YUV | 155.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 109 | 0 | 0.04 | 0.34 | 0.35 | 52.63 | 0.24 | 0.54 |
| Hex | A6 | 9F | 6D | 0 | 4 | 22 | 23 | 35 | 18 | 36 |
| Octal | 246 | 237 | 155 | 0 | 4 | 42 | 43 | 65 | 30 | 66 |
| Binary | 10100110 | 10011111 | 1101101 | 0 | 100 | 100010 | 100011 | 110101 | 11000 | 110110 |
Color Harmonies of #A69F6D
Complementary color
Monochromatic Colors of #A69F6D
Black with #A69F6D
Text Example
Text Example
White with #A69F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69F6D; }
p { color: rgb(166,159,109); }
H1.HeaderClassName
{
color: #A69F6D;
}
.AnyTagClassName
{
color: #A69F6D;
}
</style>
background-color css
<style>
a { background-color: #A69F6D; }
a { background-color: rgb(166,159,109); }
div.DivClassName
{
background-color: #A69F6D;
}
.BgClassName
{
background-color: #A69F6D;
}
</style>
border-color css
<style>
span { border-color: #A69F6D; }
span { border-color: rgb(166,159,109); }
td.TdClassName
{
border-color: #A69F6D;
}
.TagClassName
{
border-color: #A69F6D;
}
</style>