Shades of Tuscany #AF6844
Tints of Tuscany #AF6844
RGB
CMYK
RGB Variations
Color information
#AF6844 (or 0xAF6844) is known color: Tuscany. HEX triplet: AF, 68 and 44. RGB value is (175,104,68). Sum of RGB (Red+Green+Blue) = 175+104+68=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6844 is #5097BB. Grayscale: #797979. Windows color (decimal): -5281724 or 4483247. OLE color: 4483247.
HSL color Cylindrical-coordinate representation of color #AF6844: hue angle of 20.19º 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 #AF6844 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 68 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.31 |
| HSL | 20.19º | 0.44% | 0.48% | - |
| HSV(B) | 20.19º | 0.61% | 0.69% | - |
| XYZ | 23.67 | 19.43 | 7.97 | - |
| YUV | 121.13 | 98.02 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 68 | 0 | 0.41 | 0.61 | 0.31 | 20.19 | 0.44 | 0.48 |
| Hex | AF | 68 | 44 | 0 | 29 | 3D | 1F | 14 | 2C | 30 |
| Octal | 257 | 150 | 104 | 0 | 51 | 75 | 37 | 24 | 54 | 60 |
| Binary | 10101111 | 1101000 | 1000100 | 0 | 101001 | 111101 | 11111 | 10100 | 101100 | 110000 |
Color Harmonies of #AF6844
Complementary color
Monochromatic Colors of #AF6844
Black with #AF6844
Text Example
Text Example
White with #AF6844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6844; }
p { color: rgb(175,104,68); }
H1.HeaderClassName
{
color: #AF6844;
}
.AnyTagClassName
{
color: #AF6844;
}
</style>
background-color css
<style>
a { background-color: #AF6844; }
a { background-color: rgb(175,104,68); }
div.DivClassName
{
background-color: #AF6844;
}
.BgClassName
{
background-color: #AF6844;
}
</style>
border-color css
<style>
span { border-color: #AF6844; }
span { border-color: rgb(175,104,68); }
td.TdClassName
{
border-color: #AF6844;
}
.TagClassName
{
border-color: #AF6844;
}
</style>