Shades of Tuscany #AF623C
Tints of Tuscany #AF623C
RGB
CMYK
RGB Variations
Color information
#AF623C (or 0xAF623C) is known color: Tuscany. HEX triplet: AF, 62 and 3C. RGB value is (175,98,60). Sum of RGB (Red+Green+Blue) = 175+98+60=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF623C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF623C is #509DC3. Grayscale: #747474. Windows color (decimal): -5283268 or 3957423. OLE color: 3957423.
HSL color Cylindrical-coordinate representation of color #AF623C: hue angle of 19.83º 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 #AF623C is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 60 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.31 |
| HSL | 19.83º | 0.49% | 0.46% | - |
| HSV(B) | 19.83º | 0.66% | 0.69% | - |
| XYZ | 22.86 | 18.18 | 6.58 | - |
| YUV | 116.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 60 | 0 | 0.44 | 0.66 | 0.31 | 19.83 | 0.49 | 0.46 |
| Hex | AF | 62 | 3C | 0 | 2C | 42 | 1F | 14 | 31 | 2E |
| Octal | 257 | 142 | 74 | 0 | 54 | 102 | 37 | 24 | 61 | 56 |
| Binary | 10101111 | 1100010 | 111100 | 0 | 101100 | 1000010 | 11111 | 10100 | 110001 | 101110 |
Color Harmonies of #AF623C
Complementary color
Monochromatic Colors of #AF623C
Black with #AF623C
Text Example
Text Example
White with #AF623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF623C; }
p { color: rgb(175,98,60); }
H1.HeaderClassName
{
color: #AF623C;
}
.AnyTagClassName
{
color: #AF623C;
}
</style>
background-color css
<style>
a { background-color: #AF623C; }
a { background-color: rgb(175,98,60); }
div.DivClassName
{
background-color: #AF623C;
}
.BgClassName
{
background-color: #AF623C;
}
</style>
border-color css
<style>
span { border-color: #AF623C; }
span { border-color: rgb(175,98,60); }
td.TdClassName
{
border-color: #AF623C;
}
.TagClassName
{
border-color: #AF623C;
}
</style>