Shades of Rouge #AE405E
Tints of Rouge #AE405E
RGB
CMYK
RGB Variations
Color information
#AE405E (or 0xAE405E) is known color: Rouge. HEX triplet: AE, 40 and 5E. RGB value is (174,64,94). Sum of RGB (Red+Green+Blue) = 174+64+94=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE405E is #51BFA1. Grayscale: #646464. Windows color (decimal): -5357474 or 6176942. OLE color: 6176942.
HSL color Cylindrical-coordinate representation of color #AE405E: hue angle of 343.64º 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 #AE405E is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 94 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.32 |
| HSL | 343.64º | 0.46% | 0.47% | - |
| HSV(B) | 343.64º | 0.63% | 0.68% | - |
| XYZ | 21.31 | 13.47 | 12.07 | - |
| YUV | 100.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 94 | 0 | 0.63 | 0.46 | 0.32 | 343.64 | 0.46 | 0.47 |
| Hex | AE | 40 | 5E | 0 | 3F | 2E | 20 | 158 | 2E | 2F |
| Octal | 256 | 100 | 136 | 0 | 77 | 56 | 40 | 530 | 56 | 57 |
| Binary | 10101110 | 1000000 | 1011110 | 0 | 111111 | 101110 | 100000 | 101011000 | 101110 | 101111 |
Color Harmonies of #AE405E
Complementary color
Monochromatic Colors of #AE405E
Black with #AE405E
Text Example
Text Example
White with #AE405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE405E; }
p { color: rgb(174,64,94); }
H1.HeaderClassName
{
color: #AE405E;
}
.AnyTagClassName
{
color: #AE405E;
}
</style>
background-color css
<style>
a { background-color: #AE405E; }
a { background-color: rgb(174,64,94); }
div.DivClassName
{
background-color: #AE405E;
}
.BgClassName
{
background-color: #AE405E;
}
</style>
border-color css
<style>
span { border-color: #AE405E; }
span { border-color: rgb(174,64,94); }
td.TdClassName
{
border-color: #AE405E;
}
.TagClassName
{
border-color: #AE405E;
}
</style>