Shades of Tuscany #AF6444
Tints of Tuscany #AF6444
RGB
CMYK
RGB Variations
Color information
#AF6444 (or 0xAF6444) is known color: Tuscany. HEX triplet: AF, 64 and 44. RGB value is (175,100,68). Sum of RGB (Red+Green+Blue) = 175+100+68=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6444 is #509BBB. Grayscale: #767676. Windows color (decimal): -5282748 or 4482223. OLE color: 4482223.
HSL color Cylindrical-coordinate representation of color #AF6444: hue angle of 17.94º degrees, saturation: 0.44, 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 #AF6444 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 68 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.31 |
| HSL | 17.94º | 0.44% | 0.48% | - |
| HSV(B) | 17.94º | 0.61% | 0.69% | - |
| XYZ | 23.28 | 18.65 | 7.84 | - |
| YUV | 118.78 | 99.35 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 68 | 0 | 0.43 | 0.61 | 0.31 | 17.94 | 0.44 | 0.48 |
| Hex | AF | 64 | 44 | 0 | 2B | 3D | 1F | 12 | 2C | 30 |
| Octal | 257 | 144 | 104 | 0 | 53 | 75 | 37 | 22 | 54 | 60 |
| Binary | 10101111 | 1100100 | 1000100 | 0 | 101011 | 111101 | 11111 | 10010 | 101100 | 110000 |
Color Harmonies of #AF6444
Complementary color
Monochromatic Colors of #AF6444
Black with #AF6444
Text Example
Text Example
White with #AF6444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6444; }
p { color: rgb(175,100,68); }
H1.HeaderClassName
{
color: #AF6444;
}
.AnyTagClassName
{
color: #AF6444;
}
</style>
background-color css
<style>
a { background-color: #AF6444; }
a { background-color: rgb(175,100,68); }
div.DivClassName
{
background-color: #AF6444;
}
.BgClassName
{
background-color: #AF6444;
}
</style>
border-color css
<style>
span { border-color: #AF6444; }
span { border-color: rgb(175,100,68); }
td.TdClassName
{
border-color: #AF6444;
}
.TagClassName
{
border-color: #AF6444;
}
</style>