Shades of Tallow #A2956B
Tints of Tallow #A2956B
RGB
CMYK
RGB Variations
Color information
#A2956B (or 0xA2956B) is known color: Tallow. HEX triplet: A2, 95 and 6B. RGB value is (162,149,107). Sum of RGB (Red+Green+Blue) = 162+149+107=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2956B is #5D6A94. Grayscale: #949494. Windows color (decimal): -6122133 or 7050658. OLE color: 7050658.
HSL color Cylindrical-coordinate representation of color #A2956B: hue angle of 45.82º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2956B is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 149 | 107 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.36 |
| HSL | 45.82º | 0.23% | 0.53% | - |
| HSV(B) | 45.82º | 0.34% | 0.64% | - |
| XYZ | 28.3 | 30.24 | 18.25 | - |
| YUV | 148.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 107 | 0 | 0.08 | 0.34 | 0.36 | 45.82 | 0.23 | 0.53 |
| Hex | A2 | 95 | 6B | 0 | 8 | 22 | 24 | 2E | 17 | 35 |
| Octal | 242 | 225 | 153 | 0 | 10 | 42 | 44 | 56 | 27 | 65 |
| Binary | 10100010 | 10010101 | 1101011 | 0 | 1000 | 100010 | 100100 | 101110 | 10111 | 110101 |
Color Harmonies of #A2956B
Complementary color
Monochromatic Colors of #A2956B
Black with #A2956B
Text Example
Text Example
White with #A2956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2956B; }
p { color: rgb(162,149,107); }
H1.HeaderClassName
{
color: #A2956B;
}
.AnyTagClassName
{
color: #A2956B;
}
</style>
background-color css
<style>
a { background-color: #A2956B; }
a { background-color: rgb(162,149,107); }
div.DivClassName
{
background-color: #A2956B;
}
.BgClassName
{
background-color: #A2956B;
}
</style>
border-color css
<style>
span { border-color: #A2956B; }
span { border-color: rgb(162,149,107); }
td.TdClassName
{
border-color: #A2956B;
}
.TagClassName
{
border-color: #A2956B;
}
</style>