Shades of Rouge #AE325F
Tints of Rouge #AE325F
RGB
CMYK
RGB Variations
Color information
#AE325F (or 0xAE325F) is known color: Rouge. HEX triplet: AE, 32 and 5F. RGB value is (174,50,95). Sum of RGB (Red+Green+Blue) = 174+50+95=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE325F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE325F is #51CDA0. Grayscale: #5C5C5C. Windows color (decimal): -5361057 or 6238894. OLE color: 6238894.
HSL color Cylindrical-coordinate representation of color #AE325F: hue angle of 338.23º 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 #AE325F is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 95 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.32 |
| HSL | 338.23º | 0.55% | 0.44% | - |
| HSV(B) | 338.23º | 0.71% | 0.68% | - |
| XYZ | 20.66 | 12.11 | 12.07 | - |
| YUV | 92.21 | 129.58 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 95 | 0 | 0.71 | 0.45 | 0.32 | 338.23 | 0.55 | 0.44 |
| Hex | AE | 32 | 5F | 0 | 47 | 2D | 20 | 152 | 37 | 2C |
| Octal | 256 | 62 | 137 | 0 | 107 | 55 | 40 | 522 | 67 | 54 |
| Binary | 10101110 | 110010 | 1011111 | 0 | 1000111 | 101101 | 100000 | 101010010 | 110111 | 101100 |
Color Harmonies of #AE325F
Complementary color
Monochromatic Colors of #AE325F
Black with #AE325F
Text Example
Text Example
White with #AE325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE325F; }
p { color: rgb(174,50,95); }
H1.HeaderClassName
{
color: #AE325F;
}
.AnyTagClassName
{
color: #AE325F;
}
</style>
background-color css
<style>
a { background-color: #AE325F; }
a { background-color: rgb(174,50,95); }
div.DivClassName
{
background-color: #AE325F;
}
.BgClassName
{
background-color: #AE325F;
}
</style>
border-color css
<style>
span { border-color: #AE325F; }
span { border-color: rgb(174,50,95); }
td.TdClassName
{
border-color: #AE325F;
}
.TagClassName
{
border-color: #AE325F;
}
</style>