Shades of Tallow #A69879
Tints of Tallow #A69879
RGB
CMYK
RGB Variations
Color information
#A69879 (or 0xA69879) is known color: Tallow. HEX triplet: A6, 98 and 79. RGB value is (166,152,121). Sum of RGB (Red+Green+Blue) = 166+152+121=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A69879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69879 is #596786. Grayscale: #989898. Windows color (decimal): -5859207 or 7968934. OLE color: 7968934.
HSL color Cylindrical-coordinate representation of color #A69879: hue angle of 41.33º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A69879 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 121 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.35 |
| HSL | 41.33º | 0.2% | 0.56% | - |
| HSV(B) | 41.33º | 0.27% | 0.65% | - |
| XYZ | 30.41 | 31.94 | 22.65 | - |
| YUV | 152.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 121 | 0 | 0.08 | 0.27 | 0.35 | 41.33 | 0.2 | 0.56 |
| Hex | A6 | 98 | 79 | 0 | 8 | 1B | 23 | 29 | 14 | 38 |
| Octal | 246 | 230 | 171 | 0 | 10 | 33 | 43 | 51 | 24 | 70 |
| Binary | 10100110 | 10011000 | 1111001 | 0 | 1000 | 11011 | 100011 | 101001 | 10100 | 111000 |
Color Harmonies of #A69879
Complementary color
Monochromatic Colors of #A69879
Black with #A69879
Text Example
Text Example
White with #A69879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69879; }
p { color: rgb(166,152,121); }
H1.HeaderClassName
{
color: #A69879;
}
.AnyTagClassName
{
color: #A69879;
}
</style>
background-color css
<style>
a { background-color: #A69879; }
a { background-color: rgb(166,152,121); }
div.DivClassName
{
background-color: #A69879;
}
.BgClassName
{
background-color: #A69879;
}
</style>
border-color css
<style>
span { border-color: #A69879; }
span { border-color: rgb(166,152,121); }
td.TdClassName
{
border-color: #A69879;
}
.TagClassName
{
border-color: #A69879;
}
</style>