Shades of Tuscany #AB5C3C
Tints of Tuscany #AB5C3C
RGB
CMYK
RGB Variations
Color information
#AB5C3C (or 0xAB5C3C) is known color: Tuscany. HEX triplet: AB, 5C and 3C. RGB value is (171,92,60). Sum of RGB (Red+Green+Blue) = 171+92+60=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5C3C is #54A3C3. Grayscale: #707070. Windows color (decimal): -5546948 or 3955883. OLE color: 3955883.
HSL color Cylindrical-coordinate representation of color #AB5C3C: hue angle of 17.3º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB5C3C is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 92 | 60 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.33 |
| HSL | 17.3º | 0.48% | 0.45% | - |
| HSV(B) | 17.3º | 0.65% | 0.67% | - |
| XYZ | 21.44 | 16.64 | 6.36 | - |
| YUV | 111.97 | 98.67 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 60 | 0 | 0.46 | 0.65 | 0.33 | 17.3 | 0.48 | 0.45 |
| Hex | AB | 5C | 3C | 0 | 2E | 41 | 21 | 11 | 30 | 2D |
| Octal | 253 | 134 | 74 | 0 | 56 | 101 | 41 | 21 | 60 | 55 |
| Binary | 10101011 | 1011100 | 111100 | 0 | 101110 | 1000001 | 100001 | 10001 | 110000 | 101101 |
Color Harmonies of #AB5C3C
Complementary color
Monochromatic Colors of #AB5C3C
Black with #AB5C3C
Text Example
Text Example
White with #AB5C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5C3C; }
p { color: rgb(171,92,60); }
H1.HeaderClassName
{
color: #AB5C3C;
}
.AnyTagClassName
{
color: #AB5C3C;
}
</style>
background-color css
<style>
a { background-color: #AB5C3C; }
a { background-color: rgb(171,92,60); }
div.DivClassName
{
background-color: #AB5C3C;
}
.BgClassName
{
background-color: #AB5C3C;
}
</style>
border-color css
<style>
span { border-color: #AB5C3C; }
span { border-color: rgb(171,92,60); }
td.TdClassName
{
border-color: #AB5C3C;
}
.TagClassName
{
border-color: #AB5C3C;
}
</style>