Shades of Rouge #AE305A
Tints of Rouge #AE305A
RGB
CMYK
RGB Variations
Color information
#AE305A (or 0xAE305A) is known color: Rouge. HEX triplet: AE, 30 and 5A. RGB value is (174,48,90). Sum of RGB (Red+Green+Blue) = 174+48+90=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE305A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE305A is #51CFA5. Grayscale: #5A5A5A. Windows color (decimal): -5361574 or 5910702. OLE color: 5910702.
HSL color Cylindrical-coordinate representation of color #AE305A: hue angle of 340º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE305A is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 48 | 90 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.32 |
| HSL | 340º | 0.57% | 0.44% | - |
| HSV(B) | 340º | 0.72% | 0.68% | - |
| XYZ | 20.36 | 11.85 | 10.89 | - |
| YUV | 90.46 | 127.74 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 48 | 90 | 0 | 0.72 | 0.48 | 0.32 | 340 | 0.57 | 0.44 |
| Hex | AE | 30 | 5A | 0 | 48 | 30 | 20 | 154 | 39 | 2C |
| Octal | 256 | 60 | 132 | 0 | 110 | 60 | 40 | 524 | 71 | 54 |
| Binary | 10101110 | 110000 | 1011010 | 0 | 1001000 | 110000 | 100000 | 101010100 | 111001 | 101100 |
Color Harmonies of #AE305A
Complementary color
Monochromatic Colors of #AE305A
Black with #AE305A
Text Example
Text Example
White with #AE305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE305A; }
p { color: rgb(174,48,90); }
H1.HeaderClassName
{
color: #AE305A;
}
.AnyTagClassName
{
color: #AE305A;
}
</style>
background-color css
<style>
a { background-color: #AE305A; }
a { background-color: rgb(174,48,90); }
div.DivClassName
{
background-color: #AE305A;
}
.BgClassName
{
background-color: #AE305A;
}
</style>
border-color css
<style>
span { border-color: #AE305A; }
span { border-color: rgb(174,48,90); }
td.TdClassName
{
border-color: #AE305A;
}
.TagClassName
{
border-color: #AE305A;
}
</style>