Shades of Tallow #A69870
Tints of Tallow #A69870
RGB
CMYK
RGB Variations
Color information
#A69870 (or 0xA69870) is known color: Tallow. HEX triplet: A6, 98 and 70. RGB value is (166,152,112). Sum of RGB (Red+Green+Blue) = 166+152+112=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A69870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69870 is #59678F. Grayscale: #979797. Windows color (decimal): -5859216 or 7379110. OLE color: 7379110.
HSL color Cylindrical-coordinate representation of color #A69870: hue angle of 44.44º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69870 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 112 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.35 |
| HSL | 44.44º | 0.23% | 0.55% | - |
| HSV(B) | 44.44º | 0.33% | 0.65% | - |
| XYZ | 29.88 | 31.73 | 19.88 | - |
| YUV | 151.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 112 | 0 | 0.08 | 0.33 | 0.35 | 44.44 | 0.23 | 0.55 |
| Hex | A6 | 98 | 70 | 0 | 8 | 21 | 23 | 2C | 17 | 37 |
| Octal | 246 | 230 | 160 | 0 | 10 | 41 | 43 | 54 | 27 | 67 |
| Binary | 10100110 | 10011000 | 1110000 | 0 | 1000 | 100001 | 100011 | 101100 | 10111 | 110111 |
Color Harmonies of #A69870
Complementary color
Monochromatic Colors of #A69870
Black with #A69870
Text Example
Text Example
White with #A69870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69870; }
p { color: rgb(166,152,112); }
H1.HeaderClassName
{
color: #A69870;
}
.AnyTagClassName
{
color: #A69870;
}
</style>
background-color css
<style>
a { background-color: #A69870; }
a { background-color: rgb(166,152,112); }
div.DivClassName
{
background-color: #A69870;
}
.BgClassName
{
background-color: #A69870;
}
</style>
border-color css
<style>
span { border-color: #A69870; }
span { border-color: rgb(166,152,112); }
td.TdClassName
{
border-color: #A69870;
}
.TagClassName
{
border-color: #A69870;
}
</style>