Shades of Tallow #A29676
Tints of Tallow #A29676
RGB
CMYK
RGB Variations
Color information
#A29676 (or 0xA29676) is known color: Tallow. HEX triplet: A2, 96 and 76. RGB value is (162,150,118). Sum of RGB (Red+Green+Blue) = 162+150+118=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A29676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29676 is #5D6989. Grayscale: #969696. Windows color (decimal): -6121866 or 7771810. OLE color: 7771810.
HSL color Cylindrical-coordinate representation of color #A29676: hue angle of 43.64º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A29676 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 118 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.36 |
| HSL | 43.64º | 0.19% | 0.55% | - |
| HSV(B) | 43.64º | 0.27% | 0.64% | - |
| XYZ | 29.08 | 30.8 | 21.55 | - |
| YUV | 149.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 118 | 0 | 0.07 | 0.27 | 0.36 | 43.64 | 0.19 | 0.55 |
| Hex | A2 | 96 | 76 | 0 | 7 | 1B | 24 | 2C | 13 | 37 |
| Octal | 242 | 226 | 166 | 0 | 7 | 33 | 44 | 54 | 23 | 67 |
| Binary | 10100010 | 10010110 | 1110110 | 0 | 111 | 11011 | 100100 | 101100 | 10011 | 110111 |
Color Harmonies of #A29676
Complementary color
Monochromatic Colors of #A29676
Black with #A29676
Text Example
Text Example
White with #A29676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29676; }
p { color: rgb(162,150,118); }
H1.HeaderClassName
{
color: #A29676;
}
.AnyTagClassName
{
color: #A29676;
}
</style>
background-color css
<style>
a { background-color: #A29676; }
a { background-color: rgb(162,150,118); }
div.DivClassName
{
background-color: #A29676;
}
.BgClassName
{
background-color: #A29676;
}
</style>
border-color css
<style>
span { border-color: #A29676; }
span { border-color: rgb(162,150,118); }
td.TdClassName
{
border-color: #A29676;
}
.TagClassName
{
border-color: #A29676;
}
</style>