Shades of Tuscany #AE623C
Tints of Tuscany #AE623C
RGB
CMYK
RGB Variations
Color information
#AE623C (or 0xAE623C) is known color: Tuscany. HEX triplet: AE, 62 and 3C. RGB value is (174,98,60). Sum of RGB (Red+Green+Blue) = 174+98+60=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE623C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE623C is #519DC3. Grayscale: #747474. Windows color (decimal): -5348804 or 3957422. OLE color: 3957422.
HSL color Cylindrical-coordinate representation of color #AE623C: hue angle of 20º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE623C is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 60 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.32 |
| HSL | 20º | 0.49% | 0.46% | - |
| HSV(B) | 20º | 0.66% | 0.68% | - |
| XYZ | 22.64 | 18.06 | 6.57 | - |
| YUV | 116.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 60 | 0 | 0.44 | 0.66 | 0.32 | 20 | 0.49 | 0.46 |
| Hex | AE | 62 | 3C | 0 | 2C | 42 | 20 | 14 | 31 | 2E |
| Octal | 256 | 142 | 74 | 0 | 54 | 102 | 40 | 24 | 61 | 56 |
| Binary | 10101110 | 1100010 | 111100 | 0 | 101100 | 1000010 | 100000 | 10100 | 110001 | 101110 |
Color Harmonies of #AE623C
Complementary color
Monochromatic Colors of #AE623C
Black with #AE623C
Text Example
Text Example
White with #AE623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE623C; }
p { color: rgb(174,98,60); }
H1.HeaderClassName
{
color: #AE623C;
}
.AnyTagClassName
{
color: #AE623C;
}
</style>
background-color css
<style>
a { background-color: #AE623C; }
a { background-color: rgb(174,98,60); }
div.DivClassName
{
background-color: #AE623C;
}
.BgClassName
{
background-color: #AE623C;
}
</style>
border-color css
<style>
span { border-color: #AE623C; }
span { border-color: rgb(174,98,60); }
td.TdClassName
{
border-color: #AE623C;
}
.TagClassName
{
border-color: #AE623C;
}
</style>