Shades of Tuscany #AF6445
Tints of Tuscany #AF6445
RGB
CMYK
RGB Variations
Color information
#AF6445 (or 0xAF6445) is known color: Tuscany. HEX triplet: AF, 64 and 45. RGB value is (175,100,69). Sum of RGB (Red+Green+Blue) = 175+100+69=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6445 is #509BBA. Grayscale: #777777. Windows color (decimal): -5282747 or 4547759. OLE color: 4547759.
HSL color Cylindrical-coordinate representation of color #AF6445: hue angle of 17.55º 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 #AF6445 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 69 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.31 |
| HSL | 17.55º | 0.43% | 0.48% | - |
| HSV(B) | 17.55º | 0.61% | 0.69% | - |
| XYZ | 23.31 | 18.66 | 8 | - |
| YUV | 118.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 69 | 0 | 0.43 | 0.61 | 0.31 | 17.55 | 0.43 | 0.48 |
| Hex | AF | 64 | 45 | 0 | 2B | 3D | 1F | 12 | 2B | 30 |
| Octal | 257 | 144 | 105 | 0 | 53 | 75 | 37 | 22 | 53 | 60 |
| Binary | 10101111 | 1100100 | 1000101 | 0 | 101011 | 111101 | 11111 | 10010 | 101011 | 110000 |
Color Harmonies of #AF6445
Complementary color
Monochromatic Colors of #AF6445
Black with #AF6445
Text Example
Text Example
White with #AF6445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6445; }
p { color: rgb(175,100,69); }
H1.HeaderClassName
{
color: #AF6445;
}
.AnyTagClassName
{
color: #AF6445;
}
</style>
background-color css
<style>
a { background-color: #AF6445; }
a { background-color: rgb(175,100,69); }
div.DivClassName
{
background-color: #AF6445;
}
.BgClassName
{
background-color: #AF6445;
}
</style>
border-color css
<style>
span { border-color: #AF6445; }
span { border-color: rgb(175,100,69); }
td.TdClassName
{
border-color: #AF6445;
}
.TagClassName
{
border-color: #AF6445;
}
</style>