Shades of Tallow #A49A6C
Tints of Tallow #A49A6C
RGB
CMYK
RGB Variations
Color information
#A49A6C (or 0xA49A6C) is known color: Tallow. HEX triplet: A4, 9A and 6C. RGB value is (164,154,108). Sum of RGB (Red+Green+Blue) = 164+154+108=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49A6C is #5B6593. Grayscale: #979797. Windows color (decimal): -5989780 or 7117476. OLE color: 7117476.
HSL color Cylindrical-coordinate representation of color #A49A6C: hue angle of 49.29º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A49A6C is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 154 | 108 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.36 |
| HSL | 49.29º | 0.24% | 0.53% | - |
| HSV(B) | 49.29º | 0.34% | 0.64% | - |
| XYZ | 29.57 | 32.09 | 18.82 | - |
| YUV | 151.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 108 | 0 | 0.06 | 0.34 | 0.36 | 49.29 | 0.24 | 0.53 |
| Hex | A4 | 9A | 6C | 0 | 6 | 22 | 24 | 31 | 18 | 35 |
| Octal | 244 | 232 | 154 | 0 | 6 | 42 | 44 | 61 | 30 | 65 |
| Binary | 10100100 | 10011010 | 1101100 | 0 | 110 | 100010 | 100100 | 110001 | 11000 | 110101 |
Color Harmonies of #A49A6C
Complementary color
Monochromatic Colors of #A49A6C
Black with #A49A6C
Text Example
Text Example
White with #A49A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49A6C; }
p { color: rgb(164,154,108); }
H1.HeaderClassName
{
color: #A49A6C;
}
.AnyTagClassName
{
color: #A49A6C;
}
</style>
background-color css
<style>
a { background-color: #A49A6C; }
a { background-color: rgb(164,154,108); }
div.DivClassName
{
background-color: #A49A6C;
}
.BgClassName
{
background-color: #A49A6C;
}
</style>
border-color css
<style>
span { border-color: #A49A6C; }
span { border-color: rgb(164,154,108); }
td.TdClassName
{
border-color: #A49A6C;
}
.TagClassName
{
border-color: #A49A6C;
}
</style>