Shades of Rouge #AE3768
Tints of Rouge #AE3768
RGB
CMYK
RGB Variations
Color information
#AE3768 (or 0xAE3768) is known color: Rouge. HEX triplet: AE, 37 and 68. RGB value is (174,55,104). Sum of RGB (Red+Green+Blue) = 174+55+104=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3768 is #51C897. Grayscale: #606060. Windows color (decimal): -5359768 or 6829998. OLE color: 6829998.
HSL color Cylindrical-coordinate representation of color #AE3768: hue angle of 335.29º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE3768 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 104 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.32 |
| HSL | 335.29º | 0.52% | 0.45% | - |
| HSV(B) | 335.29º | 0.68% | 0.68% | - |
| XYZ | 21.32 | 12.73 | 14.43 | - |
| YUV | 96.17 | 132.42 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 104 | 0 | 0.68 | 0.40 | 0.32 | 335.29 | 0.52 | 0.45 |
| Hex | AE | 37 | 68 | 0 | 44 | 28 | 20 | 14F | 34 | 2D |
| Octal | 256 | 67 | 150 | 0 | 104 | 50 | 40 | 517 | 64 | 55 |
| Binary | 10101110 | 110111 | 1101000 | 0 | 1000100 | 101000 | 100000 | 101001111 | 110100 | 101101 |
Color Harmonies of #AE3768
Complementary color
Monochromatic Colors of #AE3768
Black with #AE3768
Text Example
Text Example
White with #AE3768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3768; }
p { color: rgb(174,55,104); }
H1.HeaderClassName
{
color: #AE3768;
}
.AnyTagClassName
{
color: #AE3768;
}
</style>
background-color css
<style>
a { background-color: #AE3768; }
a { background-color: rgb(174,55,104); }
div.DivClassName
{
background-color: #AE3768;
}
.BgClassName
{
background-color: #AE3768;
}
</style>
border-color css
<style>
span { border-color: #AE3768; }
span { border-color: rgb(174,55,104); }
td.TdClassName
{
border-color: #AE3768;
}
.TagClassName
{
border-color: #AE3768;
}
</style>