Shades of Rouge #AE355D
Tints of Rouge #AE355D
RGB
CMYK
RGB Variations
Color information
#AE355D (or 0xAE355D) is known color: Rouge. HEX triplet: AE, 35 and 5D. RGB value is (174,53,93). Sum of RGB (Red+Green+Blue) = 174+53+93=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE355D is #51CAA2. Grayscale: #5D5D5D. Windows color (decimal): -5360291 or 6108590. OLE color: 6108590.
HSL color Cylindrical-coordinate representation of color #AE355D: hue angle of 340.17º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE355D is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 53 | 93 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.32 |
| HSL | 340.17º | 0.53% | 0.45% | - |
| HSV(B) | 340.17º | 0.7% | 0.68% | - |
| XYZ | 20.7 | 12.34 | 11.65 | - |
| YUV | 93.74 | 127.59 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 53 | 93 | 0 | 0.70 | 0.47 | 0.32 | 340.17 | 0.53 | 0.45 |
| Hex | AE | 35 | 5D | 0 | 46 | 2F | 20 | 154 | 35 | 2D |
| Octal | 256 | 65 | 135 | 0 | 106 | 57 | 40 | 524 | 65 | 55 |
| Binary | 10101110 | 110101 | 1011101 | 0 | 1000110 | 101111 | 100000 | 101010100 | 110101 | 101101 |
Color Harmonies of #AE355D
Complementary color
Monochromatic Colors of #AE355D
Black with #AE355D
Text Example
Text Example
White with #AE355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE355D; }
p { color: rgb(174,53,93); }
H1.HeaderClassName
{
color: #AE355D;
}
.AnyTagClassName
{
color: #AE355D;
}
</style>
background-color css
<style>
a { background-color: #AE355D; }
a { background-color: rgb(174,53,93); }
div.DivClassName
{
background-color: #AE355D;
}
.BgClassName
{
background-color: #AE355D;
}
</style>
border-color css
<style>
span { border-color: #AE355D; }
span { border-color: rgb(174,53,93); }
td.TdClassName
{
border-color: #AE355D;
}
.TagClassName
{
border-color: #AE355D;
}
</style>