Shades of Tuscany #A66348
Tints of Tuscany #A66348
RGB
CMYK
RGB Variations
Color information
#A66348 (or 0xA66348) is known color: Tuscany. HEX triplet: A6, 63 and 48. RGB value is (166,99,72). Sum of RGB (Red+Green+Blue) = 166+99+72=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A66348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66348 is #599CB7. Grayscale: #747474. Windows color (decimal): -5872824 or 4744102. OLE color: 4744102.
HSL color Cylindrical-coordinate representation of color #A66348: hue angle of 17.23º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A66348 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 99 | 72 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.35 |
| HSL | 17.23º | 0.39% | 0.47% | - |
| HSV(B) | 17.23º | 0.57% | 0.65% | - |
| XYZ | 21.36 | 17.5 | 8.38 | - |
| YUV | 115.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 72 | 0 | 0.40 | 0.57 | 0.35 | 17.23 | 0.39 | 0.47 |
| Hex | A6 | 63 | 48 | 0 | 28 | 39 | 23 | 11 | 27 | 2F |
| Octal | 246 | 143 | 110 | 0 | 50 | 71 | 43 | 21 | 47 | 57 |
| Binary | 10100110 | 1100011 | 1001000 | 0 | 101000 | 111001 | 100011 | 10001 | 100111 | 101111 |
Color Harmonies of #A66348
Complementary color
Monochromatic Colors of #A66348
Black with #A66348
Text Example
Text Example
White with #A66348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66348; }
p { color: rgb(166,99,72); }
H1.HeaderClassName
{
color: #A66348;
}
.AnyTagClassName
{
color: #A66348;
}
</style>
background-color css
<style>
a { background-color: #A66348; }
a { background-color: rgb(166,99,72); }
div.DivClassName
{
background-color: #A66348;
}
.BgClassName
{
background-color: #A66348;
}
</style>
border-color css
<style>
span { border-color: #A66348; }
span { border-color: rgb(166,99,72); }
td.TdClassName
{
border-color: #A66348;
}
.TagClassName
{
border-color: #A66348;
}
</style>