Shades of Tuscany #AF5B3F
Tints of Tuscany #AF5B3F
RGB
CMYK
RGB Variations
Color information
#AF5B3F (or 0xAF5B3F) is known color: Tuscany. HEX triplet: AF, 5B and 3F. RGB value is (175,91,63). Sum of RGB (Red+Green+Blue) = 175+91+63=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5B3F is #50A4C0. Grayscale: #717171. Windows color (decimal): -5285057 or 4152239. OLE color: 4152239.
HSL color Cylindrical-coordinate representation of color #AF5B3F: hue angle of 15º 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 #AF5B3F is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 91 | 63 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.31 |
| HSL | 15º | 0.47% | 0.47% | - |
| HSV(B) | 15º | 0.64% | 0.69% | - |
| XYZ | 22.32 | 16.96 | 6.8 | - |
| YUV | 112.92 | 99.83 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 91 | 63 | 0 | 0.48 | 0.64 | 0.31 | 15 | 0.47 | 0.47 |
| Hex | AF | 5B | 3F | 0 | 30 | 40 | 1F | F | 2F | 2F |
| Octal | 257 | 133 | 77 | 0 | 60 | 100 | 37 | 17 | 57 | 57 |
| Binary | 10101111 | 1011011 | 111111 | 0 | 110000 | 1000000 | 11111 | 1111 | 101111 | 101111 |
Color Harmonies of #AF5B3F
Complementary color
Monochromatic Colors of #AF5B3F
Black with #AF5B3F
Text Example
Text Example
White with #AF5B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5B3F; }
p { color: rgb(175,91,63); }
H1.HeaderClassName
{
color: #AF5B3F;
}
.AnyTagClassName
{
color: #AF5B3F;
}
</style>
background-color css
<style>
a { background-color: #AF5B3F; }
a { background-color: rgb(175,91,63); }
div.DivClassName
{
background-color: #AF5B3F;
}
.BgClassName
{
background-color: #AF5B3F;
}
</style>
border-color css
<style>
span { border-color: #AF5B3F; }
span { border-color: rgb(175,91,63); }
td.TdClassName
{
border-color: #AF5B3F;
}
.TagClassName
{
border-color: #AF5B3F;
}
</style>