Shades of Tallow #A19977
Tints of Tallow #A19977
RGB
CMYK
RGB Variations
Color information
#A19977 (or 0xA19977) is known color: Tallow. HEX triplet: A1, 99 and 77. RGB value is (161,153,119). Sum of RGB (Red+Green+Blue) = 161+153+119=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A19977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19977 is #5E6688. Grayscale: #979797. Windows color (decimal): -6186633 or 7838113. OLE color: 7838113.
HSL color Cylindrical-coordinate representation of color #A19977: hue angle of 48.57º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A19977 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 119 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.37 |
| HSL | 48.57º | 0.18% | 0.55% | - |
| HSV(B) | 48.57º | 0.26% | 0.63% | - |
| XYZ | 29.42 | 31.69 | 22.02 | - |
| YUV | 151.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 119 | 0 | 0.05 | 0.26 | 0.37 | 48.57 | 0.18 | 0.55 |
| Hex | A1 | 99 | 77 | 0 | 5 | 1A | 25 | 31 | 12 | 37 |
| Octal | 241 | 231 | 167 | 0 | 5 | 32 | 45 | 61 | 22 | 67 |
| Binary | 10100001 | 10011001 | 1110111 | 0 | 101 | 11010 | 100101 | 110001 | 10010 | 110111 |
Color Harmonies of #A19977
Complementary color
Monochromatic Colors of #A19977
Black with #A19977
Text Example
Text Example
White with #A19977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19977; }
p { color: rgb(161,153,119); }
H1.HeaderClassName
{
color: #A19977;
}
.AnyTagClassName
{
color: #A19977;
}
</style>
background-color css
<style>
a { background-color: #A19977; }
a { background-color: rgb(161,153,119); }
div.DivClassName
{
background-color: #A19977;
}
.BgClassName
{
background-color: #A19977;
}
</style>
border-color css
<style>
span { border-color: #A19977; }
span { border-color: rgb(161,153,119); }
td.TdClassName
{
border-color: #A19977;
}
.TagClassName
{
border-color: #A19977;
}
</style>