Shades of Rouge #AE326C
Tints of Rouge #AE326C
RGB
CMYK
RGB Variations
Color information
#AE326C (or 0xAE326C) is known color: Rouge. HEX triplet: AE, 32 and 6C. RGB value is (174,50,108). Sum of RGB (Red+Green+Blue) = 174+50+108=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE326C is #51CD93. Grayscale: #5D5D5D. Windows color (decimal): -5361044 or 7090862. OLE color: 7090862.
HSL color Cylindrical-coordinate representation of color #AE326C: hue angle of 331.94º 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 #AE326C is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 108 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.32 |
| HSL | 331.94º | 0.55% | 0.44% | - |
| HSV(B) | 331.94º | 0.71% | 0.68% | - |
| XYZ | 21.3 | 12.36 | 15.45 | - |
| YUV | 93.69 | 136.08 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 108 | 0 | 0.71 | 0.38 | 0.32 | 331.94 | 0.55 | 0.44 |
| Hex | AE | 32 | 6C | 0 | 47 | 26 | 20 | 14C | 37 | 2C |
| Octal | 256 | 62 | 154 | 0 | 107 | 46 | 40 | 514 | 67 | 54 |
| Binary | 10101110 | 110010 | 1101100 | 0 | 1000111 | 100110 | 100000 | 101001100 | 110111 | 101100 |
Color Harmonies of #AE326C
Complementary color
Monochromatic Colors of #AE326C
Black with #AE326C
Text Example
Text Example
White with #AE326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE326C; }
p { color: rgb(174,50,108); }
H1.HeaderClassName
{
color: #AE326C;
}
.AnyTagClassName
{
color: #AE326C;
}
</style>
background-color css
<style>
a { background-color: #AE326C; }
a { background-color: rgb(174,50,108); }
div.DivClassName
{
background-color: #AE326C;
}
.BgClassName
{
background-color: #AE326C;
}
</style>
border-color css
<style>
span { border-color: #AE326C; }
span { border-color: rgb(174,50,108); }
td.TdClassName
{
border-color: #AE326C;
}
.TagClassName
{
border-color: #AE326C;
}
</style>