Shades of Tallow #A5997D
Tints of Tallow #A5997D
RGB
CMYK
RGB Variations
Color information
#A5997D (or 0xA5997D) is known color: Tallow. HEX triplet: A5, 99 and 7D. RGB value is (165,153,125). Sum of RGB (Red+Green+Blue) = 165+153+125=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A5997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5997D is #5A6682. Grayscale: #999999. Windows color (decimal): -5924483 or 8231333. OLE color: 8231333.
HSL color Cylindrical-coordinate representation of color #A5997D: hue angle of 42º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5997D is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 153 | 125 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.35 |
| HSL | 42º | 0.18% | 0.57% | - |
| HSV(B) | 42º | 0.24% | 0.65% | - |
| XYZ | 30.61 | 32.26 | 24.02 | - |
| YUV | 153.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 125 | 0 | 0.07 | 0.24 | 0.35 | 42 | 0.18 | 0.57 |
| Hex | A5 | 99 | 7D | 0 | 7 | 18 | 23 | 2A | 12 | 39 |
| Octal | 245 | 231 | 175 | 0 | 7 | 30 | 43 | 52 | 22 | 71 |
| Binary | 10100101 | 10011001 | 1111101 | 0 | 111 | 11000 | 100011 | 101010 | 10010 | 111001 |
Color Harmonies of #A5997D
Complementary color
Monochromatic Colors of #A5997D
Black with #A5997D
Text Example
Text Example
White with #A5997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5997D; }
p { color: rgb(165,153,125); }
H1.HeaderClassName
{
color: #A5997D;
}
.AnyTagClassName
{
color: #A5997D;
}
</style>
background-color css
<style>
a { background-color: #A5997D; }
a { background-color: rgb(165,153,125); }
div.DivClassName
{
background-color: #A5997D;
}
.BgClassName
{
background-color: #A5997D;
}
</style>
border-color css
<style>
span { border-color: #A5997D; }
span { border-color: rgb(165,153,125); }
td.TdClassName
{
border-color: #A5997D;
}
.TagClassName
{
border-color: #A5997D;
}
</style>