Shades of Tallow #A29672
Tints of Tallow #A29672
RGB
CMYK
RGB Variations
Color information
#A29672 (or 0xA29672) is known color: Tallow. HEX triplet: A2, 96 and 72. RGB value is (162,150,114). Sum of RGB (Red+Green+Blue) = 162+150+114=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A29672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29672 is #5D698D. Grayscale: #959595. Windows color (decimal): -6121870 or 7509666. OLE color: 7509666.
HSL color Cylindrical-coordinate representation of color #A29672: hue angle of 45º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29672 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 114 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.36 |
| HSL | 45º | 0.21% | 0.54% | - |
| HSV(B) | 45º | 0.3% | 0.64% | - |
| XYZ | 28.84 | 30.71 | 20.33 | - |
| YUV | 149.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 114 | 0 | 0.07 | 0.30 | 0.36 | 45 | 0.21 | 0.54 |
| Hex | A2 | 96 | 72 | 0 | 7 | 1E | 24 | 2D | 15 | 36 |
| Octal | 242 | 226 | 162 | 0 | 7 | 36 | 44 | 55 | 25 | 66 |
| Binary | 10100010 | 10010110 | 1110010 | 0 | 111 | 11110 | 100100 | 101101 | 10101 | 110110 |
Color Harmonies of #A29672
Complementary color
Monochromatic Colors of #A29672
Black with #A29672
Text Example
Text Example
White with #A29672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29672; }
p { color: rgb(162,150,114); }
H1.HeaderClassName
{
color: #A29672;
}
.AnyTagClassName
{
color: #A29672;
}
</style>
background-color css
<style>
a { background-color: #A29672; }
a { background-color: rgb(162,150,114); }
div.DivClassName
{
background-color: #A29672;
}
.BgClassName
{
background-color: #A29672;
}
</style>
border-color css
<style>
span { border-color: #A29672; }
span { border-color: rgb(162,150,114); }
td.TdClassName
{
border-color: #A29672;
}
.TagClassName
{
border-color: #A29672;
}
</style>