Shades of Tuscany #AF6547
Tints of Tuscany #AF6547
RGB
CMYK
RGB Variations
Color information
#AF6547 (or 0xAF6547) is known color: Tuscany. HEX triplet: AF, 65 and 47. RGB value is (175,101,71). Sum of RGB (Red+Green+Blue) = 175+101+71=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6547 is #509AB8. Grayscale: #777777. Windows color (decimal): -5282489 or 4679087. OLE color: 4679087.
HSL color Cylindrical-coordinate representation of color #AF6547: hue angle of 17.31º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF6547 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 71 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.31 |
| HSL | 17.31º | 0.42% | 0.48% | - |
| HSV(B) | 17.31º | 0.59% | 0.69% | - |
| XYZ | 23.47 | 18.88 | 8.37 | - |
| YUV | 119.71 | 100.52 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 71 | 0 | 0.42 | 0.59 | 0.31 | 17.31 | 0.42 | 0.48 |
| Hex | AF | 65 | 47 | 0 | 2A | 3B | 1F | 11 | 2A | 30 |
| Octal | 257 | 145 | 107 | 0 | 52 | 73 | 37 | 21 | 52 | 60 |
| Binary | 10101111 | 1100101 | 1000111 | 0 | 101010 | 111011 | 11111 | 10001 | 101010 | 110000 |
Color Harmonies of #AF6547
Complementary color
Monochromatic Colors of #AF6547
Black with #AF6547
Text Example
Text Example
White with #AF6547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6547; }
p { color: rgb(175,101,71); }
H1.HeaderClassName
{
color: #AF6547;
}
.AnyTagClassName
{
color: #AF6547;
}
</style>
background-color css
<style>
a { background-color: #AF6547; }
a { background-color: rgb(175,101,71); }
div.DivClassName
{
background-color: #AF6547;
}
.BgClassName
{
background-color: #AF6547;
}
</style>
border-color css
<style>
span { border-color: #AF6547; }
span { border-color: rgb(175,101,71); }
td.TdClassName
{
border-color: #AF6547;
}
.TagClassName
{
border-color: #AF6547;
}
</style>