Shades of Tallow #A3986E
Tints of Tallow #A3986E
RGB
CMYK
RGB Variations
Color information
#A3986E (or 0xA3986E) is known color: Tallow. HEX triplet: A3, 98 and 6E. RGB value is (163,152,110). Sum of RGB (Red+Green+Blue) = 163+152+110=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A3986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3986E is #5C6791. Grayscale: #969696. Windows color (decimal): -6055826 or 7248035. OLE color: 7248035.
HSL color Cylindrical-coordinate representation of color #A3986E: hue angle of 47.55º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3986E is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 152 | 110 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.36 |
| HSL | 47.55º | 0.22% | 0.54% | - |
| HSV(B) | 47.55º | 0.33% | 0.64% | - |
| XYZ | 29.15 | 31.37 | 19.27 | - |
| YUV | 150.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 110 | 0 | 0.07 | 0.33 | 0.36 | 47.55 | 0.22 | 0.54 |
| Hex | A3 | 98 | 6E | 0 | 7 | 21 | 24 | 30 | 16 | 36 |
| Octal | 243 | 230 | 156 | 0 | 7 | 41 | 44 | 60 | 26 | 66 |
| Binary | 10100011 | 10011000 | 1101110 | 0 | 111 | 100001 | 100100 | 110000 | 10110 | 110110 |
Color Harmonies of #A3986E
Complementary color
Monochromatic Colors of #A3986E
Black with #A3986E
Text Example
Text Example
White with #A3986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3986E; }
p { color: rgb(163,152,110); }
H1.HeaderClassName
{
color: #A3986E;
}
.AnyTagClassName
{
color: #A3986E;
}
</style>
background-color css
<style>
a { background-color: #A3986E; }
a { background-color: rgb(163,152,110); }
div.DivClassName
{
background-color: #A3986E;
}
.BgClassName
{
background-color: #A3986E;
}
</style>
border-color css
<style>
span { border-color: #A3986E; }
span { border-color: rgb(163,152,110); }
td.TdClassName
{
border-color: #A3986E;
}
.TagClassName
{
border-color: #A3986E;
}
</style>