Shades of Tallow #A49967
Tints of Tallow #A49967
RGB
CMYK
RGB Variations
Color information
#A49967 (or 0xA49967) is known color: Tallow. HEX triplet: A4, 99 and 67. RGB value is (164,153,103). Sum of RGB (Red+Green+Blue) = 164+153+103=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A49967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49967 is #5B6698. Grayscale: #969696. Windows color (decimal): -5990041 or 6789540. OLE color: 6789540.
HSL color Cylindrical-coordinate representation of color #A49967: hue angle of 49.18º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A49967 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 153 | 103 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.36 |
| HSL | 49.18º | 0.25% | 0.52% | - |
| HSV(B) | 49.18º | 0.37% | 0.64% | - |
| XYZ | 29.15 | 31.65 | 17.41 | - |
| YUV | 150.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 103 | 0 | 0.07 | 0.37 | 0.36 | 49.18 | 0.25 | 0.52 |
| Hex | A4 | 99 | 67 | 0 | 7 | 25 | 24 | 31 | 19 | 34 |
| Octal | 244 | 231 | 147 | 0 | 7 | 45 | 44 | 61 | 31 | 64 |
| Binary | 10100100 | 10011001 | 1100111 | 0 | 111 | 100101 | 100100 | 110001 | 11001 | 110100 |
Color Harmonies of #A49967
Complementary color
Monochromatic Colors of #A49967
Black with #A49967
Text Example
Text Example
White with #A49967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49967; }
p { color: rgb(164,153,103); }
H1.HeaderClassName
{
color: #A49967;
}
.AnyTagClassName
{
color: #A49967;
}
</style>
background-color css
<style>
a { background-color: #A49967; }
a { background-color: rgb(164,153,103); }
div.DivClassName
{
background-color: #A49967;
}
.BgClassName
{
background-color: #A49967;
}
</style>
border-color css
<style>
span { border-color: #A49967; }
span { border-color: rgb(164,153,103); }
td.TdClassName
{
border-color: #A49967;
}
.TagClassName
{
border-color: #A49967;
}
</style>