Shades of Tallow #A2966D
Tints of Tallow #A2966D
RGB
CMYK
RGB Variations
Color information
#A2966D (or 0xA2966D) is known color: Tallow. HEX triplet: A2, 96 and 6D. RGB value is (162,150,109). Sum of RGB (Red+Green+Blue) = 162+150+109=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A2966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2966D is #5D6992. Grayscale: #959595. Windows color (decimal): -6121875 or 7181986. OLE color: 7181986.
HSL color Cylindrical-coordinate representation of color #A2966D: hue angle of 46.42º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2966D is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 109 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.36 |
| HSL | 46.42º | 0.22% | 0.53% | - |
| HSV(B) | 46.42º | 0.33% | 0.64% | - |
| XYZ | 28.57 | 30.6 | 18.87 | - |
| YUV | 148.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 109 | 0 | 0.07 | 0.33 | 0.36 | 46.42 | 0.22 | 0.53 |
| Hex | A2 | 96 | 6D | 0 | 7 | 21 | 24 | 2E | 16 | 35 |
| Octal | 242 | 226 | 155 | 0 | 7 | 41 | 44 | 56 | 26 | 65 |
| Binary | 10100010 | 10010110 | 1101101 | 0 | 111 | 100001 | 100100 | 101110 | 10110 | 110101 |
Color Harmonies of #A2966D
Complementary color
Monochromatic Colors of #A2966D
Black with #A2966D
Text Example
Text Example
White with #A2966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2966D; }
p { color: rgb(162,150,109); }
H1.HeaderClassName
{
color: #A2966D;
}
.AnyTagClassName
{
color: #A2966D;
}
</style>
background-color css
<style>
a { background-color: #A2966D; }
a { background-color: rgb(162,150,109); }
div.DivClassName
{
background-color: #A2966D;
}
.BgClassName
{
background-color: #A2966D;
}
</style>
border-color css
<style>
span { border-color: #A2966D; }
span { border-color: rgb(162,150,109); }
td.TdClassName
{
border-color: #A2966D;
}
.TagClassName
{
border-color: #A2966D;
}
</style>