Shades of Rouge #AE376E
Tints of Rouge #AE376E
RGB
CMYK
RGB Variations
Color information
#AE376E (or 0xAE376E) is known color: Rouge. HEX triplet: AE, 37 and 6E. RGB value is (174,55,110). Sum of RGB (Red+Green+Blue) = 174+55+110=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE376E is #51C891. Grayscale: #606060. Windows color (decimal): -5359762 or 7223214. OLE color: 7223214.
HSL color Cylindrical-coordinate representation of color #AE376E: hue angle of 332.27º 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 #AE376E is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 110 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.32 |
| HSL | 332.27º | 0.52% | 0.45% | - |
| HSV(B) | 332.27º | 0.68% | 0.68% | - |
| XYZ | 21.64 | 12.86 | 16.09 | - |
| YUV | 96.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 110 | 0 | 0.68 | 0.37 | 0.32 | 332.27 | 0.52 | 0.45 |
| Hex | AE | 37 | 6E | 0 | 44 | 25 | 20 | 14C | 34 | 2D |
| Octal | 256 | 67 | 156 | 0 | 104 | 45 | 40 | 514 | 64 | 55 |
| Binary | 10101110 | 110111 | 1101110 | 0 | 1000100 | 100101 | 100000 | 101001100 | 110100 | 101101 |
Color Harmonies of #AE376E
Complementary color
Monochromatic Colors of #AE376E
Black with #AE376E
Text Example
Text Example
White with #AE376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE376E; }
p { color: rgb(174,55,110); }
H1.HeaderClassName
{
color: #AE376E;
}
.AnyTagClassName
{
color: #AE376E;
}
</style>
background-color css
<style>
a { background-color: #AE376E; }
a { background-color: rgb(174,55,110); }
div.DivClassName
{
background-color: #AE376E;
}
.BgClassName
{
background-color: #AE376E;
}
</style>
border-color css
<style>
span { border-color: #AE376E; }
span { border-color: rgb(174,55,110); }
td.TdClassName
{
border-color: #AE376E;
}
.TagClassName
{
border-color: #AE376E;
}
</style>