Shades of Tuscany #AF6145
Tints of Tuscany #AF6145
RGB
CMYK
RGB Variations
Color information
#AF6145 (or 0xAF6145) is known color: Tuscany. HEX triplet: AF, 61 and 45. RGB value is (175,97,69). Sum of RGB (Red+Green+Blue) = 175+97+69=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6145 is #509EBA. Grayscale: #757575. Windows color (decimal): -5283515 or 4546991. OLE color: 4546991.
HSL color Cylindrical-coordinate representation of color #AF6145: hue angle of 15.85º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF6145 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 69 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.31 |
| HSL | 15.85º | 0.43% | 0.48% | - |
| HSV(B) | 15.85º | 0.61% | 0.69% | - |
| XYZ | 23.03 | 18.09 | 7.91 | - |
| YUV | 117.13 | 100.84 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 69 | 0 | 0.45 | 0.61 | 0.31 | 15.85 | 0.43 | 0.48 |
| Hex | AF | 61 | 45 | 0 | 2D | 3D | 1F | 10 | 2B | 30 |
| Octal | 257 | 141 | 105 | 0 | 55 | 75 | 37 | 20 | 53 | 60 |
| Binary | 10101111 | 1100001 | 1000101 | 0 | 101101 | 111101 | 11111 | 10000 | 101011 | 110000 |
Color Harmonies of #AF6145
Complementary color
Monochromatic Colors of #AF6145
Black with #AF6145
Text Example
Text Example
White with #AF6145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6145; }
p { color: rgb(175,97,69); }
H1.HeaderClassName
{
color: #AF6145;
}
.AnyTagClassName
{
color: #AF6145;
}
</style>
background-color css
<style>
a { background-color: #AF6145; }
a { background-color: rgb(175,97,69); }
div.DivClassName
{
background-color: #AF6145;
}
.BgClassName
{
background-color: #AF6145;
}
</style>
border-color css
<style>
span { border-color: #AF6145; }
span { border-color: rgb(175,97,69); }
td.TdClassName
{
border-color: #AF6145;
}
.TagClassName
{
border-color: #AF6145;
}
</style>