Shades of Tuscany #AF6748
Tints of Tuscany #AF6748
RGB
CMYK
RGB Variations
Color information
#AF6748 (or 0xAF6748) is known color: Tuscany. HEX triplet: AF, 67 and 48. RGB value is (175,103,72). Sum of RGB (Red+Green+Blue) = 175+103+72=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6748 is #5098B7. Grayscale: #797979. Windows color (decimal): -5281976 or 4745135. OLE color: 4745135.
HSL color Cylindrical-coordinate representation of color #AF6748: hue angle of 18.06º 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 #AF6748 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 72 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.31 |
| HSL | 18.06º | 0.42% | 0.48% | - |
| HSV(B) | 18.06º | 0.59% | 0.69% | - |
| XYZ | 23.7 | 19.28 | 8.6 | - |
| YUV | 120.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 72 | 0 | 0.41 | 0.59 | 0.31 | 18.06 | 0.42 | 0.48 |
| Hex | AF | 67 | 48 | 0 | 29 | 3B | 1F | 12 | 2A | 30 |
| Octal | 257 | 147 | 110 | 0 | 51 | 73 | 37 | 22 | 52 | 60 |
| Binary | 10101111 | 1100111 | 1001000 | 0 | 101001 | 111011 | 11111 | 10010 | 101010 | 110000 |
Color Harmonies of #AF6748
Complementary color
Monochromatic Colors of #AF6748
Black with #AF6748
Text Example
Text Example
White with #AF6748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6748; }
p { color: rgb(175,103,72); }
H1.HeaderClassName
{
color: #AF6748;
}
.AnyTagClassName
{
color: #AF6748;
}
</style>
background-color css
<style>
a { background-color: #AF6748; }
a { background-color: rgb(175,103,72); }
div.DivClassName
{
background-color: #AF6748;
}
.BgClassName
{
background-color: #AF6748;
}
</style>
border-color css
<style>
span { border-color: #AF6748; }
span { border-color: rgb(175,103,72); }
td.TdClassName
{
border-color: #AF6748;
}
.TagClassName
{
border-color: #AF6748;
}
</style>