Shades of Tuscany #AF5A3E
Tints of Tuscany #AF5A3E
RGB
CMYK
RGB Variations
Color information
#AF5A3E (or 0xAF5A3E) is known color: Tuscany. HEX triplet: AF, 5A and 3E. RGB value is (175,90,62). Sum of RGB (Red+Green+Blue) = 175+90+62=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A3E is #50A5C1. Grayscale: #707070. Windows color (decimal): -5285314 or 4086447. OLE color: 4086447.
HSL color Cylindrical-coordinate representation of color #AF5A3E: hue angle of 14.87º 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 #AF5A3E is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 62 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.31 |
| HSL | 14.87º | 0.48% | 0.46% | - |
| HSV(B) | 14.87º | 0.65% | 0.69% | - |
| XYZ | 22.2 | 16.77 | 6.62 | - |
| YUV | 112.22 | 99.66 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 62 | 0 | 0.49 | 0.65 | 0.31 | 14.87 | 0.48 | 0.46 |
| Hex | AF | 5A | 3E | 0 | 31 | 41 | 1F | F | 30 | 2E |
| Octal | 257 | 132 | 76 | 0 | 61 | 101 | 37 | 17 | 60 | 56 |
| Binary | 10101111 | 1011010 | 111110 | 0 | 110001 | 1000001 | 11111 | 1111 | 110000 | 101110 |
Color Harmonies of #AF5A3E
Complementary color
Monochromatic Colors of #AF5A3E
Black with #AF5A3E
Text Example
Text Example
White with #AF5A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5A3E; }
p { color: rgb(175,90,62); }
H1.HeaderClassName
{
color: #AF5A3E;
}
.AnyTagClassName
{
color: #AF5A3E;
}
</style>
background-color css
<style>
a { background-color: #AF5A3E; }
a { background-color: rgb(175,90,62); }
div.DivClassName
{
background-color: #AF5A3E;
}
.BgClassName
{
background-color: #AF5A3E;
}
</style>
border-color css
<style>
span { border-color: #AF5A3E; }
span { border-color: rgb(175,90,62); }
td.TdClassName
{
border-color: #AF5A3E;
}
.TagClassName
{
border-color: #AF5A3E;
}
</style>