Shades of Rouge #AE375C
Tints of Rouge #AE375C
RGB
CMYK
RGB Variations
Color information
#AE375C (or 0xAE375C) is known color: Rouge. HEX triplet: AE, 37 and 5C. RGB value is (174,55,92). Sum of RGB (Red+Green+Blue) = 174+55+92=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE375C is #51C8A3. Grayscale: #5E5E5E. Windows color (decimal): -5359780 or 6043566. OLE color: 6043566.
HSL color Cylindrical-coordinate representation of color #AE375C: hue angle of 341.34º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE375C is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 92 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.32 |
| HSL | 341.34º | 0.52% | 0.45% | - |
| HSV(B) | 341.34º | 0.68% | 0.68% | - |
| XYZ | 20.75 | 12.5 | 11.44 | - |
| YUV | 94.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 92 | 0 | 0.68 | 0.47 | 0.32 | 341.34 | 0.52 | 0.45 |
| Hex | AE | 37 | 5C | 0 | 44 | 2F | 20 | 155 | 34 | 2D |
| Octal | 256 | 67 | 134 | 0 | 104 | 57 | 40 | 525 | 64 | 55 |
| Binary | 10101110 | 110111 | 1011100 | 0 | 1000100 | 101111 | 100000 | 101010101 | 110100 | 101101 |
Color Harmonies of #AE375C
Complementary color
Monochromatic Colors of #AE375C
Black with #AE375C
Text Example
Text Example
White with #AE375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE375C; }
p { color: rgb(174,55,92); }
H1.HeaderClassName
{
color: #AE375C;
}
.AnyTagClassName
{
color: #AE375C;
}
</style>
background-color css
<style>
a { background-color: #AE375C; }
a { background-color: rgb(174,55,92); }
div.DivClassName
{
background-color: #AE375C;
}
.BgClassName
{
background-color: #AE375C;
}
</style>
border-color css
<style>
span { border-color: #AE375C; }
span { border-color: rgb(174,55,92); }
td.TdClassName
{
border-color: #AE375C;
}
.TagClassName
{
border-color: #AE375C;
}
</style>