Shades of Tuscany #AE644A
Tints of Tuscany #AE644A
RGB
CMYK
RGB Variations
Color information
#AE644A (or 0xAE644A) is known color: Tuscany. HEX triplet: AE, 64 and 4A. RGB value is (174,100,74). Sum of RGB (Red+Green+Blue) = 174+100+74=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE644A is #519BB5. Grayscale: #777777. Windows color (decimal): -5348278 or 4875438. OLE color: 4875438.
HSL color Cylindrical-coordinate representation of color #AE644A: hue angle of 15.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE644A is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 74 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.32 |
| HSL | 15.6º | 0.4% | 0.49% | - |
| HSV(B) | 15.6º | 0.57% | 0.68% | - |
| XYZ | 23.25 | 18.61 | 8.84 | - |
| YUV | 119.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 74 | 0 | 0.43 | 0.57 | 0.32 | 15.6 | 0.4 | 0.49 |
| Hex | AE | 64 | 4A | 0 | 2B | 39 | 20 | 10 | 28 | 31 |
| Octal | 256 | 144 | 112 | 0 | 53 | 71 | 40 | 20 | 50 | 61 |
| Binary | 10101110 | 1100100 | 1001010 | 0 | 101011 | 111001 | 100000 | 10000 | 101000 | 110001 |
Color Harmonies of #AE644A
Complementary color
Monochromatic Colors of #AE644A
Black with #AE644A
Text Example
Text Example
White with #AE644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE644A; }
p { color: rgb(174,100,74); }
H1.HeaderClassName
{
color: #AE644A;
}
.AnyTagClassName
{
color: #AE644A;
}
</style>
background-color css
<style>
a { background-color: #AE644A; }
a { background-color: rgb(174,100,74); }
div.DivClassName
{
background-color: #AE644A;
}
.BgClassName
{
background-color: #AE644A;
}
</style>
border-color css
<style>
span { border-color: #AE644A; }
span { border-color: rgb(174,100,74); }
td.TdClassName
{
border-color: #AE644A;
}
.TagClassName
{
border-color: #AE644A;
}
</style>