Shades of Tuscany #AF6345
Tints of Tuscany #AF6345
RGB
CMYK
RGB Variations
Color information
#AF6345 (or 0xAF6345) is known color: Tuscany. HEX triplet: AF, 63 and 45. RGB value is (175,99,69). Sum of RGB (Red+Green+Blue) = 175+99+69=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6345 is #509CBA. Grayscale: #767676. Windows color (decimal): -5283003 or 4547503. OLE color: 4547503.
HSL color Cylindrical-coordinate representation of color #AF6345: hue angle of 16.98º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF6345 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 69 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.31 |
| HSL | 16.98º | 0.43% | 0.48% | - |
| HSV(B) | 16.98º | 0.61% | 0.69% | - |
| XYZ | 23.22 | 18.47 | 7.97 | - |
| YUV | 118.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 69 | 0 | 0.43 | 0.61 | 0.31 | 16.98 | 0.43 | 0.48 |
| Hex | AF | 63 | 45 | 0 | 2B | 3D | 1F | 11 | 2B | 30 |
| Octal | 257 | 143 | 105 | 0 | 53 | 75 | 37 | 21 | 53 | 60 |
| Binary | 10101111 | 1100011 | 1000101 | 0 | 101011 | 111101 | 11111 | 10001 | 101011 | 110000 |
Color Harmonies of #AF6345
Complementary color
Monochromatic Colors of #AF6345
Black with #AF6345
Text Example
Text Example
White with #AF6345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6345; }
p { color: rgb(175,99,69); }
H1.HeaderClassName
{
color: #AF6345;
}
.AnyTagClassName
{
color: #AF6345;
}
</style>
background-color css
<style>
a { background-color: #AF6345; }
a { background-color: rgb(175,99,69); }
div.DivClassName
{
background-color: #AF6345;
}
.BgClassName
{
background-color: #AF6345;
}
</style>
border-color css
<style>
span { border-color: #AF6345; }
span { border-color: rgb(175,99,69); }
td.TdClassName
{
border-color: #AF6345;
}
.TagClassName
{
border-color: #AF6345;
}
</style>