Shades of Tuscany #AF6449
Tints of Tuscany #AF6449
RGB
CMYK
RGB Variations
Color information
#AF6449 (or 0xAF6449) is known color: Tuscany. HEX triplet: AF, 64 and 49. RGB value is (175,100,73). Sum of RGB (Red+Green+Blue) = 175+100+73=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6449 is #509BB6. Grayscale: #777777. Windows color (decimal): -5282743 or 4809903. OLE color: 4809903.
HSL color Cylindrical-coordinate representation of color #AF6449: hue angle of 15.88º 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 #AF6449 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 73 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.31 |
| HSL | 15.88º | 0.41% | 0.49% | - |
| HSV(B) | 15.88º | 0.58% | 0.69% | - |
| XYZ | 23.44 | 18.71 | 8.68 | - |
| YUV | 119.35 | 101.85 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 73 | 0 | 0.43 | 0.58 | 0.31 | 15.88 | 0.41 | 0.49 |
| Hex | AF | 64 | 49 | 0 | 2B | 3A | 1F | 10 | 29 | 31 |
| Octal | 257 | 144 | 111 | 0 | 53 | 72 | 37 | 20 | 51 | 61 |
| Binary | 10101111 | 1100100 | 1001001 | 0 | 101011 | 111010 | 11111 | 10000 | 101001 | 110001 |
Color Harmonies of #AF6449
Complementary color
Monochromatic Colors of #AF6449
Black with #AF6449
Text Example
Text Example
White with #AF6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6449; }
p { color: rgb(175,100,73); }
H1.HeaderClassName
{
color: #AF6449;
}
.AnyTagClassName
{
color: #AF6449;
}
</style>
background-color css
<style>
a { background-color: #AF6449; }
a { background-color: rgb(175,100,73); }
div.DivClassName
{
background-color: #AF6449;
}
.BgClassName
{
background-color: #AF6449;
}
</style>
border-color css
<style>
span { border-color: #AF6449; }
span { border-color: rgb(175,100,73); }
td.TdClassName
{
border-color: #AF6449;
}
.TagClassName
{
border-color: #AF6449;
}
</style>