Shades of Rouge #AE356C
Tints of Rouge #AE356C
RGB
CMYK
RGB Variations
Color information
#AE356C (or 0xAE356C) is known color: Rouge. HEX triplet: AE, 35 and 6C. RGB value is (174,53,108). Sum of RGB (Red+Green+Blue) = 174+53+108=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE356C is #51CA93. Grayscale: #5F5F5F. Windows color (decimal): -5360276 or 7091630. OLE color: 7091630.
HSL color Cylindrical-coordinate representation of color #AE356C: hue angle of 332.73º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE356C is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 53 | 108 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.32 |
| HSL | 332.73º | 0.53% | 0.45% | - |
| HSV(B) | 332.73º | 0.7% | 0.68% | - |
| XYZ | 21.44 | 12.63 | 15.49 | - |
| YUV | 95.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 53 | 108 | 0 | 0.70 | 0.38 | 0.32 | 332.73 | 0.53 | 0.45 |
| Hex | AE | 35 | 6C | 0 | 46 | 26 | 20 | 14D | 35 | 2D |
| Octal | 256 | 65 | 154 | 0 | 106 | 46 | 40 | 515 | 65 | 55 |
| Binary | 10101110 | 110101 | 1101100 | 0 | 1000110 | 100110 | 100000 | 101001101 | 110101 | 101101 |
Color Harmonies of #AE356C
Complementary color
Monochromatic Colors of #AE356C
Black with #AE356C
Text Example
Text Example
White with #AE356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE356C; }
p { color: rgb(174,53,108); }
H1.HeaderClassName
{
color: #AE356C;
}
.AnyTagClassName
{
color: #AE356C;
}
</style>
background-color css
<style>
a { background-color: #AE356C; }
a { background-color: rgb(174,53,108); }
div.DivClassName
{
background-color: #AE356C;
}
.BgClassName
{
background-color: #AE356C;
}
</style>
border-color css
<style>
span { border-color: #AE356C; }
span { border-color: rgb(174,53,108); }
td.TdClassName
{
border-color: #AE356C;
}
.TagClassName
{
border-color: #AE356C;
}
</style>