Shades of Tuscany #AF604D
Tints of Tuscany #AF604D
RGB
CMYK
RGB Variations
Color information
#AF604D (or 0xAF604D) is known color: Tuscany. HEX triplet: AF, 60 and 4D. RGB value is (175,96,77). Sum of RGB (Red+Green+Blue) = 175+96+77=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF604D is #509FB2. Grayscale: #757575. Windows color (decimal): -5283763 or 5071023. OLE color: 5071023.
HSL color Cylindrical-coordinate representation of color #AF604D: hue angle of 11.63º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF604D is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 77 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.31 |
| HSL | 11.63º | 0.39% | 0.49% | - |
| HSV(B) | 11.63º | 0.56% | 0.69% | - |
| XYZ | 23.2 | 18.02 | 9.28 | - |
| YUV | 117.46 | 105.17 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 77 | 0 | 0.45 | 0.56 | 0.31 | 11.63 | 0.39 | 0.49 |
| Hex | AF | 60 | 4D | 0 | 2D | 38 | 1F | C | 27 | 31 |
| Octal | 257 | 140 | 115 | 0 | 55 | 70 | 37 | 14 | 47 | 61 |
| Binary | 10101111 | 1100000 | 1001101 | 0 | 101101 | 111000 | 11111 | 1100 | 100111 | 110001 |
Color Harmonies of #AF604D
Complementary color
Monochromatic Colors of #AF604D
Black with #AF604D
Text Example
Text Example
White with #AF604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF604D; }
p { color: rgb(175,96,77); }
H1.HeaderClassName
{
color: #AF604D;
}
.AnyTagClassName
{
color: #AF604D;
}
</style>
background-color css
<style>
a { background-color: #AF604D; }
a { background-color: rgb(175,96,77); }
div.DivClassName
{
background-color: #AF604D;
}
.BgClassName
{
background-color: #AF604D;
}
</style>
border-color css
<style>
span { border-color: #AF604D; }
span { border-color: rgb(175,96,77); }
td.TdClassName
{
border-color: #AF604D;
}
.TagClassName
{
border-color: #AF604D;
}
</style>