Shades of Tallow #A39B74
Tints of Tallow #A39B74
RGB
CMYK
RGB Variations
Color information
#A39B74 (or 0xA39B74) is known color: Tallow. HEX triplet: A3, 9B and 74. RGB value is (163,155,116). Sum of RGB (Red+Green+Blue) = 163+155+116=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39B74 is #5C648B. Grayscale: #999999. Windows color (decimal): -6055052 or 7642019. OLE color: 7642019.
HSL color Cylindrical-coordinate representation of color #A39B74: hue angle of 49.79º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A39B74 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 155 | 116 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.36 |
| HSL | 49.79º | 0.2% | 0.55% | - |
| HSV(B) | 49.79º | 0.29% | 0.64% | - |
| XYZ | 29.98 | 32.49 | 21.21 | - |
| YUV | 152.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 116 | 0 | 0.05 | 0.29 | 0.36 | 49.79 | 0.2 | 0.55 |
| Hex | A3 | 9B | 74 | 0 | 5 | 1D | 24 | 32 | 14 | 37 |
| Octal | 243 | 233 | 164 | 0 | 5 | 35 | 44 | 62 | 24 | 67 |
| Binary | 10100011 | 10011011 | 1110100 | 0 | 101 | 11101 | 100100 | 110010 | 10100 | 110111 |
Color Harmonies of #A39B74
Complementary color
Monochromatic Colors of #A39B74
Black with #A39B74
Text Example
Text Example
White with #A39B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39B74; }
p { color: rgb(163,155,116); }
H1.HeaderClassName
{
color: #A39B74;
}
.AnyTagClassName
{
color: #A39B74;
}
</style>
background-color css
<style>
a { background-color: #A39B74; }
a { background-color: rgb(163,155,116); }
div.DivClassName
{
background-color: #A39B74;
}
.BgClassName
{
background-color: #A39B74;
}
</style>
border-color css
<style>
span { border-color: #A39B74; }
span { border-color: rgb(163,155,116); }
td.TdClassName
{
border-color: #A39B74;
}
.TagClassName
{
border-color: #A39B74;
}
</style>