Shades of Rouge #AE3C70
Tints of Rouge #AE3C70
RGB
CMYK
RGB Variations
Color information
#AE3C70 (or 0xAE3C70) is known color: Rouge. HEX triplet: AE, 3C and 70. RGB value is (174,60,112). Sum of RGB (Red+Green+Blue) = 174+60+112=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C70 is #51C38F. Grayscale: #636363. Windows color (decimal): -5358480 or 7355566. OLE color: 7355566.
HSL color Cylindrical-coordinate representation of color #AE3C70: hue angle of 332.63º 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 #AE3C70 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 112 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.32 |
| HSL | 332.63º | 0.49% | 0.46% | - |
| HSV(B) | 332.63º | 0.66% | 0.68% | - |
| XYZ | 22 | 13.4 | 16.76 | - |
| YUV | 100.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 112 | 0 | 0.66 | 0.36 | 0.32 | 332.63 | 0.49 | 0.46 |
| Hex | AE | 3C | 70 | 0 | 42 | 24 | 20 | 14D | 31 | 2E |
| Octal | 256 | 74 | 160 | 0 | 102 | 44 | 40 | 515 | 61 | 56 |
| Binary | 10101110 | 111100 | 1110000 | 0 | 1000010 | 100100 | 100000 | 101001101 | 110001 | 101110 |
Color Harmonies of #AE3C70
Complementary color
Monochromatic Colors of #AE3C70
Black with #AE3C70
Text Example
Text Example
White with #AE3C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C70; }
p { color: rgb(174,60,112); }
H1.HeaderClassName
{
color: #AE3C70;
}
.AnyTagClassName
{
color: #AE3C70;
}
</style>
background-color css
<style>
a { background-color: #AE3C70; }
a { background-color: rgb(174,60,112); }
div.DivClassName
{
background-color: #AE3C70;
}
.BgClassName
{
background-color: #AE3C70;
}
</style>
border-color css
<style>
span { border-color: #AE3C70; }
span { border-color: rgb(174,60,112); }
td.TdClassName
{
border-color: #AE3C70;
}
.TagClassName
{
border-color: #AE3C70;
}
</style>