Shades of Rouge #AE3C5E
Tints of Rouge #AE3C5E
RGB
CMYK
RGB Variations
Color information
#AE3C5E (or 0xAE3C5E) is known color: Rouge. HEX triplet: AE, 3C and 5E. RGB value is (174,60,94). Sum of RGB (Red+Green+Blue) = 174+60+94=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C5E is #51C3A1. Grayscale: #616161. Windows color (decimal): -5358498 or 6175918. OLE color: 6175918.
HSL color Cylindrical-coordinate representation of color #AE3C5E: hue angle of 342.11º 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 #AE3C5E is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 94 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.32 |
| HSL | 342.11º | 0.49% | 0.46% | - |
| HSV(B) | 342.11º | 0.66% | 0.68% | - |
| XYZ | 21.09 | 13.04 | 11.99 | - |
| YUV | 97.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 94 | 0 | 0.66 | 0.46 | 0.32 | 342.11 | 0.49 | 0.46 |
| Hex | AE | 3C | 5E | 0 | 42 | 2E | 20 | 156 | 31 | 2E |
| Octal | 256 | 74 | 136 | 0 | 102 | 56 | 40 | 526 | 61 | 56 |
| Binary | 10101110 | 111100 | 1011110 | 0 | 1000010 | 101110 | 100000 | 101010110 | 110001 | 101110 |
Color Harmonies of #AE3C5E
Complementary color
Monochromatic Colors of #AE3C5E
Black with #AE3C5E
Text Example
Text Example
White with #AE3C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C5E; }
p { color: rgb(174,60,94); }
H1.HeaderClassName
{
color: #AE3C5E;
}
.AnyTagClassName
{
color: #AE3C5E;
}
</style>
background-color css
<style>
a { background-color: #AE3C5E; }
a { background-color: rgb(174,60,94); }
div.DivClassName
{
background-color: #AE3C5E;
}
.BgClassName
{
background-color: #AE3C5E;
}
</style>
border-color css
<style>
span { border-color: #AE3C5E; }
span { border-color: rgb(174,60,94); }
td.TdClassName
{
border-color: #AE3C5E;
}
.TagClassName
{
border-color: #AE3C5E;
}
</style>