Shades of Tuscany #A8613F
Tints of Tuscany #A8613F
RGB
CMYK
RGB Variations
Color information
#A8613F (or 0xA8613F) is known color: Tuscany. HEX triplet: A8, 61 and 3F. RGB value is (168,97,63). Sum of RGB (Red+Green+Blue) = 168+97+63=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8613F is #579EC0. Grayscale: #727272. Windows color (decimal): -5742273 or 4153768. OLE color: 4153768.
HSL color Cylindrical-coordinate representation of color #A8613F: hue angle of 19.43º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8613F is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 63 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.34 |
| HSL | 19.43º | 0.45% | 0.45% | - |
| HSV(B) | 19.43º | 0.63% | 0.66% | - |
| XYZ | 21.32 | 17.23 | 6.91 | - |
| YUV | 114.35 | 99.02 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 63 | 0 | 0.42 | 0.63 | 0.34 | 19.43 | 0.45 | 0.45 |
| Hex | A8 | 61 | 3F | 0 | 2A | 3F | 22 | 13 | 2D | 2D |
| Octal | 250 | 141 | 77 | 0 | 52 | 77 | 42 | 23 | 55 | 55 |
| Binary | 10101000 | 1100001 | 111111 | 0 | 101010 | 111111 | 100010 | 10011 | 101101 | 101101 |
Color Harmonies of #A8613F
Complementary color
Monochromatic Colors of #A8613F
Black with #A8613F
Text Example
Text Example
White with #A8613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8613F; }
p { color: rgb(168,97,63); }
H1.HeaderClassName
{
color: #A8613F;
}
.AnyTagClassName
{
color: #A8613F;
}
</style>
background-color css
<style>
a { background-color: #A8613F; }
a { background-color: rgb(168,97,63); }
div.DivClassName
{
background-color: #A8613F;
}
.BgClassName
{
background-color: #A8613F;
}
</style>
border-color css
<style>
span { border-color: #A8613F; }
span { border-color: rgb(168,97,63); }
td.TdClassName
{
border-color: #A8613F;
}
.TagClassName
{
border-color: #A8613F;
}
</style>