Shades of Tuscany #A55F44
Tints of Tuscany #A55F44
RGB
CMYK
RGB Variations
Color information
#A55F44 (or 0xA55F44) is known color: Tuscany. HEX triplet: A5, 5F and 44. RGB value is (165,95,68). Sum of RGB (Red+Green+Blue) = 165+95+68=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55F44 is #5AA0BB. Grayscale: #717171. Windows color (decimal): -5939388 or 4480933. OLE color: 4480933.
HSL color Cylindrical-coordinate representation of color #A55F44: hue angle of 16.7º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A55F44 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 95 | 68 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.35 |
| HSL | 16.7º | 0.42% | 0.46% | - |
| HSV(B) | 16.7º | 0.59% | 0.65% | - |
| XYZ | 20.65 | 16.6 | 7.58 | - |
| YUV | 112.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 68 | 0 | 0.42 | 0.59 | 0.35 | 16.7 | 0.42 | 0.46 |
| Hex | A5 | 5F | 44 | 0 | 2A | 3B | 23 | 11 | 2A | 2E |
| Octal | 245 | 137 | 104 | 0 | 52 | 73 | 43 | 21 | 52 | 56 |
| Binary | 10100101 | 1011111 | 1000100 | 0 | 101010 | 111011 | 100011 | 10001 | 101010 | 101110 |
Color Harmonies of #A55F44
Complementary color
Monochromatic Colors of #A55F44
Black with #A55F44
Text Example
Text Example
White with #A55F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55F44; }
p { color: rgb(165,95,68); }
H1.HeaderClassName
{
color: #A55F44;
}
.AnyTagClassName
{
color: #A55F44;
}
</style>
background-color css
<style>
a { background-color: #A55F44; }
a { background-color: rgb(165,95,68); }
div.DivClassName
{
background-color: #A55F44;
}
.BgClassName
{
background-color: #A55F44;
}
</style>
border-color css
<style>
span { border-color: #A55F44; }
span { border-color: rgb(165,95,68); }
td.TdClassName
{
border-color: #A55F44;
}
.TagClassName
{
border-color: #A55F44;
}
</style>