Shades of Tuscany #AA643B
Tints of Tuscany #AA643B
RGB
CMYK
RGB Variations
Color information
#AA643B (or 0xAA643B) is known color: Tuscany. HEX triplet: AA, 64 and 3B. RGB value is (170,100,59). Sum of RGB (Red+Green+Blue) = 170+100+59=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA643B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA643B is #559BC4. Grayscale: #747474. Windows color (decimal): -5610437 or 3892394. OLE color: 3892394.
HSL color Cylindrical-coordinate representation of color #AA643B: hue angle of 22.16º 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 #AA643B is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 59 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.33 |
| HSL | 22.16º | 0.48% | 0.45% | - |
| HSV(B) | 22.16º | 0.65% | 0.67% | - |
| XYZ | 21.92 | 17.98 | 6.45 | - |
| YUV | 116.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 59 | 0 | 0.41 | 0.65 | 0.33 | 22.16 | 0.48 | 0.45 |
| Hex | AA | 64 | 3B | 0 | 29 | 41 | 21 | 16 | 30 | 2D |
| Octal | 252 | 144 | 73 | 0 | 51 | 101 | 41 | 26 | 60 | 55 |
| Binary | 10101010 | 1100100 | 111011 | 0 | 101001 | 1000001 | 100001 | 10110 | 110000 | 101101 |
Color Harmonies of #AA643B
Complementary color
Monochromatic Colors of #AA643B
Black with #AA643B
Text Example
Text Example
White with #AA643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA643B; }
p { color: rgb(170,100,59); }
H1.HeaderClassName
{
color: #AA643B;
}
.AnyTagClassName
{
color: #AA643B;
}
</style>
background-color css
<style>
a { background-color: #AA643B; }
a { background-color: rgb(170,100,59); }
div.DivClassName
{
background-color: #AA643B;
}
.BgClassName
{
background-color: #AA643B;
}
</style>
border-color css
<style>
span { border-color: #AA643B; }
span { border-color: rgb(170,100,59); }
td.TdClassName
{
border-color: #AA643B;
}
.TagClassName
{
border-color: #AA643B;
}
</style>