Shades of Tuscany #AF614A
Tints of Tuscany #AF614A
RGB
CMYK
RGB Variations
Color information
#AF614A (or 0xAF614A) is known color: Tuscany. HEX triplet: AF, 61 and 4A. RGB value is (175,97,74). Sum of RGB (Red+Green+Blue) = 175+97+74=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF614A is #509EB5. Grayscale: #757575. Windows color (decimal): -5283510 or 4874671. OLE color: 4874671.
HSL color Cylindrical-coordinate representation of color #AF614A: hue angle of 13.66º 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 #AF614A is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 74 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.31 |
| HSL | 13.66º | 0.41% | 0.49% | - |
| HSV(B) | 13.66º | 0.58% | 0.69% | - |
| XYZ | 23.19 | 18.16 | 8.76 | - |
| YUV | 117.7 | 103.34 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 74 | 0 | 0.45 | 0.58 | 0.31 | 13.66 | 0.41 | 0.49 |
| Hex | AF | 61 | 4A | 0 | 2D | 3A | 1F | E | 29 | 31 |
| Octal | 257 | 141 | 112 | 0 | 55 | 72 | 37 | 16 | 51 | 61 |
| Binary | 10101111 | 1100001 | 1001010 | 0 | 101101 | 111010 | 11111 | 1110 | 101001 | 110001 |
Color Harmonies of #AF614A
Complementary color
Monochromatic Colors of #AF614A
Black with #AF614A
Text Example
Text Example
White with #AF614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF614A; }
p { color: rgb(175,97,74); }
H1.HeaderClassName
{
color: #AF614A;
}
.AnyTagClassName
{
color: #AF614A;
}
</style>
background-color css
<style>
a { background-color: #AF614A; }
a { background-color: rgb(175,97,74); }
div.DivClassName
{
background-color: #AF614A;
}
.BgClassName
{
background-color: #AF614A;
}
</style>
border-color css
<style>
span { border-color: #AF614A; }
span { border-color: rgb(175,97,74); }
td.TdClassName
{
border-color: #AF614A;
}
.TagClassName
{
border-color: #AF614A;
}
</style>