Shades of Rouge #AE405D
Tints of Rouge #AE405D
RGB
CMYK
RGB Variations
Color information
#AE405D (or 0xAE405D) is known color: Rouge. HEX triplet: AE, 40 and 5D. RGB value is (174,64,93). Sum of RGB (Red+Green+Blue) = 174+64+93=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE405D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE405D is #51BFA2. Grayscale: #646464. Windows color (decimal): -5357475 or 6111406. OLE color: 6111406.
HSL color Cylindrical-coordinate representation of color #AE405D: hue angle of 344.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE405D is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 93 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.32 |
| HSL | 344.18º | 0.46% | 0.47% | - |
| HSV(B) | 344.18º | 0.63% | 0.68% | - |
| XYZ | 21.26 | 13.46 | 11.83 | - |
| YUV | 100.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 93 | 0 | 0.63 | 0.47 | 0.32 | 344.18 | 0.46 | 0.47 |
| Hex | AE | 40 | 5D | 0 | 3F | 2F | 20 | 158 | 2E | 2F |
| Octal | 256 | 100 | 135 | 0 | 77 | 57 | 40 | 530 | 56 | 57 |
| Binary | 10101110 | 1000000 | 1011101 | 0 | 111111 | 101111 | 100000 | 101011000 | 101110 | 101111 |
Color Harmonies of #AE405D
Complementary color
Monochromatic Colors of #AE405D
Black with #AE405D
Text Example
Text Example
White with #AE405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE405D; }
p { color: rgb(174,64,93); }
H1.HeaderClassName
{
color: #AE405D;
}
.AnyTagClassName
{
color: #AE405D;
}
</style>
background-color css
<style>
a { background-color: #AE405D; }
a { background-color: rgb(174,64,93); }
div.DivClassName
{
background-color: #AE405D;
}
.BgClassName
{
background-color: #AE405D;
}
</style>
border-color css
<style>
span { border-color: #AE405D; }
span { border-color: rgb(174,64,93); }
td.TdClassName
{
border-color: #AE405D;
}
.TagClassName
{
border-color: #AE405D;
}
</style>