Shades of Rouge #AE4766
Tints of Rouge #AE4766
RGB
CMYK
RGB Variations
Color information
#AE4766 (or 0xAE4766) is known color: Rouge. HEX triplet: AE, 47 and 66. RGB value is (174,71,102). Sum of RGB (Red+Green+Blue) = 174+71+102=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4766 is #51B899. Grayscale: #696969. Windows color (decimal): -5355674 or 6703022. OLE color: 6703022.
HSL color Cylindrical-coordinate representation of color #AE4766: hue angle of 341.94º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE4766 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 71 | 102 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.32 |
| HSL | 341.94º | 0.42% | 0.48% | - |
| HSV(B) | 341.94º | 0.59% | 0.68% | - |
| XYZ | 22.11 | 14.46 | 14.2 | - |
| YUV | 105.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 71 | 102 | 0 | 0.59 | 0.41 | 0.32 | 341.94 | 0.42 | 0.48 |
| Hex | AE | 47 | 66 | 0 | 3B | 29 | 20 | 156 | 2A | 30 |
| Octal | 256 | 107 | 146 | 0 | 73 | 51 | 40 | 526 | 52 | 60 |
| Binary | 10101110 | 1000111 | 1100110 | 0 | 111011 | 101001 | 100000 | 101010110 | 101010 | 110000 |
Color Harmonies of #AE4766
Complementary color
Monochromatic Colors of #AE4766
Black with #AE4766
Text Example
Text Example
White with #AE4766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4766; }
p { color: rgb(174,71,102); }
H1.HeaderClassName
{
color: #AE4766;
}
.AnyTagClassName
{
color: #AE4766;
}
</style>
background-color css
<style>
a { background-color: #AE4766; }
a { background-color: rgb(174,71,102); }
div.DivClassName
{
background-color: #AE4766;
}
.BgClassName
{
background-color: #AE4766;
}
</style>
border-color css
<style>
span { border-color: #AE4766; }
span { border-color: rgb(174,71,102); }
td.TdClassName
{
border-color: #AE4766;
}
.TagClassName
{
border-color: #AE4766;
}
</style>