Shades of Tuscany #AF6043
Tints of Tuscany #AF6043
RGB
CMYK
RGB Variations
Color information
#AF6043 (or 0xAF6043) is known color: Tuscany. HEX triplet: AF, 60 and 43. RGB value is (175,96,67). Sum of RGB (Red+Green+Blue) = 175+96+67=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6043 is #509FBC. Grayscale: #747474. Windows color (decimal): -5283773 or 4415663. OLE color: 4415663.
HSL color Cylindrical-coordinate representation of color #AF6043: hue angle of 16.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF6043 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 67 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.31 |
| HSL | 16.11º | 0.45% | 0.47% | - |
| HSV(B) | 16.11º | 0.62% | 0.69% | - |
| XYZ | 22.88 | 17.88 | 7.56 | - |
| YUV | 116.32 | 100.17 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 67 | 0 | 0.45 | 0.62 | 0.31 | 16.11 | 0.45 | 0.47 |
| Hex | AF | 60 | 43 | 0 | 2D | 3E | 1F | 10 | 2D | 2F |
| Octal | 257 | 140 | 103 | 0 | 55 | 76 | 37 | 20 | 55 | 57 |
| Binary | 10101111 | 1100000 | 1000011 | 0 | 101101 | 111110 | 11111 | 10000 | 101101 | 101111 |
Color Harmonies of #AF6043
Complementary color
Monochromatic Colors of #AF6043
Black with #AF6043
Text Example
Text Example
White with #AF6043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6043; }
p { color: rgb(175,96,67); }
H1.HeaderClassName
{
color: #AF6043;
}
.AnyTagClassName
{
color: #AF6043;
}
</style>
background-color css
<style>
a { background-color: #AF6043; }
a { background-color: rgb(175,96,67); }
div.DivClassName
{
background-color: #AF6043;
}
.BgClassName
{
background-color: #AF6043;
}
</style>
border-color css
<style>
span { border-color: #AF6043; }
span { border-color: rgb(175,96,67); }
td.TdClassName
{
border-color: #AF6043;
}
.TagClassName
{
border-color: #AF6043;
}
</style>