Shades of Tallow #A2996C
Tints of Tallow #A2996C
RGB
CMYK
RGB Variations
Color information
#A2996C (or 0xA2996C) is known color: Tallow. HEX triplet: A2, 99 and 6C. RGB value is (162,153,108). Sum of RGB (Red+Green+Blue) = 162+153+108=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A2996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2996C is #5D6693. Grayscale: #969696. Windows color (decimal): -6121108 or 7117218. OLE color: 7117218.
HSL color Cylindrical-coordinate representation of color #A2996C: hue angle of 50º 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 #A2996C is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 108 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.36 |
| HSL | 50º | 0.23% | 0.53% | - |
| HSV(B) | 50º | 0.33% | 0.64% | - |
| XYZ | 29 | 31.55 | 18.75 | - |
| YUV | 150.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 108 | 0 | 0.06 | 0.33 | 0.36 | 50 | 0.23 | 0.53 |
| Hex | A2 | 99 | 6C | 0 | 6 | 21 | 24 | 32 | 16 | 35 |
| Octal | 242 | 231 | 154 | 0 | 6 | 41 | 44 | 62 | 26 | 65 |
| Binary | 10100010 | 10011001 | 1101100 | 0 | 110 | 100001 | 100100 | 110010 | 10110 | 110101 |
Color Harmonies of #A2996C
Complementary color
Monochromatic Colors of #A2996C
Black with #A2996C
Text Example
Text Example
White with #A2996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2996C; }
p { color: rgb(162,153,108); }
H1.HeaderClassName
{
color: #A2996C;
}
.AnyTagClassName
{
color: #A2996C;
}
</style>
background-color css
<style>
a { background-color: #A2996C; }
a { background-color: rgb(162,153,108); }
div.DivClassName
{
background-color: #A2996C;
}
.BgClassName
{
background-color: #A2996C;
}
</style>
border-color css
<style>
span { border-color: #A2996C; }
span { border-color: rgb(162,153,108); }
td.TdClassName
{
border-color: #A2996C;
}
.TagClassName
{
border-color: #A2996C;
}
</style>