Shades of Tallow #A3996D
Tints of Tallow #A3996D
RGB
CMYK
RGB Variations
Color information
#A3996D (or 0xA3996D) is known color: Tallow. HEX triplet: A3, 99 and 6D. RGB value is (163,153,109). Sum of RGB (Red+Green+Blue) = 163+153+109=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A3996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3996D is #5C6692. Grayscale: #979797. Windows color (decimal): -6055571 or 7182755. OLE color: 7182755.
HSL color Cylindrical-coordinate representation of color #A3996D: hue angle of 48.89º degrees, saturation: 0.23, 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 #A3996D is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 109 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.36 |
| HSL | 48.89º | 0.23% | 0.53% | - |
| HSV(B) | 48.89º | 0.33% | 0.64% | - |
| XYZ | 29.26 | 31.67 | 19.04 | - |
| YUV | 150.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 109 | 0 | 0.06 | 0.33 | 0.36 | 48.89 | 0.23 | 0.53 |
| Hex | A3 | 99 | 6D | 0 | 6 | 21 | 24 | 31 | 17 | 35 |
| Octal | 243 | 231 | 155 | 0 | 6 | 41 | 44 | 61 | 27 | 65 |
| Binary | 10100011 | 10011001 | 1101101 | 0 | 110 | 100001 | 100100 | 110001 | 10111 | 110101 |
Color Harmonies of #A3996D
Complementary color
Monochromatic Colors of #A3996D
Black with #A3996D
Text Example
Text Example
White with #A3996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3996D; }
p { color: rgb(163,153,109); }
H1.HeaderClassName
{
color: #A3996D;
}
.AnyTagClassName
{
color: #A3996D;
}
</style>
background-color css
<style>
a { background-color: #A3996D; }
a { background-color: rgb(163,153,109); }
div.DivClassName
{
background-color: #A3996D;
}
.BgClassName
{
background-color: #A3996D;
}
</style>
border-color css
<style>
span { border-color: #A3996D; }
span { border-color: rgb(163,153,109); }
td.TdClassName
{
border-color: #A3996D;
}
.TagClassName
{
border-color: #A3996D;
}
</style>