Shades of Rouge #AE345D
Tints of Rouge #AE345D
RGB
CMYK
RGB Variations
Color information
#AE345D (or 0xAE345D) is known color: Rouge. HEX triplet: AE, 34 and 5D. RGB value is (174,52,93). Sum of RGB (Red+Green+Blue) = 174+52+93=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE345D is #51CBA2. Grayscale: #5D5D5D. Windows color (decimal): -5360547 or 6108334. OLE color: 6108334.
HSL color Cylindrical-coordinate representation of color #AE345D: hue angle of 339.84º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE345D is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 52 | 93 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.32 |
| HSL | 339.84º | 0.54% | 0.44% | - |
| HSV(B) | 339.84º | 0.7% | 0.68% | - |
| XYZ | 20.66 | 12.24 | 11.63 | - |
| YUV | 93.15 | 127.92 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 52 | 93 | 0 | 0.70 | 0.47 | 0.32 | 339.84 | 0.54 | 0.44 |
| Hex | AE | 34 | 5D | 0 | 46 | 2F | 20 | 154 | 36 | 2C |
| Octal | 256 | 64 | 135 | 0 | 106 | 57 | 40 | 524 | 66 | 54 |
| Binary | 10101110 | 110100 | 1011101 | 0 | 1000110 | 101111 | 100000 | 101010100 | 110110 | 101100 |
Color Harmonies of #AE345D
Complementary color
Monochromatic Colors of #AE345D
Black with #AE345D
Text Example
Text Example
White with #AE345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE345D; }
p { color: rgb(174,52,93); }
H1.HeaderClassName
{
color: #AE345D;
}
.AnyTagClassName
{
color: #AE345D;
}
</style>
background-color css
<style>
a { background-color: #AE345D; }
a { background-color: rgb(174,52,93); }
div.DivClassName
{
background-color: #AE345D;
}
.BgClassName
{
background-color: #AE345D;
}
</style>
border-color css
<style>
span { border-color: #AE345D; }
span { border-color: rgb(174,52,93); }
td.TdClassName
{
border-color: #AE345D;
}
.TagClassName
{
border-color: #AE345D;
}
</style>