Shades of Rouge #AE3A5E
Tints of Rouge #AE3A5E
RGB
CMYK
RGB Variations
Color information
#AE3A5E (or 0xAE3A5E) is known color: Rouge. HEX triplet: AE, 3A and 5E. RGB value is (174,58,94). Sum of RGB (Red+Green+Blue) = 174+58+94=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3A5E is #51C5A1. Grayscale: #606060. Windows color (decimal): -5359010 or 6175406. OLE color: 6175406.
HSL color Cylindrical-coordinate representation of color #AE3A5E: hue angle of 341.38º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE3A5E is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 94 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.32 |
| HSL | 341.38º | 0.5% | 0.45% | - |
| HSV(B) | 341.38º | 0.67% | 0.68% | - |
| XYZ | 20.99 | 12.83 | 11.96 | - |
| YUV | 96.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 94 | 0 | 0.67 | 0.46 | 0.32 | 341.38 | 0.5 | 0.45 |
| Hex | AE | 3A | 5E | 0 | 43 | 2E | 20 | 155 | 32 | 2D |
| Octal | 256 | 72 | 136 | 0 | 103 | 56 | 40 | 525 | 62 | 55 |
| Binary | 10101110 | 111010 | 1011110 | 0 | 1000011 | 101110 | 100000 | 101010101 | 110010 | 101101 |
Color Harmonies of #AE3A5E
Complementary color
Monochromatic Colors of #AE3A5E
Black with #AE3A5E
Text Example
Text Example
White with #AE3A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A5E; }
p { color: rgb(174,58,94); }
H1.HeaderClassName
{
color: #AE3A5E;
}
.AnyTagClassName
{
color: #AE3A5E;
}
</style>
background-color css
<style>
a { background-color: #AE3A5E; }
a { background-color: rgb(174,58,94); }
div.DivClassName
{
background-color: #AE3A5E;
}
.BgClassName
{
background-color: #AE3A5E;
}
</style>
border-color css
<style>
span { border-color: #AE3A5E; }
span { border-color: rgb(174,58,94); }
td.TdClassName
{
border-color: #AE3A5E;
}
.TagClassName
{
border-color: #AE3A5E;
}
</style>