Shades of Tuscany #AF583E
Tints of Tuscany #AF583E
RGB
CMYK
RGB Variations
Color information
#AF583E (or 0xAF583E) is known color: Tuscany. HEX triplet: AF, 58 and 3E. RGB value is (175,88,62). Sum of RGB (Red+Green+Blue) = 175+88+62=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF583E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF583E is #50A7C1. Grayscale: #6F6F6F. Windows color (decimal): -5285826 or 4085935. OLE color: 4085935.
HSL color Cylindrical-coordinate representation of color #AF583E: hue angle of 13.81º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF583E is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 62 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.31 |
| HSL | 13.81º | 0.48% | 0.46% | - |
| HSV(B) | 13.81º | 0.65% | 0.69% | - |
| XYZ | 22.04 | 16.44 | 6.57 | - |
| YUV | 111.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 62 | 0 | 0.50 | 0.65 | 0.31 | 13.81 | 0.48 | 0.46 |
| Hex | AF | 58 | 3E | 0 | 32 | 41 | 1F | E | 30 | 2E |
| Octal | 257 | 130 | 76 | 0 | 62 | 101 | 37 | 16 | 60 | 56 |
| Binary | 10101111 | 1011000 | 111110 | 0 | 110010 | 1000001 | 11111 | 1110 | 110000 | 101110 |
Color Harmonies of #AF583E
Complementary color
Monochromatic Colors of #AF583E
Black with #AF583E
Text Example
Text Example
White with #AF583E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF583E; }
p { color: rgb(175,88,62); }
H1.HeaderClassName
{
color: #AF583E;
}
.AnyTagClassName
{
color: #AF583E;
}
</style>
background-color css
<style>
a { background-color: #AF583E; }
a { background-color: rgb(175,88,62); }
div.DivClassName
{
background-color: #AF583E;
}
.BgClassName
{
background-color: #AF583E;
}
</style>
border-color css
<style>
span { border-color: #AF583E; }
span { border-color: rgb(175,88,62); }
td.TdClassName
{
border-color: #AF583E;
}
.TagClassName
{
border-color: #AF583E;
}
</style>