Shades of Tuscany #AF5C3E
Tints of Tuscany #AF5C3E
RGB
CMYK
RGB Variations
Color information
#AF5C3E (or 0xAF5C3E) is known color: Tuscany. HEX triplet: AF, 5C and 3E. RGB value is (175,92,62). Sum of RGB (Red+Green+Blue) = 175+92+62=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C3E is #50A3C1. Grayscale: #717171. Windows color (decimal): -5284802 or 4086959. OLE color: 4086959.
HSL color Cylindrical-coordinate representation of color #AF5C3E: hue angle of 15.93º 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 #AF5C3E is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 62 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.31 |
| HSL | 15.93º | 0.48% | 0.46% | - |
| HSV(B) | 15.93º | 0.65% | 0.69% | - |
| XYZ | 22.38 | 17.12 | 6.68 | - |
| YUV | 113.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 62 | 0 | 0.47 | 0.65 | 0.31 | 15.93 | 0.48 | 0.46 |
| Hex | AF | 5C | 3E | 0 | 2F | 41 | 1F | 10 | 30 | 2E |
| Octal | 257 | 134 | 76 | 0 | 57 | 101 | 37 | 20 | 60 | 56 |
| Binary | 10101111 | 1011100 | 111110 | 0 | 101111 | 1000001 | 11111 | 10000 | 110000 | 101110 |
Color Harmonies of #AF5C3E
Complementary color
Monochromatic Colors of #AF5C3E
Black with #AF5C3E
Text Example
Text Example
White with #AF5C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C3E; }
p { color: rgb(175,92,62); }
H1.HeaderClassName
{
color: #AF5C3E;
}
.AnyTagClassName
{
color: #AF5C3E;
}
</style>
background-color css
<style>
a { background-color: #AF5C3E; }
a { background-color: rgb(175,92,62); }
div.DivClassName
{
background-color: #AF5C3E;
}
.BgClassName
{
background-color: #AF5C3E;
}
</style>
border-color css
<style>
span { border-color: #AF5C3E; }
span { border-color: rgb(175,92,62); }
td.TdClassName
{
border-color: #AF5C3E;
}
.TagClassName
{
border-color: #AF5C3E;
}
</style>