Shades of Tuscany #AF5C3F
Tints of Tuscany #AF5C3F
RGB
CMYK
RGB Variations
Color information
#AF5C3F (or 0xAF5C3F) is known color: Tuscany. HEX triplet: AF, 5C and 3F. RGB value is (175,92,63). Sum of RGB (Red+Green+Blue) = 175+92+63=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C3F is #50A3C0. Grayscale: #717171. Windows color (decimal): -5284801 or 4152495. OLE color: 4152495.
HSL color Cylindrical-coordinate representation of color #AF5C3F: hue angle of 15.54º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF5C3F is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 63 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.31 |
| HSL | 15.54º | 0.47% | 0.47% | - |
| HSV(B) | 15.54º | 0.64% | 0.69% | - |
| XYZ | 22.4 | 17.13 | 6.83 | - |
| YUV | 113.51 | 99.5 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 63 | 0 | 0.47 | 0.64 | 0.31 | 15.54 | 0.47 | 0.47 |
| Hex | AF | 5C | 3F | 0 | 2F | 40 | 1F | 10 | 2F | 2F |
| Octal | 257 | 134 | 77 | 0 | 57 | 100 | 37 | 20 | 57 | 57 |
| Binary | 10101111 | 1011100 | 111111 | 0 | 101111 | 1000000 | 11111 | 10000 | 101111 | 101111 |
Color Harmonies of #AF5C3F
Complementary color
Monochromatic Colors of #AF5C3F
Black with #AF5C3F
Text Example
Text Example
White with #AF5C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C3F; }
p { color: rgb(175,92,63); }
H1.HeaderClassName
{
color: #AF5C3F;
}
.AnyTagClassName
{
color: #AF5C3F;
}
</style>
background-color css
<style>
a { background-color: #AF5C3F; }
a { background-color: rgb(175,92,63); }
div.DivClassName
{
background-color: #AF5C3F;
}
.BgClassName
{
background-color: #AF5C3F;
}
</style>
border-color css
<style>
span { border-color: #AF5C3F; }
span { border-color: rgb(175,92,63); }
td.TdClassName
{
border-color: #AF5C3F;
}
.TagClassName
{
border-color: #AF5C3F;
}
</style>