Shades of Rouge #AE4266
Tints of Rouge #AE4266
RGB
CMYK
RGB Variations
Color information
#AE4266 (or 0xAE4266) is known color: Rouge. HEX triplet: AE, 42 and 66. RGB value is (174,66,102). Sum of RGB (Red+Green+Blue) = 174+66+102=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4266 is #51BD99. Grayscale: #666666. Windows color (decimal): -5356954 or 6701742. OLE color: 6701742.
HSL color Cylindrical-coordinate representation of color #AE4266: hue angle of 340º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE4266 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 102 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.32 |
| HSL | 340º | 0.45% | 0.47% | - |
| HSV(B) | 340º | 0.62% | 0.68% | - |
| XYZ | 21.8 | 13.85 | 14.1 | - |
| YUV | 102.4 | 127.78 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 102 | 0 | 0.62 | 0.41 | 0.32 | 340 | 0.45 | 0.47 |
| Hex | AE | 42 | 66 | 0 | 3E | 29 | 20 | 154 | 2D | 2F |
| Octal | 256 | 102 | 146 | 0 | 76 | 51 | 40 | 524 | 55 | 57 |
| Binary | 10101110 | 1000010 | 1100110 | 0 | 111110 | 101001 | 100000 | 101010100 | 101101 | 101111 |
Color Harmonies of #AE4266
Complementary color
Monochromatic Colors of #AE4266
Black with #AE4266
Text Example
Text Example
White with #AE4266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4266; }
p { color: rgb(174,66,102); }
H1.HeaderClassName
{
color: #AE4266;
}
.AnyTagClassName
{
color: #AE4266;
}
</style>
background-color css
<style>
a { background-color: #AE4266; }
a { background-color: rgb(174,66,102); }
div.DivClassName
{
background-color: #AE4266;
}
.BgClassName
{
background-color: #AE4266;
}
</style>
border-color css
<style>
span { border-color: #AE4266; }
span { border-color: rgb(174,66,102); }
td.TdClassName
{
border-color: #AE4266;
}
.TagClassName
{
border-color: #AE4266;
}
</style>