Shades of Rouge #AE3C68
Tints of Rouge #AE3C68
RGB
CMYK
RGB Variations
Color information
#AE3C68 (or 0xAE3C68) is known color: Rouge. HEX triplet: AE, 3C and 68. RGB value is (174,60,104). Sum of RGB (Red+Green+Blue) = 174+60+104=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C68 is #51C397. Grayscale: #636363. Windows color (decimal): -5358488 or 6831278. OLE color: 6831278.
HSL color Cylindrical-coordinate representation of color #AE3C68: hue angle of 336.84º 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 #AE3C68 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 104 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.32 |
| HSL | 336.84º | 0.49% | 0.46% | - |
| HSV(B) | 336.84º | 0.66% | 0.68% | - |
| XYZ | 21.57 | 13.23 | 14.51 | - |
| YUV | 99.1 | 130.77 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 104 | 0 | 0.66 | 0.40 | 0.32 | 336.84 | 0.49 | 0.46 |
| Hex | AE | 3C | 68 | 0 | 42 | 28 | 20 | 151 | 31 | 2E |
| Octal | 256 | 74 | 150 | 0 | 102 | 50 | 40 | 521 | 61 | 56 |
| Binary | 10101110 | 111100 | 1101000 | 0 | 1000010 | 101000 | 100000 | 101010001 | 110001 | 101110 |
Color Harmonies of #AE3C68
Complementary color
Monochromatic Colors of #AE3C68
Black with #AE3C68
Text Example
Text Example
White with #AE3C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C68; }
p { color: rgb(174,60,104); }
H1.HeaderClassName
{
color: #AE3C68;
}
.AnyTagClassName
{
color: #AE3C68;
}
</style>
background-color css
<style>
a { background-color: #AE3C68; }
a { background-color: rgb(174,60,104); }
div.DivClassName
{
background-color: #AE3C68;
}
.BgClassName
{
background-color: #AE3C68;
}
</style>
border-color css
<style>
span { border-color: #AE3C68; }
span { border-color: rgb(174,60,104); }
td.TdClassName
{
border-color: #AE3C68;
}
.TagClassName
{
border-color: #AE3C68;
}
</style>