Shades of Tuscany #AF6549
Tints of Tuscany #AF6549
RGB
CMYK
RGB Variations
Color information
#AF6549 (or 0xAF6549) is known color: Tuscany. HEX triplet: AF, 65 and 49. RGB value is (175,101,73). Sum of RGB (Red+Green+Blue) = 175+101+73=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6549 is #509AB6. Grayscale: #787878. Windows color (decimal): -5282487 or 4810159. OLE color: 4810159.
HSL color Cylindrical-coordinate representation of color #AF6549: hue angle of 16.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF6549 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 73 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.31 |
| HSL | 16.47º | 0.41% | 0.49% | - |
| HSV(B) | 16.47º | 0.58% | 0.69% | - |
| XYZ | 23.54 | 18.9 | 8.71 | - |
| YUV | 119.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 73 | 0 | 0.42 | 0.58 | 0.31 | 16.47 | 0.41 | 0.49 |
| Hex | AF | 65 | 49 | 0 | 2A | 3A | 1F | 10 | 29 | 31 |
| Octal | 257 | 145 | 111 | 0 | 52 | 72 | 37 | 20 | 51 | 61 |
| Binary | 10101111 | 1100101 | 1001001 | 0 | 101010 | 111010 | 11111 | 10000 | 101001 | 110001 |
Color Harmonies of #AF6549
Complementary color
Monochromatic Colors of #AF6549
Black with #AF6549
Text Example
Text Example
White with #AF6549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6549; }
p { color: rgb(175,101,73); }
H1.HeaderClassName
{
color: #AF6549;
}
.AnyTagClassName
{
color: #AF6549;
}
</style>
background-color css
<style>
a { background-color: #AF6549; }
a { background-color: rgb(175,101,73); }
div.DivClassName
{
background-color: #AF6549;
}
.BgClassName
{
background-color: #AF6549;
}
</style>
border-color css
<style>
span { border-color: #AF6549; }
span { border-color: rgb(175,101,73); }
td.TdClassName
{
border-color: #AF6549;
}
.TagClassName
{
border-color: #AF6549;
}
</style>