Shades of Tuscany #A6604A
Tints of Tuscany #A6604A
RGB
CMYK
RGB Variations
Color information
#A6604A (or 0xA6604A) is known color: Tuscany. HEX triplet: A6, 60 and 4A. RGB value is (166,96,74). Sum of RGB (Red+Green+Blue) = 166+96+74=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A6604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6604A is #599FB5. Grayscale: #727272. Windows color (decimal): -5873590 or 4874406. OLE color: 4874406.
HSL color Cylindrical-coordinate representation of color #A6604A: hue angle of 14.35º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6604A is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 96 | 74 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.35 |
| HSL | 14.35º | 0.38% | 0.47% | - |
| HSV(B) | 14.35º | 0.55% | 0.65% | - |
| XYZ | 21.14 | 16.97 | 8.64 | - |
| YUV | 114.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 74 | 0 | 0.42 | 0.55 | 0.35 | 14.35 | 0.38 | 0.47 |
| Hex | A6 | 60 | 4A | 0 | 2A | 37 | 23 | E | 26 | 2F |
| Octal | 246 | 140 | 112 | 0 | 52 | 67 | 43 | 16 | 46 | 57 |
| Binary | 10100110 | 1100000 | 1001010 | 0 | 101010 | 110111 | 100011 | 1110 | 100110 | 101111 |
Color Harmonies of #A6604A
Complementary color
Monochromatic Colors of #A6604A
Black with #A6604A
Text Example
Text Example
White with #A6604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6604A; }
p { color: rgb(166,96,74); }
H1.HeaderClassName
{
color: #A6604A;
}
.AnyTagClassName
{
color: #A6604A;
}
</style>
background-color css
<style>
a { background-color: #A6604A; }
a { background-color: rgb(166,96,74); }
div.DivClassName
{
background-color: #A6604A;
}
.BgClassName
{
background-color: #A6604A;
}
</style>
border-color css
<style>
span { border-color: #A6604A; }
span { border-color: rgb(166,96,74); }
td.TdClassName
{
border-color: #A6604A;
}
.TagClassName
{
border-color: #A6604A;
}
</style>