Shades of Tallow #A49869
Tints of Tallow #A49869
RGB
CMYK
RGB Variations
Color information
#A49869 (or 0xA49869) is known color: Tallow. HEX triplet: A4, 98 and 69. RGB value is (164,152,105). Sum of RGB (Red+Green+Blue) = 164+152+105=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A49869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49869 is #5B6796. Grayscale: #969696. Windows color (decimal): -5990295 or 6920356. OLE color: 6920356.
HSL color Cylindrical-coordinate representation of color #A49869: hue angle of 47.8º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A49869 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 152 | 105 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.36 |
| HSL | 47.8º | 0.24% | 0.53% | - |
| HSV(B) | 47.8º | 0.36% | 0.64% | - |
| XYZ | 29.09 | 31.37 | 17.89 | - |
| YUV | 150.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 105 | 0 | 0.07 | 0.36 | 0.36 | 47.8 | 0.24 | 0.53 |
| Hex | A4 | 98 | 69 | 0 | 7 | 24 | 24 | 30 | 18 | 35 |
| Octal | 244 | 230 | 151 | 0 | 7 | 44 | 44 | 60 | 30 | 65 |
| Binary | 10100100 | 10011000 | 1101001 | 0 | 111 | 100100 | 100100 | 110000 | 11000 | 110101 |
Color Harmonies of #A49869
Complementary color
Monochromatic Colors of #A49869
Black with #A49869
Text Example
Text Example
White with #A49869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49869; }
p { color: rgb(164,152,105); }
H1.HeaderClassName
{
color: #A49869;
}
.AnyTagClassName
{
color: #A49869;
}
</style>
background-color css
<style>
a { background-color: #A49869; }
a { background-color: rgb(164,152,105); }
div.DivClassName
{
background-color: #A49869;
}
.BgClassName
{
background-color: #A49869;
}
</style>
border-color css
<style>
span { border-color: #A49869; }
span { border-color: rgb(164,152,105); }
td.TdClassName
{
border-color: #A49869;
}
.TagClassName
{
border-color: #A49869;
}
</style>