Shades of Tuscany #AF5C3A
Tints of Tuscany #AF5C3A
RGB
CMYK
RGB Variations
Color information
#AF5C3A (or 0xAF5C3A) is known color: Tuscany. HEX triplet: AF, 5C and 3A. RGB value is (175,92,58). Sum of RGB (Red+Green+Blue) = 175+92+58=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C3A is #50A3C5. Grayscale: #717171. Windows color (decimal): -5284806 or 3824815. OLE color: 3824815.
HSL color Cylindrical-coordinate representation of color #AF5C3A: hue angle of 17.44º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF5C3A is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 58 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.31 |
| HSL | 17.44º | 0.5% | 0.46% | - |
| HSV(B) | 17.44º | 0.67% | 0.69% | - |
| XYZ | 22.27 | 17.07 | 6.12 | - |
| YUV | 112.94 | 97 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 58 | 0 | 0.47 | 0.67 | 0.31 | 17.44 | 0.5 | 0.46 |
| Hex | AF | 5C | 3A | 0 | 2F | 43 | 1F | 11 | 32 | 2E |
| Octal | 257 | 134 | 72 | 0 | 57 | 103 | 37 | 21 | 62 | 56 |
| Binary | 10101111 | 1011100 | 111010 | 0 | 101111 | 1000011 | 11111 | 10001 | 110010 | 101110 |
Color Harmonies of #AF5C3A
Complementary color
Monochromatic Colors of #AF5C3A
Black with #AF5C3A
Text Example
Text Example
White with #AF5C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C3A; }
p { color: rgb(175,92,58); }
H1.HeaderClassName
{
color: #AF5C3A;
}
.AnyTagClassName
{
color: #AF5C3A;
}
</style>
background-color css
<style>
a { background-color: #AF5C3A; }
a { background-color: rgb(175,92,58); }
div.DivClassName
{
background-color: #AF5C3A;
}
.BgClassName
{
background-color: #AF5C3A;
}
</style>
border-color css
<style>
span { border-color: #AF5C3A; }
span { border-color: rgb(175,92,58); }
td.TdClassName
{
border-color: #AF5C3A;
}
.TagClassName
{
border-color: #AF5C3A;
}
</style>