Shades of Tallow #A2996B
Tints of Tallow #A2996B
RGB
CMYK
RGB Variations
Color information
#A2996B (or 0xA2996B) is known color: Tallow. HEX triplet: A2, 99 and 6B. RGB value is (162,153,107). Sum of RGB (Red+Green+Blue) = 162+153+107=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A2996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2996B is #5D6694. Grayscale: #969696. Windows color (decimal): -6121109 or 7051682. OLE color: 7051682.
HSL color Cylindrical-coordinate representation of color #A2996B: hue angle of 50.18º 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 #A2996B is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 107 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.36 |
| HSL | 50.18º | 0.23% | 0.53% | - |
| HSV(B) | 50.18º | 0.34% | 0.64% | - |
| XYZ | 28.95 | 31.53 | 18.47 | - |
| YUV | 150.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 107 | 0 | 0.06 | 0.34 | 0.36 | 50.18 | 0.23 | 0.53 |
| Hex | A2 | 99 | 6B | 0 | 6 | 22 | 24 | 32 | 17 | 35 |
| Octal | 242 | 231 | 153 | 0 | 6 | 42 | 44 | 62 | 27 | 65 |
| Binary | 10100010 | 10011001 | 1101011 | 0 | 110 | 100010 | 100100 | 110010 | 10111 | 110101 |
Color Harmonies of #A2996B
Complementary color
Monochromatic Colors of #A2996B
Black with #A2996B
Text Example
Text Example
White with #A2996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2996B; }
p { color: rgb(162,153,107); }
H1.HeaderClassName
{
color: #A2996B;
}
.AnyTagClassName
{
color: #A2996B;
}
</style>
background-color css
<style>
a { background-color: #A2996B; }
a { background-color: rgb(162,153,107); }
div.DivClassName
{
background-color: #A2996B;
}
.BgClassName
{
background-color: #A2996B;
}
</style>
border-color css
<style>
span { border-color: #A2996B; }
span { border-color: rgb(162,153,107); }
td.TdClassName
{
border-color: #A2996B;
}
.TagClassName
{
border-color: #A2996B;
}
</style>