Shades of Rouge #AE3A63
Tints of Rouge #AE3A63
RGB
CMYK
RGB Variations
Color information
#AE3A63 (or 0xAE3A63) is known color: Rouge. HEX triplet: AE, 3A and 63. RGB value is (174,58,99). Sum of RGB (Red+Green+Blue) = 174+58+99=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3A63 is #51C59C. Grayscale: #616161. Windows color (decimal): -5359005 or 6503086. OLE color: 6503086.
HSL color Cylindrical-coordinate representation of color #AE3A63: hue angle of 338.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE3A63 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 99 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.32 |
| HSL | 338.79º | 0.5% | 0.45% | - |
| HSV(B) | 338.79º | 0.67% | 0.68% | - |
| XYZ | 21.22 | 12.93 | 13.18 | - |
| YUV | 97.36 | 128.93 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 99 | 0 | 0.67 | 0.43 | 0.32 | 338.79 | 0.5 | 0.45 |
| Hex | AE | 3A | 63 | 0 | 43 | 2B | 20 | 153 | 32 | 2D |
| Octal | 256 | 72 | 143 | 0 | 103 | 53 | 40 | 523 | 62 | 55 |
| Binary | 10101110 | 111010 | 1100011 | 0 | 1000011 | 101011 | 100000 | 101010011 | 110010 | 101101 |
Color Harmonies of #AE3A63
Complementary color
Monochromatic Colors of #AE3A63
Black with #AE3A63
Text Example
Text Example
White with #AE3A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A63; }
p { color: rgb(174,58,99); }
H1.HeaderClassName
{
color: #AE3A63;
}
.AnyTagClassName
{
color: #AE3A63;
}
</style>
background-color css
<style>
a { background-color: #AE3A63; }
a { background-color: rgb(174,58,99); }
div.DivClassName
{
background-color: #AE3A63;
}
.BgClassName
{
background-color: #AE3A63;
}
</style>
border-color css
<style>
span { border-color: #AE3A63; }
span { border-color: rgb(174,58,99); }
td.TdClassName
{
border-color: #AE3A63;
}
.TagClassName
{
border-color: #AE3A63;
}
</style>