Shades of Tuscany #AF624A
Tints of Tuscany #AF624A
RGB
CMYK
RGB Variations
Color information
#AF624A (or 0xAF624A) is known color: Tuscany. HEX triplet: AF, 62 and 4A. RGB value is (175,98,74). Sum of RGB (Red+Green+Blue) = 175+98+74=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF624A is #509DB5. Grayscale: #767676. Windows color (decimal): -5283254 or 4874927. OLE color: 4874927.
HSL color Cylindrical-coordinate representation of color #AF624A: hue angle of 14.26º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF624A is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 74 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.31 |
| HSL | 14.26º | 0.41% | 0.49% | - |
| HSV(B) | 14.26º | 0.58% | 0.69% | - |
| XYZ | 23.28 | 18.34 | 8.79 | - |
| YUV | 118.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 74 | 0 | 0.44 | 0.58 | 0.31 | 14.26 | 0.41 | 0.49 |
| Hex | AF | 62 | 4A | 0 | 2C | 3A | 1F | E | 29 | 31 |
| Octal | 257 | 142 | 112 | 0 | 54 | 72 | 37 | 16 | 51 | 61 |
| Binary | 10101111 | 1100010 | 1001010 | 0 | 101100 | 111010 | 11111 | 1110 | 101001 | 110001 |
Color Harmonies of #AF624A
Complementary color
Monochromatic Colors of #AF624A
Black with #AF624A
Text Example
Text Example
White with #AF624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF624A; }
p { color: rgb(175,98,74); }
H1.HeaderClassName
{
color: #AF624A;
}
.AnyTagClassName
{
color: #AF624A;
}
</style>
background-color css
<style>
a { background-color: #AF624A; }
a { background-color: rgb(175,98,74); }
div.DivClassName
{
background-color: #AF624A;
}
.BgClassName
{
background-color: #AF624A;
}
</style>
border-color css
<style>
span { border-color: #AF624A; }
span { border-color: rgb(175,98,74); }
td.TdClassName
{
border-color: #AF624A;
}
.TagClassName
{
border-color: #AF624A;
}
</style>