Shades of Tuscany #AA653E
Tints of Tuscany #AA653E
RGB
CMYK
RGB Variations
Color information
#AA653E (or 0xAA653E) is known color: Tuscany. HEX triplet: AA, 65 and 3E. RGB value is (170,101,62). Sum of RGB (Red+Green+Blue) = 170+101+62=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA653E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA653E is #559AC1. Grayscale: #757575. Windows color (decimal): -5610178 or 4089258. OLE color: 4089258.
HSL color Cylindrical-coordinate representation of color #AA653E: hue angle of 21.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA653E is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 62 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.33 |
| HSL | 21.67º | 0.47% | 0.45% | - |
| HSV(B) | 21.67º | 0.64% | 0.67% | - |
| XYZ | 22.1 | 18.2 | 6.91 | - |
| YUV | 117.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 62 | 0 | 0.41 | 0.64 | 0.33 | 21.67 | 0.47 | 0.45 |
| Hex | AA | 65 | 3E | 0 | 29 | 40 | 21 | 16 | 2F | 2D |
| Octal | 252 | 145 | 76 | 0 | 51 | 100 | 41 | 26 | 57 | 55 |
| Binary | 10101010 | 1100101 | 111110 | 0 | 101001 | 1000000 | 100001 | 10110 | 101111 | 101101 |
Color Harmonies of #AA653E
Complementary color
Monochromatic Colors of #AA653E
Black with #AA653E
Text Example
Text Example
White with #AA653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA653E; }
p { color: rgb(170,101,62); }
H1.HeaderClassName
{
color: #AA653E;
}
.AnyTagClassName
{
color: #AA653E;
}
</style>
background-color css
<style>
a { background-color: #AA653E; }
a { background-color: rgb(170,101,62); }
div.DivClassName
{
background-color: #AA653E;
}
.BgClassName
{
background-color: #AA653E;
}
</style>
border-color css
<style>
span { border-color: #AA653E; }
span { border-color: rgb(170,101,62); }
td.TdClassName
{
border-color: #AA653E;
}
.TagClassName
{
border-color: #AA653E;
}
</style>