Shades of Tallow #A19B75
Tints of Tallow #A19B75
RGB
CMYK
RGB Variations
Color information
#A19B75 (or 0xA19B75) is known color: Tallow. HEX triplet: A1, 9B and 75. RGB value is (161,155,117). Sum of RGB (Red+Green+Blue) = 161+155+117=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19B75 is #5E648A. Grayscale: #989898. Windows color (decimal): -6186123 or 7707553. OLE color: 7707553.
HSL color Cylindrical-coordinate representation of color #A19B75: hue angle of 51.82º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A19B75 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 117 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.37 |
| HSL | 51.82º | 0.19% | 0.55% | - |
| HSV(B) | 51.82º | 0.27% | 0.63% | - |
| XYZ | 29.63 | 32.3 | 21.5 | - |
| YUV | 152.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 117 | 0 | 0.04 | 0.27 | 0.37 | 51.82 | 0.19 | 0.55 |
| Hex | A1 | 9B | 75 | 0 | 4 | 1B | 25 | 34 | 13 | 37 |
| Octal | 241 | 233 | 165 | 0 | 4 | 33 | 45 | 64 | 23 | 67 |
| Binary | 10100001 | 10011011 | 1110101 | 0 | 100 | 11011 | 100101 | 110100 | 10011 | 110111 |
Color Harmonies of #A19B75
Complementary color
Monochromatic Colors of #A19B75
Black with #A19B75
Text Example
Text Example
White with #A19B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B75; }
p { color: rgb(161,155,117); }
H1.HeaderClassName
{
color: #A19B75;
}
.AnyTagClassName
{
color: #A19B75;
}
</style>
background-color css
<style>
a { background-color: #A19B75; }
a { background-color: rgb(161,155,117); }
div.DivClassName
{
background-color: #A19B75;
}
.BgClassName
{
background-color: #A19B75;
}
</style>
border-color css
<style>
span { border-color: #A19B75; }
span { border-color: rgb(161,155,117); }
td.TdClassName
{
border-color: #A19B75;
}
.TagClassName
{
border-color: #A19B75;
}
</style>