Shades of Tuscany #AF593D
Tints of Tuscany #AF593D
RGB
CMYK
RGB Variations
Color information
#AF593D (or 0xAF593D) is known color: Tuscany. HEX triplet: AF, 59 and 3D. RGB value is (175,89,61). Sum of RGB (Red+Green+Blue) = 175+89+61=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF593D is #50A6C2. Grayscale: #6F6F6F. Windows color (decimal): -5285571 or 4020655. OLE color: 4020655.
HSL color Cylindrical-coordinate representation of color #AF593D: hue angle of 14.74º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF593D is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 61 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.31 |
| HSL | 14.74º | 0.48% | 0.46% | - |
| HSV(B) | 14.74º | 0.65% | 0.69% | - |
| XYZ | 22.09 | 16.6 | 6.45 | - |
| YUV | 111.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 61 | 0 | 0.49 | 0.65 | 0.31 | 14.74 | 0.48 | 0.46 |
| Hex | AF | 59 | 3D | 0 | 31 | 41 | 1F | F | 30 | 2E |
| Octal | 257 | 131 | 75 | 0 | 61 | 101 | 37 | 17 | 60 | 56 |
| Binary | 10101111 | 1011001 | 111101 | 0 | 110001 | 1000001 | 11111 | 1111 | 110000 | 101110 |
Color Harmonies of #AF593D
Complementary color
Monochromatic Colors of #AF593D
Black with #AF593D
Text Example
Text Example
White with #AF593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF593D; }
p { color: rgb(175,89,61); }
H1.HeaderClassName
{
color: #AF593D;
}
.AnyTagClassName
{
color: #AF593D;
}
</style>
background-color css
<style>
a { background-color: #AF593D; }
a { background-color: rgb(175,89,61); }
div.DivClassName
{
background-color: #AF593D;
}
.BgClassName
{
background-color: #AF593D;
}
</style>
border-color css
<style>
span { border-color: #AF593D; }
span { border-color: rgb(175,89,61); }
td.TdClassName
{
border-color: #AF593D;
}
.TagClassName
{
border-color: #AF593D;
}
</style>