Shades of Tuscany #AA6543
Tints of Tuscany #AA6543
RGB
CMYK
RGB Variations
Color information
#AA6543 (or 0xAA6543) is known color: Tuscany. HEX triplet: AA, 65 and 43. RGB value is (170,101,67). Sum of RGB (Red+Green+Blue) = 170+101+67=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6543 is #559ABC. Grayscale: #757575. Windows color (decimal): -5610173 or 4416938. OLE color: 4416938.
HSL color Cylindrical-coordinate representation of color #AA6543: hue angle of 19.81º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA6543 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 67 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.33 |
| HSL | 19.81º | 0.43% | 0.46% | - |
| HSV(B) | 19.81º | 0.61% | 0.67% | - |
| XYZ | 22.24 | 18.26 | 7.66 | - |
| YUV | 117.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 67 | 0 | 0.41 | 0.61 | 0.33 | 19.81 | 0.43 | 0.46 |
| Hex | AA | 65 | 43 | 0 | 29 | 3D | 21 | 14 | 2B | 2E |
| Octal | 252 | 145 | 103 | 0 | 51 | 75 | 41 | 24 | 53 | 56 |
| Binary | 10101010 | 1100101 | 1000011 | 0 | 101001 | 111101 | 100001 | 10100 | 101011 | 101110 |
Color Harmonies of #AA6543
Complementary color
Monochromatic Colors of #AA6543
Black with #AA6543
Text Example
Text Example
White with #AA6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6543; }
p { color: rgb(170,101,67); }
H1.HeaderClassName
{
color: #AA6543;
}
.AnyTagClassName
{
color: #AA6543;
}
</style>
background-color css
<style>
a { background-color: #AA6543; }
a { background-color: rgb(170,101,67); }
div.DivClassName
{
background-color: #AA6543;
}
.BgClassName
{
background-color: #AA6543;
}
</style>
border-color css
<style>
span { border-color: #AA6543; }
span { border-color: rgb(170,101,67); }
td.TdClassName
{
border-color: #AA6543;
}
.TagClassName
{
border-color: #AA6543;
}
</style>