Shades of Rouge #AE3872
Tints of Rouge #AE3872
RGB
CMYK
RGB Variations
Color information
#AE3872 (or 0xAE3872) is known color: Rouge. HEX triplet: AE, 38 and 72. RGB value is (174,56,114). Sum of RGB (Red+Green+Blue) = 174+56+114=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3872 is #51C78D. Grayscale: #616161. Windows color (decimal): -5359502 or 7485614. OLE color: 7485614.
HSL color Cylindrical-coordinate representation of color #AE3872: hue angle of 330.51º degrees, saturation: 0.51, 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 #AE3872 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 56 | 114 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.32 |
| HSL | 330.51º | 0.51% | 0.45% | - |
| HSV(B) | 330.51º | 0.68% | 0.68% | - |
| XYZ | 21.91 | 13.04 | 17.28 | - |
| YUV | 97.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 56 | 114 | 0 | 0.68 | 0.34 | 0.32 | 330.51 | 0.51 | 0.45 |
| Hex | AE | 38 | 72 | 0 | 44 | 22 | 20 | 14B | 33 | 2D |
| Octal | 256 | 70 | 162 | 0 | 104 | 42 | 40 | 513 | 63 | 55 |
| Binary | 10101110 | 111000 | 1110010 | 0 | 1000100 | 100010 | 100000 | 101001011 | 110011 | 101101 |
Color Harmonies of #AE3872
Complementary color
Monochromatic Colors of #AE3872
Black with #AE3872
Text Example
Text Example
White with #AE3872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3872; }
p { color: rgb(174,56,114); }
H1.HeaderClassName
{
color: #AE3872;
}
.AnyTagClassName
{
color: #AE3872;
}
</style>
background-color css
<style>
a { background-color: #AE3872; }
a { background-color: rgb(174,56,114); }
div.DivClassName
{
background-color: #AE3872;
}
.BgClassName
{
background-color: #AE3872;
}
</style>
border-color css
<style>
span { border-color: #AE3872; }
span { border-color: rgb(174,56,114); }
td.TdClassName
{
border-color: #AE3872;
}
.TagClassName
{
border-color: #AE3872;
}
</style>