Shades of Tallow #A69869
Tints of Tallow #A69869
RGB
CMYK
RGB Variations
Color information
#A69869 (or 0xA69869) is known color: Tallow. HEX triplet: A6, 98 and 69. RGB value is (166,152,105). Sum of RGB (Red+Green+Blue) = 166+152+105=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A69869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69869 is #596796. Grayscale: #979797. Windows color (decimal): -5859223 or 6920358. OLE color: 6920358.
HSL color Cylindrical-coordinate representation of color #A69869: hue angle of 46.23º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A69869 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 105 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.35 |
| HSL | 46.23º | 0.26% | 0.53% | - |
| HSV(B) | 46.23º | 0.37% | 0.65% | - |
| XYZ | 29.5 | 31.58 | 17.91 | - |
| YUV | 150.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 105 | 0 | 0.08 | 0.37 | 0.35 | 46.23 | 0.26 | 0.53 |
| Hex | A6 | 98 | 69 | 0 | 8 | 25 | 23 | 2E | 1A | 35 |
| Octal | 246 | 230 | 151 | 0 | 10 | 45 | 43 | 56 | 32 | 65 |
| Binary | 10100110 | 10011000 | 1101001 | 0 | 1000 | 100101 | 100011 | 101110 | 11010 | 110101 |
Color Harmonies of #A69869
Complementary color
Monochromatic Colors of #A69869
Black with #A69869
Text Example
Text Example
White with #A69869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69869; }
p { color: rgb(166,152,105); }
H1.HeaderClassName
{
color: #A69869;
}
.AnyTagClassName
{
color: #A69869;
}
</style>
background-color css
<style>
a { background-color: #A69869; }
a { background-color: rgb(166,152,105); }
div.DivClassName
{
background-color: #A69869;
}
.BgClassName
{
background-color: #A69869;
}
</style>
border-color css
<style>
span { border-color: #A69869; }
span { border-color: rgb(166,152,105); }
td.TdClassName
{
border-color: #A69869;
}
.TagClassName
{
border-color: #A69869;
}
</style>