Shades of Rouge #AE325E
Tints of Rouge #AE325E
RGB
CMYK
RGB Variations
Color information
#AE325E (or 0xAE325E) is known color: Rouge. HEX triplet: AE, 32 and 5E. RGB value is (174,50,94). Sum of RGB (Red+Green+Blue) = 174+50+94=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE325E is #51CDA1. Grayscale: #5C5C5C. Windows color (decimal): -5361058 or 6173358. OLE color: 6173358.
HSL color Cylindrical-coordinate representation of color #AE325E: hue angle of 338.71º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE325E is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 94 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.32 |
| HSL | 338.71º | 0.55% | 0.44% | - |
| HSV(B) | 338.71º | 0.71% | 0.68% | - |
| XYZ | 20.62 | 12.09 | 11.84 | - |
| YUV | 92.09 | 129.08 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 94 | 0 | 0.71 | 0.46 | 0.32 | 338.71 | 0.55 | 0.44 |
| Hex | AE | 32 | 5E | 0 | 47 | 2E | 20 | 153 | 37 | 2C |
| Octal | 256 | 62 | 136 | 0 | 107 | 56 | 40 | 523 | 67 | 54 |
| Binary | 10101110 | 110010 | 1011110 | 0 | 1000111 | 101110 | 100000 | 101010011 | 110111 | 101100 |
Color Harmonies of #AE325E
Complementary color
Monochromatic Colors of #AE325E
Black with #AE325E
Text Example
Text Example
White with #AE325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE325E; }
p { color: rgb(174,50,94); }
H1.HeaderClassName
{
color: #AE325E;
}
.AnyTagClassName
{
color: #AE325E;
}
</style>
background-color css
<style>
a { background-color: #AE325E; }
a { background-color: rgb(174,50,94); }
div.DivClassName
{
background-color: #AE325E;
}
.BgClassName
{
background-color: #AE325E;
}
</style>
border-color css
<style>
span { border-color: #AE325E; }
span { border-color: rgb(174,50,94); }
td.TdClassName
{
border-color: #AE325E;
}
.TagClassName
{
border-color: #AE325E;
}
</style>