Shades of Tuscany #AA643F
Tints of Tuscany #AA643F
RGB
CMYK
RGB Variations
Color information
#AA643F (or 0xAA643F) is known color: Tuscany. HEX triplet: AA, 64 and 3F. RGB value is (170,100,63). Sum of RGB (Red+Green+Blue) = 170+100+63=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA643F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA643F is #559BC0. Grayscale: #747474. Windows color (decimal): -5610433 or 4154538. OLE color: 4154538.
HSL color Cylindrical-coordinate representation of color #AA643F: hue angle of 20.75º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA643F is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 63 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.33 |
| HSL | 20.75º | 0.46% | 0.46% | - |
| HSV(B) | 20.75º | 0.63% | 0.67% | - |
| XYZ | 22.03 | 18.02 | 7.02 | - |
| YUV | 116.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 63 | 0 | 0.41 | 0.63 | 0.33 | 20.75 | 0.46 | 0.46 |
| Hex | AA | 64 | 3F | 0 | 29 | 3F | 21 | 15 | 2E | 2E |
| Octal | 252 | 144 | 77 | 0 | 51 | 77 | 41 | 25 | 56 | 56 |
| Binary | 10101010 | 1100100 | 111111 | 0 | 101001 | 111111 | 100001 | 10101 | 101110 | 101110 |
Color Harmonies of #AA643F
Complementary color
Monochromatic Colors of #AA643F
Black with #AA643F
Text Example
Text Example
White with #AA643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA643F; }
p { color: rgb(170,100,63); }
H1.HeaderClassName
{
color: #AA643F;
}
.AnyTagClassName
{
color: #AA643F;
}
</style>
background-color css
<style>
a { background-color: #AA643F; }
a { background-color: rgb(170,100,63); }
div.DivClassName
{
background-color: #AA643F;
}
.BgClassName
{
background-color: #AA643F;
}
</style>
border-color css
<style>
span { border-color: #AA643F; }
span { border-color: rgb(170,100,63); }
td.TdClassName
{
border-color: #AA643F;
}
.TagClassName
{
border-color: #AA643F;
}
</style>