Shades of Tallow #A39575
Tints of Tallow #A39575
RGB
CMYK
RGB Variations
Color information
#A39575 (or 0xA39575) is known color: Tallow. HEX triplet: A3, 95 and 75. RGB value is (163,149,117). Sum of RGB (Red+Green+Blue) = 163+149+117=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A39575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39575 is #5C6A8A. Grayscale: #959595. Windows color (decimal): -6056587 or 7706019. OLE color: 7706019.
HSL color Cylindrical-coordinate representation of color #A39575: hue angle of 41.74º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A39575 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 117 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.36 |
| HSL | 41.74º | 0.2% | 0.55% | - |
| HSV(B) | 41.74º | 0.28% | 0.64% | - |
| XYZ | 29.06 | 30.57 | 21.2 | - |
| YUV | 149.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 117 | 0 | 0.09 | 0.28 | 0.36 | 41.74 | 0.2 | 0.55 |
| Hex | A3 | 95 | 75 | 0 | 9 | 1C | 24 | 2A | 14 | 37 |
| Octal | 243 | 225 | 165 | 0 | 11 | 34 | 44 | 52 | 24 | 67 |
| Binary | 10100011 | 10010101 | 1110101 | 0 | 1001 | 11100 | 100100 | 101010 | 10100 | 110111 |
Color Harmonies of #A39575
Complementary color
Monochromatic Colors of #A39575
Black with #A39575
Text Example
Text Example
White with #A39575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39575; }
p { color: rgb(163,149,117); }
H1.HeaderClassName
{
color: #A39575;
}
.AnyTagClassName
{
color: #A39575;
}
</style>
background-color css
<style>
a { background-color: #A39575; }
a { background-color: rgb(163,149,117); }
div.DivClassName
{
background-color: #A39575;
}
.BgClassName
{
background-color: #A39575;
}
</style>
border-color css
<style>
span { border-color: #A39575; }
span { border-color: rgb(163,149,117); }
td.TdClassName
{
border-color: #A39575;
}
.TagClassName
{
border-color: #A39575;
}
</style>