Shades of Rouge #AE326E
Tints of Rouge #AE326E
RGB
CMYK
RGB Variations
Color information
#AE326E (or 0xAE326E) is known color: Rouge. HEX triplet: AE, 32 and 6E. RGB value is (174,50,110). Sum of RGB (Red+Green+Blue) = 174+50+110=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE326E is #51CD91. Grayscale: #5D5D5D. Windows color (decimal): -5361042 or 7221934. OLE color: 7221934.
HSL color Cylindrical-coordinate representation of color #AE326E: hue angle of 330.97º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE326E is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 110 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.32 |
| HSL | 330.97º | 0.55% | 0.44% | - |
| HSV(B) | 330.97º | 0.71% | 0.68% | - |
| XYZ | 21.41 | 12.41 | 16.02 | - |
| YUV | 93.92 | 137.08 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 110 | 0 | 0.71 | 0.37 | 0.32 | 330.97 | 0.55 | 0.44 |
| Hex | AE | 32 | 6E | 0 | 47 | 25 | 20 | 14B | 37 | 2C |
| Octal | 256 | 62 | 156 | 0 | 107 | 45 | 40 | 513 | 67 | 54 |
| Binary | 10101110 | 110010 | 1101110 | 0 | 1000111 | 100101 | 100000 | 101001011 | 110111 | 101100 |
Color Harmonies of #AE326E
Complementary color
Monochromatic Colors of #AE326E
Black with #AE326E
Text Example
Text Example
White with #AE326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE326E; }
p { color: rgb(174,50,110); }
H1.HeaderClassName
{
color: #AE326E;
}
.AnyTagClassName
{
color: #AE326E;
}
</style>
background-color css
<style>
a { background-color: #AE326E; }
a { background-color: rgb(174,50,110); }
div.DivClassName
{
background-color: #AE326E;
}
.BgClassName
{
background-color: #AE326E;
}
</style>
border-color css
<style>
span { border-color: #AE326E; }
span { border-color: rgb(174,50,110); }
td.TdClassName
{
border-color: #AE326E;
}
.TagClassName
{
border-color: #AE326E;
}
</style>