Shades of Tallow #A69E6E
Tints of Tallow #A69E6E
RGB
CMYK
RGB Variations
Color information
#A69E6E (or 0xA69E6E) is known color: Tallow. HEX triplet: A6, 9E and 6E. RGB value is (166,158,110). Sum of RGB (Red+Green+Blue) = 166+158+110=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69E6E is #596191. Grayscale: #9B9B9B. Windows color (decimal): -5857682 or 7249574. OLE color: 7249574.
HSL color Cylindrical-coordinate representation of color #A69E6E: hue angle of 51.43º 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 #A69E6E is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 158 | 110 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.35 |
| HSL | 51.43º | 0.24% | 0.54% | - |
| HSV(B) | 51.43º | 0.34% | 0.65% | - |
| XYZ | 30.77 | 33.69 | 19.63 | - |
| YUV | 154.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 110 | 0 | 0.05 | 0.34 | 0.35 | 51.43 | 0.24 | 0.54 |
| Hex | A6 | 9E | 6E | 0 | 5 | 22 | 23 | 33 | 18 | 36 |
| Octal | 246 | 236 | 156 | 0 | 5 | 42 | 43 | 63 | 30 | 66 |
| Binary | 10100110 | 10011110 | 1101110 | 0 | 101 | 100010 | 100011 | 110011 | 11000 | 110110 |
Color Harmonies of #A69E6E
Complementary color
Monochromatic Colors of #A69E6E
Black with #A69E6E
Text Example
Text Example
White with #A69E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69E6E; }
p { color: rgb(166,158,110); }
H1.HeaderClassName
{
color: #A69E6E;
}
.AnyTagClassName
{
color: #A69E6E;
}
</style>
background-color css
<style>
a { background-color: #A69E6E; }
a { background-color: rgb(166,158,110); }
div.DivClassName
{
background-color: #A69E6E;
}
.BgClassName
{
background-color: #A69E6E;
}
</style>
border-color css
<style>
span { border-color: #A69E6E; }
span { border-color: rgb(166,158,110); }
td.TdClassName
{
border-color: #A69E6E;
}
.TagClassName
{
border-color: #A69E6E;
}
</style>