Shades of Rouge #AE3C5C
Tints of Rouge #AE3C5C
RGB
CMYK
RGB Variations
Color information
#AE3C5C (or 0xAE3C5C) is known color: Rouge. HEX triplet: AE, 3C and 5C. RGB value is (174,60,92). Sum of RGB (Red+Green+Blue) = 174+60+92=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C5C is #51C3A3. Grayscale: #616161. Windows color (decimal): -5358500 or 6044846. OLE color: 6044846.
HSL color Cylindrical-coordinate representation of color #AE3C5C: hue angle of 343.16º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3C5C is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 92 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.32 |
| HSL | 343.16º | 0.49% | 0.46% | - |
| HSV(B) | 343.16º | 0.66% | 0.68% | - |
| XYZ | 21 | 13 | 11.53 | - |
| YUV | 97.73 | 124.77 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 92 | 0 | 0.66 | 0.47 | 0.32 | 343.16 | 0.49 | 0.46 |
| Hex | AE | 3C | 5C | 0 | 42 | 2F | 20 | 157 | 31 | 2E |
| Octal | 256 | 74 | 134 | 0 | 102 | 57 | 40 | 527 | 61 | 56 |
| Binary | 10101110 | 111100 | 1011100 | 0 | 1000010 | 101111 | 100000 | 101010111 | 110001 | 101110 |
Color Harmonies of #AE3C5C
Complementary color
Monochromatic Colors of #AE3C5C
Black with #AE3C5C
Text Example
Text Example
White with #AE3C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C5C; }
p { color: rgb(174,60,92); }
H1.HeaderClassName
{
color: #AE3C5C;
}
.AnyTagClassName
{
color: #AE3C5C;
}
</style>
background-color css
<style>
a { background-color: #AE3C5C; }
a { background-color: rgb(174,60,92); }
div.DivClassName
{
background-color: #AE3C5C;
}
.BgClassName
{
background-color: #AE3C5C;
}
</style>
border-color css
<style>
span { border-color: #AE3C5C; }
span { border-color: rgb(174,60,92); }
td.TdClassName
{
border-color: #AE3C5C;
}
.TagClassName
{
border-color: #AE3C5C;
}
</style>