Shades of Rouge #AE3E6E
Tints of Rouge #AE3E6E
RGB
CMYK
RGB Variations
Color information
#AE3E6E (or 0xAE3E6E) is known color: Rouge. HEX triplet: AE, 3E and 6E. RGB value is (174,62,110). Sum of RGB (Red+Green+Blue) = 174+62+110=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3E6E is #51C191. Grayscale: #646464. Windows color (decimal): -5357970 or 7225006. OLE color: 7225006.
HSL color Cylindrical-coordinate representation of color #AE3E6E: hue angle of 334.29º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE3E6E is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 62 | 110 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.32 |
| HSL | 334.29º | 0.47% | 0.46% | - |
| HSV(B) | 334.29º | 0.64% | 0.68% | - |
| XYZ | 21.99 | 13.57 | 16.21 | - |
| YUV | 100.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 62 | 110 | 0 | 0.64 | 0.37 | 0.32 | 334.29 | 0.47 | 0.46 |
| Hex | AE | 3E | 6E | 0 | 40 | 25 | 20 | 14E | 2F | 2E |
| Octal | 256 | 76 | 156 | 0 | 100 | 45 | 40 | 516 | 57 | 56 |
| Binary | 10101110 | 111110 | 1101110 | 0 | 1000000 | 100101 | 100000 | 101001110 | 101111 | 101110 |
Color Harmonies of #AE3E6E
Complementary color
Monochromatic Colors of #AE3E6E
Black with #AE3E6E
Text Example
Text Example
White with #AE3E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3E6E; }
p { color: rgb(174,62,110); }
H1.HeaderClassName
{
color: #AE3E6E;
}
.AnyTagClassName
{
color: #AE3E6E;
}
</style>
background-color css
<style>
a { background-color: #AE3E6E; }
a { background-color: rgb(174,62,110); }
div.DivClassName
{
background-color: #AE3E6E;
}
.BgClassName
{
background-color: #AE3E6E;
}
</style>
border-color css
<style>
span { border-color: #AE3E6E; }
span { border-color: rgb(174,62,110); }
td.TdClassName
{
border-color: #AE3E6E;
}
.TagClassName
{
border-color: #AE3E6E;
}
</style>