Shades of Tallow #A29473
Tints of Tallow #A29473
RGB
CMYK
RGB Variations
Color information
#A29473 (or 0xA29473) is known color: Tallow. HEX triplet: A2, 94 and 73. RGB value is (162,148,115). Sum of RGB (Red+Green+Blue) = 162+148+115=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A29473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29473 is #5D6B8C. Grayscale: #949494. Windows color (decimal): -6122381 or 7574690. OLE color: 7574690.
HSL color Cylindrical-coordinate representation of color #A29473: hue angle of 42.13º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A29473 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 148 | 115 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.36 |
| HSL | 42.13º | 0.2% | 0.54% | - |
| HSV(B) | 42.13º | 0.29% | 0.64% | - |
| XYZ | 28.58 | 30.1 | 20.52 | - |
| YUV | 148.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 115 | 0 | 0.09 | 0.29 | 0.36 | 42.13 | 0.2 | 0.54 |
| Hex | A2 | 94 | 73 | 0 | 9 | 1D | 24 | 2A | 14 | 36 |
| Octal | 242 | 224 | 163 | 0 | 11 | 35 | 44 | 52 | 24 | 66 |
| Binary | 10100010 | 10010100 | 1110011 | 0 | 1001 | 11101 | 100100 | 101010 | 10100 | 110110 |
Color Harmonies of #A29473
Complementary color
Monochromatic Colors of #A29473
Black with #A29473
Text Example
Text Example
White with #A29473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29473; }
p { color: rgb(162,148,115); }
H1.HeaderClassName
{
color: #A29473;
}
.AnyTagClassName
{
color: #A29473;
}
</style>
background-color css
<style>
a { background-color: #A29473; }
a { background-color: rgb(162,148,115); }
div.DivClassName
{
background-color: #A29473;
}
.BgClassName
{
background-color: #A29473;
}
</style>
border-color css
<style>
span { border-color: #A29473; }
span { border-color: rgb(162,148,115); }
td.TdClassName
{
border-color: #A29473;
}
.TagClassName
{
border-color: #A29473;
}
</style>