Shades of Rouge #AE3766
Tints of Rouge #AE3766
RGB
CMYK
RGB Variations
Color information
#AE3766 (or 0xAE3766) is known color: Rouge. HEX triplet: AE, 37 and 66. RGB value is (174,55,102). Sum of RGB (Red+Green+Blue) = 174+55+102=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3766 is #51C899. Grayscale: #5F5F5F. Windows color (decimal): -5359770 or 6698926. OLE color: 6698926.
HSL color Cylindrical-coordinate representation of color #AE3766: hue angle of 336.3º 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 #AE3766 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 102 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.32 |
| HSL | 336.3º | 0.52% | 0.45% | - |
| HSV(B) | 336.3º | 0.68% | 0.68% | - |
| XYZ | 21.22 | 12.69 | 13.9 | - |
| YUV | 95.94 | 131.42 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 102 | 0 | 0.68 | 0.41 | 0.32 | 336.3 | 0.52 | 0.45 |
| Hex | AE | 37 | 66 | 0 | 44 | 29 | 20 | 150 | 34 | 2D |
| Octal | 256 | 67 | 146 | 0 | 104 | 51 | 40 | 520 | 64 | 55 |
| Binary | 10101110 | 110111 | 1100110 | 0 | 1000100 | 101001 | 100000 | 101010000 | 110100 | 101101 |
Color Harmonies of #AE3766
Complementary color
Monochromatic Colors of #AE3766
Black with #AE3766
Text Example
Text Example
White with #AE3766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3766; }
p { color: rgb(174,55,102); }
H1.HeaderClassName
{
color: #AE3766;
}
.AnyTagClassName
{
color: #AE3766;
}
</style>
background-color css
<style>
a { background-color: #AE3766; }
a { background-color: rgb(174,55,102); }
div.DivClassName
{
background-color: #AE3766;
}
.BgClassName
{
background-color: #AE3766;
}
</style>
border-color css
<style>
span { border-color: #AE3766; }
span { border-color: rgb(174,55,102); }
td.TdClassName
{
border-color: #AE3766;
}
.TagClassName
{
border-color: #AE3766;
}
</style>