Shades of Rouge #AE3A6E
Tints of Rouge #AE3A6E
RGB
CMYK
RGB Variations
Color information
#AE3A6E (or 0xAE3A6E) is known color: Rouge. HEX triplet: AE, 3A and 6E. RGB value is (174,58,110). Sum of RGB (Red+Green+Blue) = 174+58+110=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3A6E is #51C591. Grayscale: #626262. Windows color (decimal): -5358994 or 7223982. OLE color: 7223982.
HSL color Cylindrical-coordinate representation of color #AE3A6E: hue angle of 333.1º 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 #AE3A6E is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 110 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.32 |
| HSL | 333.1º | 0.5% | 0.45% | - |
| HSV(B) | 333.1º | 0.67% | 0.68% | - |
| XYZ | 21.78 | 13.15 | 16.14 | - |
| YUV | 98.61 | 134.43 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 110 | 0 | 0.67 | 0.37 | 0.32 | 333.1 | 0.5 | 0.45 |
| Hex | AE | 3A | 6E | 0 | 43 | 25 | 20 | 14D | 32 | 2D |
| Octal | 256 | 72 | 156 | 0 | 103 | 45 | 40 | 515 | 62 | 55 |
| Binary | 10101110 | 111010 | 1101110 | 0 | 1000011 | 100101 | 100000 | 101001101 | 110010 | 101101 |
Color Harmonies of #AE3A6E
Complementary color
Monochromatic Colors of #AE3A6E
Black with #AE3A6E
Text Example
Text Example
White with #AE3A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A6E; }
p { color: rgb(174,58,110); }
H1.HeaderClassName
{
color: #AE3A6E;
}
.AnyTagClassName
{
color: #AE3A6E;
}
</style>
background-color css
<style>
a { background-color: #AE3A6E; }
a { background-color: rgb(174,58,110); }
div.DivClassName
{
background-color: #AE3A6E;
}
.BgClassName
{
background-color: #AE3A6E;
}
</style>
border-color css
<style>
span { border-color: #AE3A6E; }
span { border-color: rgb(174,58,110); }
td.TdClassName
{
border-color: #AE3A6E;
}
.TagClassName
{
border-color: #AE3A6E;
}
</style>