Shades of Rouge #AE4265
Tints of Rouge #AE4265
RGB
CMYK
RGB Variations
Color information
#AE4265 (or 0xAE4265) is known color: Rouge. HEX triplet: AE, 42 and 65. RGB value is (174,66,101). Sum of RGB (Red+Green+Blue) = 174+66+101=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4265 is #51BD9A. Grayscale: #666666. Windows color (decimal): -5356955 or 6636206. OLE color: 6636206.
HSL color Cylindrical-coordinate representation of color #AE4265: hue angle of 340.56º 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 #AE4265 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 101 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.32 |
| HSL | 340.56º | 0.45% | 0.47% | - |
| HSV(B) | 340.56º | 0.62% | 0.68% | - |
| XYZ | 21.75 | 13.83 | 13.84 | - |
| YUV | 102.28 | 127.28 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 101 | 0 | 0.62 | 0.42 | 0.32 | 340.56 | 0.45 | 0.47 |
| Hex | AE | 42 | 65 | 0 | 3E | 2A | 20 | 155 | 2D | 2F |
| Octal | 256 | 102 | 145 | 0 | 76 | 52 | 40 | 525 | 55 | 57 |
| Binary | 10101110 | 1000010 | 1100101 | 0 | 111110 | 101010 | 100000 | 101010101 | 101101 | 101111 |
Color Harmonies of #AE4265
Complementary color
Monochromatic Colors of #AE4265
Black with #AE4265
Text Example
Text Example
White with #AE4265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4265; }
p { color: rgb(174,66,101); }
H1.HeaderClassName
{
color: #AE4265;
}
.AnyTagClassName
{
color: #AE4265;
}
</style>
background-color css
<style>
a { background-color: #AE4265; }
a { background-color: rgb(174,66,101); }
div.DivClassName
{
background-color: #AE4265;
}
.BgClassName
{
background-color: #AE4265;
}
</style>
border-color css
<style>
span { border-color: #AE4265; }
span { border-color: rgb(174,66,101); }
td.TdClassName
{
border-color: #AE4265;
}
.TagClassName
{
border-color: #AE4265;
}
</style>