Shades of Tuscany #AA623F
Tints of Tuscany #AA623F
RGB
CMYK
RGB Variations
Color information
#AA623F (or 0xAA623F) is known color: Tuscany. HEX triplet: AA, 62 and 3F. RGB value is (170,98,63). Sum of RGB (Red+Green+Blue) = 170+98+63=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA623F is #559DC0. Grayscale: #737373. Windows color (decimal): -5610945 or 4154026. OLE color: 4154026.
HSL color Cylindrical-coordinate representation of color #AA623F: hue angle of 19.63º 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 #AA623F is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 63 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.33 |
| HSL | 19.63º | 0.46% | 0.46% | - |
| HSV(B) | 19.63º | 0.63% | 0.67% | - |
| XYZ | 21.84 | 17.64 | 6.96 | - |
| YUV | 115.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 63 | 0 | 0.42 | 0.63 | 0.33 | 19.63 | 0.46 | 0.46 |
| Hex | AA | 62 | 3F | 0 | 2A | 3F | 21 | 14 | 2E | 2E |
| Octal | 252 | 142 | 77 | 0 | 52 | 77 | 41 | 24 | 56 | 56 |
| Binary | 10101010 | 1100010 | 111111 | 0 | 101010 | 111111 | 100001 | 10100 | 101110 | 101110 |
Color Harmonies of #AA623F
Complementary color
Monochromatic Colors of #AA623F
Black with #AA623F
Text Example
Text Example
White with #AA623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA623F; }
p { color: rgb(170,98,63); }
H1.HeaderClassName
{
color: #AA623F;
}
.AnyTagClassName
{
color: #AA623F;
}
</style>
background-color css
<style>
a { background-color: #AA623F; }
a { background-color: rgb(170,98,63); }
div.DivClassName
{
background-color: #AA623F;
}
.BgClassName
{
background-color: #AA623F;
}
</style>
border-color css
<style>
span { border-color: #AA623F; }
span { border-color: rgb(170,98,63); }
td.TdClassName
{
border-color: #AA623F;
}
.TagClassName
{
border-color: #AA623F;
}
</style>