Shades of Tuscany #A56048
Tints of Tuscany #A56048
RGB
CMYK
RGB Variations
Color information
#A56048 (or 0xA56048) is known color: Tuscany. HEX triplet: A5, 60 and 48. RGB value is (165,96,72). Sum of RGB (Red+Green+Blue) = 165+96+72=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A56048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56048 is #5A9FB7. Grayscale: #727272. Windows color (decimal): -5939128 or 4743333. OLE color: 4743333.
HSL color Cylindrical-coordinate representation of color #A56048: hue angle of 15.48º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A56048 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 96 | 72 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.35 |
| HSL | 15.48º | 0.39% | 0.46% | - |
| HSV(B) | 15.48º | 0.56% | 0.65% | - |
| XYZ | 20.87 | 16.83 | 8.28 | - |
| YUV | 113.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 96 | 72 | 0 | 0.42 | 0.56 | 0.35 | 15.48 | 0.39 | 0.46 |
| Hex | A5 | 60 | 48 | 0 | 2A | 38 | 23 | F | 27 | 2E |
| Octal | 245 | 140 | 110 | 0 | 52 | 70 | 43 | 17 | 47 | 56 |
| Binary | 10100101 | 1100000 | 1001000 | 0 | 101010 | 111000 | 100011 | 1111 | 100111 | 101110 |
Color Harmonies of #A56048
Complementary color
Monochromatic Colors of #A56048
Black with #A56048
Text Example
Text Example
White with #A56048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56048; }
p { color: rgb(165,96,72); }
H1.HeaderClassName
{
color: #A56048;
}
.AnyTagClassName
{
color: #A56048;
}
</style>
background-color css
<style>
a { background-color: #A56048; }
a { background-color: rgb(165,96,72); }
div.DivClassName
{
background-color: #A56048;
}
.BgClassName
{
background-color: #A56048;
}
</style>
border-color css
<style>
span { border-color: #A56048; }
span { border-color: rgb(165,96,72); }
td.TdClassName
{
border-color: #A56048;
}
.TagClassName
{
border-color: #A56048;
}
</style>