Shades of Rouge #AE3465
Tints of Rouge #AE3465
RGB
CMYK
RGB Variations
Color information
#AE3465 (or 0xAE3465) is known color: Rouge. HEX triplet: AE, 34 and 65. RGB value is (174,52,101). Sum of RGB (Red+Green+Blue) = 174+52+101=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3465 is #51CB9A. Grayscale: #5D5D5D. Windows color (decimal): -5360539 or 6632622. OLE color: 6632622.
HSL color Cylindrical-coordinate representation of color #AE3465: hue angle of 335.9º 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 #AE3465 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 52 | 101 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.32 |
| HSL | 335.9º | 0.54% | 0.44% | - |
| HSV(B) | 335.9º | 0.7% | 0.68% | - |
| XYZ | 21.03 | 12.39 | 13.6 | - |
| YUV | 94.06 | 131.92 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 52 | 101 | 0 | 0.70 | 0.42 | 0.32 | 335.9 | 0.54 | 0.44 |
| Hex | AE | 34 | 65 | 0 | 46 | 2A | 20 | 150 | 36 | 2C |
| Octal | 256 | 64 | 145 | 0 | 106 | 52 | 40 | 520 | 66 | 54 |
| Binary | 10101110 | 110100 | 1100101 | 0 | 1000110 | 101010 | 100000 | 101010000 | 110110 | 101100 |
Color Harmonies of #AE3465
Complementary color
Monochromatic Colors of #AE3465
Black with #AE3465
Text Example
Text Example
White with #AE3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3465; }
p { color: rgb(174,52,101); }
H1.HeaderClassName
{
color: #AE3465;
}
.AnyTagClassName
{
color: #AE3465;
}
</style>
background-color css
<style>
a { background-color: #AE3465; }
a { background-color: rgb(174,52,101); }
div.DivClassName
{
background-color: #AE3465;
}
.BgClassName
{
background-color: #AE3465;
}
</style>
border-color css
<style>
span { border-color: #AE3465; }
span { border-color: rgb(174,52,101); }
td.TdClassName
{
border-color: #AE3465;
}
.TagClassName
{
border-color: #AE3465;
}
</style>