Shades of Tuscany #AA624A
Tints of Tuscany #AA624A
RGB
CMYK
RGB Variations
Color information
#AA624A (or 0xAA624A) is known color: Tuscany. HEX triplet: AA, 62 and 4A. RGB value is (170,98,74). Sum of RGB (Red+Green+Blue) = 170+98+74=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA624A is #559DB5. Grayscale: #747474. Windows color (decimal): -5610934 or 4874922. OLE color: 4874922.
HSL color Cylindrical-coordinate representation of color #AA624A: hue angle of 15º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA624A is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 74 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.33 |
| HSL | 15º | 0.39% | 0.48% | - |
| HSV(B) | 15º | 0.56% | 0.67% | - |
| XYZ | 22.18 | 17.78 | 8.74 | - |
| YUV | 116.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 74 | 0 | 0.42 | 0.56 | 0.33 | 15 | 0.39 | 0.48 |
| Hex | AA | 62 | 4A | 0 | 2A | 38 | 21 | F | 27 | 30 |
| Octal | 252 | 142 | 112 | 0 | 52 | 70 | 41 | 17 | 47 | 60 |
| Binary | 10101010 | 1100010 | 1001010 | 0 | 101010 | 111000 | 100001 | 1111 | 100111 | 110000 |
Color Harmonies of #AA624A
Complementary color
Monochromatic Colors of #AA624A
Black with #AA624A
Text Example
Text Example
White with #AA624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA624A; }
p { color: rgb(170,98,74); }
H1.HeaderClassName
{
color: #AA624A;
}
.AnyTagClassName
{
color: #AA624A;
}
</style>
background-color css
<style>
a { background-color: #AA624A; }
a { background-color: rgb(170,98,74); }
div.DivClassName
{
background-color: #AA624A;
}
.BgClassName
{
background-color: #AA624A;
}
</style>
border-color css
<style>
span { border-color: #AA624A; }
span { border-color: rgb(170,98,74); }
td.TdClassName
{
border-color: #AA624A;
}
.TagClassName
{
border-color: #AA624A;
}
</style>