Shades of Tuscany #AF643F
Tints of Tuscany #AF643F
RGB
CMYK
RGB Variations
Color information
#AF643F (or 0xAF643F) is known color: Tuscany. HEX triplet: AF, 64 and 3F. RGB value is (175,100,63). Sum of RGB (Red+Green+Blue) = 175+100+63=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF643F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF643F is #509BC0. Grayscale: #767676. Windows color (decimal): -5282753 or 4154543. OLE color: 4154543.
HSL color Cylindrical-coordinate representation of color #AF643F: hue angle of 19.82º 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 #AF643F is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 63 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.31 |
| HSL | 19.82º | 0.47% | 0.47% | - |
| HSV(B) | 19.82º | 0.64% | 0.69% | - |
| XYZ | 23.13 | 18.59 | 7.07 | - |
| YUV | 118.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 63 | 0 | 0.43 | 0.64 | 0.31 | 19.82 | 0.47 | 0.47 |
| Hex | AF | 64 | 3F | 0 | 2B | 40 | 1F | 14 | 2F | 2F |
| Octal | 257 | 144 | 77 | 0 | 53 | 100 | 37 | 24 | 57 | 57 |
| Binary | 10101111 | 1100100 | 111111 | 0 | 101011 | 1000000 | 11111 | 10100 | 101111 | 101111 |
Color Harmonies of #AF643F
Complementary color
Monochromatic Colors of #AF643F
Black with #AF643F
Text Example
Text Example
White with #AF643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF643F; }
p { color: rgb(175,100,63); }
H1.HeaderClassName
{
color: #AF643F;
}
.AnyTagClassName
{
color: #AF643F;
}
</style>
background-color css
<style>
a { background-color: #AF643F; }
a { background-color: rgb(175,100,63); }
div.DivClassName
{
background-color: #AF643F;
}
.BgClassName
{
background-color: #AF643F;
}
</style>
border-color css
<style>
span { border-color: #AF643F; }
span { border-color: rgb(175,100,63); }
td.TdClassName
{
border-color: #AF643F;
}
.TagClassName
{
border-color: #AF643F;
}
</style>