Shades of Rouge #AE345C
Tints of Rouge #AE345C
RGB
CMYK
RGB Variations
Color information
#AE345C (or 0xAE345C) is known color: Rouge. HEX triplet: AE, 34 and 5C. RGB value is (174,52,92). Sum of RGB (Red+Green+Blue) = 174+52+92=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE345C is #51CBA3. Grayscale: #5D5D5D. Windows color (decimal): -5360548 or 6042798. OLE color: 6042798.
HSL color Cylindrical-coordinate representation of color #AE345C: hue angle of 340.33º 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 #AE345C is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 52 | 92 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.32 |
| HSL | 340.33º | 0.54% | 0.44% | - |
| HSV(B) | 340.33º | 0.7% | 0.68% | - |
| XYZ | 20.62 | 12.23 | 11.4 | - |
| YUV | 93.04 | 127.42 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 52 | 92 | 0 | 0.70 | 0.47 | 0.32 | 340.33 | 0.54 | 0.44 |
| Hex | AE | 34 | 5C | 0 | 46 | 2F | 20 | 154 | 36 | 2C |
| Octal | 256 | 64 | 134 | 0 | 106 | 57 | 40 | 524 | 66 | 54 |
| Binary | 10101110 | 110100 | 1011100 | 0 | 1000110 | 101111 | 100000 | 101010100 | 110110 | 101100 |
Color Harmonies of #AE345C
Complementary color
Monochromatic Colors of #AE345C
Black with #AE345C
Text Example
Text Example
White with #AE345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE345C; }
p { color: rgb(174,52,92); }
H1.HeaderClassName
{
color: #AE345C;
}
.AnyTagClassName
{
color: #AE345C;
}
</style>
background-color css
<style>
a { background-color: #AE345C; }
a { background-color: rgb(174,52,92); }
div.DivClassName
{
background-color: #AE345C;
}
.BgClassName
{
background-color: #AE345C;
}
</style>
border-color css
<style>
span { border-color: #AE345C; }
span { border-color: rgb(174,52,92); }
td.TdClassName
{
border-color: #AE345C;
}
.TagClassName
{
border-color: #AE345C;
}
</style>