Shades of Tuscany #AE614A
Tints of Tuscany #AE614A
RGB
CMYK
RGB Variations
Color information
#AE614A (or 0xAE614A) is known color: Tuscany. HEX triplet: AE, 61 and 4A. RGB value is (174,97,74). Sum of RGB (Red+Green+Blue) = 174+97+74=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE614A is #519EB5. Grayscale: #757575. Windows color (decimal): -5349046 or 4874670. OLE color: 4874670.
HSL color Cylindrical-coordinate representation of color #AE614A: hue angle of 13.8º 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 #AE614A is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 97 | 74 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.32 |
| HSL | 13.8º | 0.4% | 0.49% | - |
| HSV(B) | 13.8º | 0.57% | 0.68% | - |
| XYZ | 22.97 | 18.04 | 8.75 | - |
| YUV | 117.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 97 | 74 | 0 | 0.44 | 0.57 | 0.32 | 13.8 | 0.4 | 0.49 |
| Hex | AE | 61 | 4A | 0 | 2C | 39 | 20 | E | 28 | 31 |
| Octal | 256 | 141 | 112 | 0 | 54 | 71 | 40 | 16 | 50 | 61 |
| Binary | 10101110 | 1100001 | 1001010 | 0 | 101100 | 111001 | 100000 | 1110 | 101000 | 110001 |
Color Harmonies of #AE614A
Complementary color
Monochromatic Colors of #AE614A
Black with #AE614A
Text Example
Text Example
White with #AE614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE614A; }
p { color: rgb(174,97,74); }
H1.HeaderClassName
{
color: #AE614A;
}
.AnyTagClassName
{
color: #AE614A;
}
</style>
background-color css
<style>
a { background-color: #AE614A; }
a { background-color: rgb(174,97,74); }
div.DivClassName
{
background-color: #AE614A;
}
.BgClassName
{
background-color: #AE614A;
}
</style>
border-color css
<style>
span { border-color: #AE614A; }
span { border-color: rgb(174,97,74); }
td.TdClassName
{
border-color: #AE614A;
}
.TagClassName
{
border-color: #AE614A;
}
</style>