Shades of Tallow #A5946E
Tints of Tallow #A5946E
RGB
CMYK
RGB Variations
Color information
#A5946E (or 0xA5946E) is known color: Tallow. HEX triplet: A5, 94 and 6E. RGB value is (165,148,110). Sum of RGB (Red+Green+Blue) = 165+148+110=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A5946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5946E is #5A6B91. Grayscale: #949494. Windows color (decimal): -5925778 or 7247013. OLE color: 7247013.
HSL color Cylindrical-coordinate representation of color #A5946E: hue angle of 41.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5946E is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 148 | 110 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.35 |
| HSL | 41.45º | 0.23% | 0.54% | - |
| HSV(B) | 41.45º | 0.33% | 0.65% | - |
| XYZ | 28.92 | 30.3 | 19.08 | - |
| YUV | 148.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 110 | 0 | 0.10 | 0.33 | 0.35 | 41.45 | 0.23 | 0.54 |
| Hex | A5 | 94 | 6E | 0 | A | 21 | 23 | 29 | 17 | 36 |
| Octal | 245 | 224 | 156 | 0 | 12 | 41 | 43 | 51 | 27 | 66 |
| Binary | 10100101 | 10010100 | 1101110 | 0 | 1010 | 100001 | 100011 | 101001 | 10111 | 110110 |
Color Harmonies of #A5946E
Complementary color
Monochromatic Colors of #A5946E
Black with #A5946E
Text Example
Text Example
White with #A5946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5946E; }
p { color: rgb(165,148,110); }
H1.HeaderClassName
{
color: #A5946E;
}
.AnyTagClassName
{
color: #A5946E;
}
</style>
background-color css
<style>
a { background-color: #A5946E; }
a { background-color: rgb(165,148,110); }
div.DivClassName
{
background-color: #A5946E;
}
.BgClassName
{
background-color: #A5946E;
}
</style>
border-color css
<style>
span { border-color: #A5946E; }
span { border-color: rgb(165,148,110); }
td.TdClassName
{
border-color: #A5946E;
}
.TagClassName
{
border-color: #A5946E;
}
</style>