Shades of Tuscany #AF6648
Tints of Tuscany #AF6648
RGB
CMYK
RGB Variations
Color information
#AF6648 (or 0xAF6648) is known color: Tuscany. HEX triplet: AF, 66 and 48. RGB value is (175,102,72). Sum of RGB (Red+Green+Blue) = 175+102+72=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6648 is #5099B7. Grayscale: #787878. Windows color (decimal): -5282232 or 4744879. OLE color: 4744879.
HSL color Cylindrical-coordinate representation of color #AF6648: hue angle of 17.48º 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 #AF6648 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 72 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.31 |
| HSL | 17.48º | 0.42% | 0.48% | - |
| HSV(B) | 17.48º | 0.59% | 0.69% | - |
| XYZ | 23.6 | 19.08 | 8.57 | - |
| YUV | 120.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 72 | 0 | 0.42 | 0.59 | 0.31 | 17.48 | 0.42 | 0.48 |
| Hex | AF | 66 | 48 | 0 | 2A | 3B | 1F | 11 | 2A | 30 |
| Octal | 257 | 146 | 110 | 0 | 52 | 73 | 37 | 21 | 52 | 60 |
| Binary | 10101111 | 1100110 | 1001000 | 0 | 101010 | 111011 | 11111 | 10001 | 101010 | 110000 |
Color Harmonies of #AF6648
Complementary color
Monochromatic Colors of #AF6648
Black with #AF6648
Text Example
Text Example
White with #AF6648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6648; }
p { color: rgb(175,102,72); }
H1.HeaderClassName
{
color: #AF6648;
}
.AnyTagClassName
{
color: #AF6648;
}
</style>
background-color css
<style>
a { background-color: #AF6648; }
a { background-color: rgb(175,102,72); }
div.DivClassName
{
background-color: #AF6648;
}
.BgClassName
{
background-color: #AF6648;
}
</style>
border-color css
<style>
span { border-color: #AF6648; }
span { border-color: rgb(175,102,72); }
td.TdClassName
{
border-color: #AF6648;
}
.TagClassName
{
border-color: #AF6648;
}
</style>