Shades of Rouge #AE3C62
Tints of Rouge #AE3C62
RGB
CMYK
RGB Variations
Color information
#AE3C62 (or 0xAE3C62) is known color: Rouge. HEX triplet: AE, 3C and 62. RGB value is (174,60,98). Sum of RGB (Red+Green+Blue) = 174+60+98=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C62 is #51C39D. Grayscale: #626262. Windows color (decimal): -5358494 or 6438062. OLE color: 6438062.
HSL color Cylindrical-coordinate representation of color #AE3C62: hue angle of 340º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3C62 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 98 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.32 |
| HSL | 340º | 0.49% | 0.46% | - |
| HSV(B) | 340º | 0.66% | 0.68% | - |
| XYZ | 21.28 | 13.11 | 12.96 | - |
| YUV | 98.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 98 | 0 | 0.66 | 0.44 | 0.32 | 340 | 0.49 | 0.46 |
| Hex | AE | 3C | 62 | 0 | 42 | 2C | 20 | 154 | 31 | 2E |
| Octal | 256 | 74 | 142 | 0 | 102 | 54 | 40 | 524 | 61 | 56 |
| Binary | 10101110 | 111100 | 1100010 | 0 | 1000010 | 101100 | 100000 | 101010100 | 110001 | 101110 |
Color Harmonies of #AE3C62
Complementary color
Monochromatic Colors of #AE3C62
Black with #AE3C62
Text Example
Text Example
White with #AE3C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C62; }
p { color: rgb(174,60,98); }
H1.HeaderClassName
{
color: #AE3C62;
}
.AnyTagClassName
{
color: #AE3C62;
}
</style>
background-color css
<style>
a { background-color: #AE3C62; }
a { background-color: rgb(174,60,98); }
div.DivClassName
{
background-color: #AE3C62;
}
.BgClassName
{
background-color: #AE3C62;
}
</style>
border-color css
<style>
span { border-color: #AE3C62; }
span { border-color: rgb(174,60,98); }
td.TdClassName
{
border-color: #AE3C62;
}
.TagClassName
{
border-color: #AE3C62;
}
</style>