Shades of Tuscany #AF624B
Tints of Tuscany #AF624B
RGB
CMYK
RGB Variations
Color information
#AF624B (or 0xAF624B) is known color: Tuscany. HEX triplet: AF, 62 and 4B. RGB value is (175,98,75). Sum of RGB (Red+Green+Blue) = 175+98+75=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF624B is #509DB4. Grayscale: #767676. Windows color (decimal): -5283253 or 4940463. OLE color: 4940463.
HSL color Cylindrical-coordinate representation of color #AF624B: hue angle of 13.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF624B is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 75 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.31 |
| HSL | 13.8º | 0.4% | 0.49% | - |
| HSV(B) | 13.8º | 0.57% | 0.69% | - |
| XYZ | 23.32 | 18.36 | 8.97 | - |
| YUV | 118.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 75 | 0 | 0.44 | 0.57 | 0.31 | 13.8 | 0.4 | 0.49 |
| Hex | AF | 62 | 4B | 0 | 2C | 39 | 1F | E | 28 | 31 |
| Octal | 257 | 142 | 113 | 0 | 54 | 71 | 37 | 16 | 50 | 61 |
| Binary | 10101111 | 1100010 | 1001011 | 0 | 101100 | 111001 | 11111 | 1110 | 101000 | 110001 |
Color Harmonies of #AF624B
Complementary color
Monochromatic Colors of #AF624B
Black with #AF624B
Text Example
Text Example
White with #AF624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF624B; }
p { color: rgb(175,98,75); }
H1.HeaderClassName
{
color: #AF624B;
}
.AnyTagClassName
{
color: #AF624B;
}
</style>
background-color css
<style>
a { background-color: #AF624B; }
a { background-color: rgb(175,98,75); }
div.DivClassName
{
background-color: #AF624B;
}
.BgClassName
{
background-color: #AF624B;
}
</style>
border-color css
<style>
span { border-color: #AF624B; }
span { border-color: rgb(175,98,75); }
td.TdClassName
{
border-color: #AF624B;
}
.TagClassName
{
border-color: #AF624B;
}
</style>