Shades of Tuscany #AF6446
Tints of Tuscany #AF6446
RGB
CMYK
RGB Variations
Color information
#AF6446 (or 0xAF6446) is known color: Tuscany. HEX triplet: AF, 64 and 46. RGB value is (175,100,70). Sum of RGB (Red+Green+Blue) = 175+100+70=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6446 is #509BB9. Grayscale: #777777. Windows color (decimal): -5282746 or 4613295. OLE color: 4613295.
HSL color Cylindrical-coordinate representation of color #AF6446: hue angle of 17.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF6446 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 70 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.31 |
| HSL | 17.14º | 0.43% | 0.48% | - |
| HSV(B) | 17.14º | 0.6% | 0.69% | - |
| XYZ | 23.34 | 18.67 | 8.17 | - |
| YUV | 119.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 70 | 0 | 0.43 | 0.60 | 0.31 | 17.14 | 0.43 | 0.48 |
| Hex | AF | 64 | 46 | 0 | 2B | 3C | 1F | 11 | 2B | 30 |
| Octal | 257 | 144 | 106 | 0 | 53 | 74 | 37 | 21 | 53 | 60 |
| Binary | 10101111 | 1100100 | 1000110 | 0 | 101011 | 111100 | 11111 | 10001 | 101011 | 110000 |
Color Harmonies of #AF6446
Complementary color
Monochromatic Colors of #AF6446
Black with #AF6446
Text Example
Text Example
White with #AF6446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6446; }
p { color: rgb(175,100,70); }
H1.HeaderClassName
{
color: #AF6446;
}
.AnyTagClassName
{
color: #AF6446;
}
</style>
background-color css
<style>
a { background-color: #AF6446; }
a { background-color: rgb(175,100,70); }
div.DivClassName
{
background-color: #AF6446;
}
.BgClassName
{
background-color: #AF6446;
}
</style>
border-color css
<style>
span { border-color: #AF6446; }
span { border-color: rgb(175,100,70); }
td.TdClassName
{
border-color: #AF6446;
}
.TagClassName
{
border-color: #AF6446;
}
</style>