Shades of Tuscany #AF643C
Tints of Tuscany #AF643C
RGB
CMYK
RGB Variations
Color information
#AF643C (or 0xAF643C) is known color: Tuscany. HEX triplet: AF, 64 and 3C. RGB value is (175,100,60). Sum of RGB (Red+Green+Blue) = 175+100+60=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF643C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF643C is #509BC3. Grayscale: #767676. Windows color (decimal): -5282756 or 3957935. OLE color: 3957935.
HSL color Cylindrical-coordinate representation of color #AF643C: hue angle of 20.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF643C is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 60 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.31 |
| HSL | 20.87º | 0.49% | 0.46% | - |
| HSV(B) | 20.87º | 0.66% | 0.69% | - |
| XYZ | 23.05 | 18.55 | 6.64 | - |
| YUV | 117.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 60 | 0 | 0.43 | 0.66 | 0.31 | 20.87 | 0.49 | 0.46 |
| Hex | AF | 64 | 3C | 0 | 2B | 42 | 1F | 15 | 31 | 2E |
| Octal | 257 | 144 | 74 | 0 | 53 | 102 | 37 | 25 | 61 | 56 |
| Binary | 10101111 | 1100100 | 111100 | 0 | 101011 | 1000010 | 11111 | 10101 | 110001 | 101110 |
Color Harmonies of #AF643C
Complementary color
Monochromatic Colors of #AF643C
Black with #AF643C
Text Example
Text Example
White with #AF643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF643C; }
p { color: rgb(175,100,60); }
H1.HeaderClassName
{
color: #AF643C;
}
.AnyTagClassName
{
color: #AF643C;
}
</style>
background-color css
<style>
a { background-color: #AF643C; }
a { background-color: rgb(175,100,60); }
div.DivClassName
{
background-color: #AF643C;
}
.BgClassName
{
background-color: #AF643C;
}
</style>
border-color css
<style>
span { border-color: #AF643C; }
span { border-color: rgb(175,100,60); }
td.TdClassName
{
border-color: #AF643C;
}
.TagClassName
{
border-color: #AF643C;
}
</style>