Shades of Tuscany #AA633C
Tints of Tuscany #AA633C
RGB
CMYK
RGB Variations
Color information
#AA633C (or 0xAA633C) is known color: Tuscany. HEX triplet: AA, 63 and 3C. RGB value is (170,99,60). Sum of RGB (Red+Green+Blue) = 170+99+60=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA633C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA633C is #559CC3. Grayscale: #747474. Windows color (decimal): -5610692 or 3957674. OLE color: 3957674.
HSL color Cylindrical-coordinate representation of color #AA633C: hue angle of 21.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA633C is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 60 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.33 |
| HSL | 21.27º | 0.48% | 0.45% | - |
| HSV(B) | 21.27º | 0.65% | 0.67% | - |
| XYZ | 21.86 | 17.8 | 6.56 | - |
| YUV | 115.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 60 | 0 | 0.42 | 0.65 | 0.33 | 21.27 | 0.48 | 0.45 |
| Hex | AA | 63 | 3C | 0 | 2A | 41 | 21 | 15 | 30 | 2D |
| Octal | 252 | 143 | 74 | 0 | 52 | 101 | 41 | 25 | 60 | 55 |
| Binary | 10101010 | 1100011 | 111100 | 0 | 101010 | 1000001 | 100001 | 10101 | 110000 | 101101 |
Color Harmonies of #AA633C
Complementary color
Monochromatic Colors of #AA633C
Black with #AA633C
Text Example
Text Example
White with #AA633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA633C; }
p { color: rgb(170,99,60); }
H1.HeaderClassName
{
color: #AA633C;
}
.AnyTagClassName
{
color: #AA633C;
}
</style>
background-color css
<style>
a { background-color: #AA633C; }
a { background-color: rgb(170,99,60); }
div.DivClassName
{
background-color: #AA633C;
}
.BgClassName
{
background-color: #AA633C;
}
</style>
border-color css
<style>
span { border-color: #AA633C; }
span { border-color: rgb(170,99,60); }
td.TdClassName
{
border-color: #AA633C;
}
.TagClassName
{
border-color: #AA633C;
}
</style>