Shades of Tallow #A49766
Tints of Tallow #A49766
RGB
CMYK
RGB Variations
Color information
#A49766 (or 0xA49766) is known color: Tallow. HEX triplet: A4, 97 and 66. RGB value is (164,151,102). Sum of RGB (Red+Green+Blue) = 164+151+102=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A49766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49766 is #5B6899. Grayscale: #959595. Windows color (decimal): -5990554 or 6723492. OLE color: 6723492.
HSL color Cylindrical-coordinate representation of color #A49766: hue angle of 47.42º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A49766 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 151 | 102 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.36 |
| HSL | 47.42º | 0.25% | 0.52% | - |
| HSV(B) | 47.42º | 0.38% | 0.64% | - |
| XYZ | 28.77 | 30.99 | 17.03 | - |
| YUV | 149.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 102 | 0 | 0.08 | 0.38 | 0.36 | 47.42 | 0.25 | 0.52 |
| Hex | A4 | 97 | 66 | 0 | 8 | 26 | 24 | 2F | 19 | 34 |
| Octal | 244 | 227 | 146 | 0 | 10 | 46 | 44 | 57 | 31 | 64 |
| Binary | 10100100 | 10010111 | 1100110 | 0 | 1000 | 100110 | 100100 | 101111 | 11001 | 110100 |
Color Harmonies of #A49766
Complementary color
Monochromatic Colors of #A49766
Black with #A49766
Text Example
Text Example
White with #A49766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49766; }
p { color: rgb(164,151,102); }
H1.HeaderClassName
{
color: #A49766;
}
.AnyTagClassName
{
color: #A49766;
}
</style>
background-color css
<style>
a { background-color: #A49766; }
a { background-color: rgb(164,151,102); }
div.DivClassName
{
background-color: #A49766;
}
.BgClassName
{
background-color: #A49766;
}
</style>
border-color css
<style>
span { border-color: #A49766; }
span { border-color: rgb(164,151,102); }
td.TdClassName
{
border-color: #A49766;
}
.TagClassName
{
border-color: #A49766;
}
</style>