Shades of Tuscany #AF6344
Tints of Tuscany #AF6344
RGB
CMYK
RGB Variations
Color information
#AF6344 (or 0xAF6344) is known color: Tuscany. HEX triplet: AF, 63 and 44. RGB value is (175,99,68). Sum of RGB (Red+Green+Blue) = 175+99+68=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6344 is #509CBB. Grayscale: #767676. Windows color (decimal): -5283004 or 4481967. OLE color: 4481967.
HSL color Cylindrical-coordinate representation of color #AF6344: hue angle of 17.38º 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 #AF6344 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 68 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.31 |
| HSL | 17.38º | 0.44% | 0.48% | - |
| HSV(B) | 17.38º | 0.61% | 0.69% | - |
| XYZ | 23.18 | 18.46 | 7.81 | - |
| YUV | 118.19 | 99.68 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 68 | 0 | 0.43 | 0.61 | 0.31 | 17.38 | 0.44 | 0.48 |
| Hex | AF | 63 | 44 | 0 | 2B | 3D | 1F | 11 | 2C | 30 |
| Octal | 257 | 143 | 104 | 0 | 53 | 75 | 37 | 21 | 54 | 60 |
| Binary | 10101111 | 1100011 | 1000100 | 0 | 101011 | 111101 | 11111 | 10001 | 101100 | 110000 |
Color Harmonies of #AF6344
Complementary color
Monochromatic Colors of #AF6344
Black with #AF6344
Text Example
Text Example
White with #AF6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6344; }
p { color: rgb(175,99,68); }
H1.HeaderClassName
{
color: #AF6344;
}
.AnyTagClassName
{
color: #AF6344;
}
</style>
background-color css
<style>
a { background-color: #AF6344; }
a { background-color: rgb(175,99,68); }
div.DivClassName
{
background-color: #AF6344;
}
.BgClassName
{
background-color: #AF6344;
}
</style>
border-color css
<style>
span { border-color: #AF6344; }
span { border-color: rgb(175,99,68); }
td.TdClassName
{
border-color: #AF6344;
}
.TagClassName
{
border-color: #AF6344;
}
</style>