Shades of Tuscany #AF583F
Tints of Tuscany #AF583F
RGB
CMYK
RGB Variations
Color information
#AF583F (or 0xAF583F) is known color: Tuscany. HEX triplet: AF, 58 and 3F. RGB value is (175,88,63). Sum of RGB (Red+Green+Blue) = 175+88+63=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF583F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF583F is #50A7C0. Grayscale: #6F6F6F. Windows color (decimal): -5285825 or 4151471. OLE color: 4151471.
HSL color Cylindrical-coordinate representation of color #AF583F: hue angle of 13.39º 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 #AF583F is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 63 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.31 |
| HSL | 13.39º | 0.47% | 0.47% | - |
| HSV(B) | 13.39º | 0.64% | 0.69% | - |
| XYZ | 22.07 | 16.45 | 6.72 | - |
| YUV | 111.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 63 | 0 | 0.50 | 0.64 | 0.31 | 13.39 | 0.47 | 0.47 |
| Hex | AF | 58 | 3F | 0 | 32 | 40 | 1F | D | 2F | 2F |
| Octal | 257 | 130 | 77 | 0 | 62 | 100 | 37 | 15 | 57 | 57 |
| Binary | 10101111 | 1011000 | 111111 | 0 | 110010 | 1000000 | 11111 | 1101 | 101111 | 101111 |
Color Harmonies of #AF583F
Complementary color
Monochromatic Colors of #AF583F
Black with #AF583F
Text Example
Text Example
White with #AF583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF583F; }
p { color: rgb(175,88,63); }
H1.HeaderClassName
{
color: #AF583F;
}
.AnyTagClassName
{
color: #AF583F;
}
</style>
background-color css
<style>
a { background-color: #AF583F; }
a { background-color: rgb(175,88,63); }
div.DivClassName
{
background-color: #AF583F;
}
.BgClassName
{
background-color: #AF583F;
}
</style>
border-color css
<style>
span { border-color: #AF583F; }
span { border-color: rgb(175,88,63); }
td.TdClassName
{
border-color: #AF583F;
}
.TagClassName
{
border-color: #AF583F;
}
</style>