Shades of Rouge #AE3163
Tints of Rouge #AE3163
RGB
CMYK
RGB Variations
Color information
#AE3163 (or 0xAE3163) is known color: Rouge. HEX triplet: AE, 31 and 63. RGB value is (174,49,99). Sum of RGB (Red+Green+Blue) = 174+49+99=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3163 is #51CE9C. Grayscale: #5C5C5C. Windows color (decimal): -5361309 or 6500782. OLE color: 6500782.
HSL color Cylindrical-coordinate representation of color #AE3163: hue angle of 336º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE3163 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 99 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.32 |
| HSL | 336º | 0.56% | 0.44% | - |
| HSV(B) | 336º | 0.72% | 0.68% | - |
| XYZ | 20.81 | 12.1 | 13.04 | - |
| YUV | 92.08 | 131.91 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 99 | 0 | 0.72 | 0.43 | 0.32 | 336 | 0.56 | 0.44 |
| Hex | AE | 31 | 63 | 0 | 48 | 2B | 20 | 150 | 38 | 2C |
| Octal | 256 | 61 | 143 | 0 | 110 | 53 | 40 | 520 | 70 | 54 |
| Binary | 10101110 | 110001 | 1100011 | 0 | 1001000 | 101011 | 100000 | 101010000 | 111000 | 101100 |
Color Harmonies of #AE3163
Complementary color
Monochromatic Colors of #AE3163
Black with #AE3163
Text Example
Text Example
White with #AE3163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3163; }
p { color: rgb(174,49,99); }
H1.HeaderClassName
{
color: #AE3163;
}
.AnyTagClassName
{
color: #AE3163;
}
</style>
background-color css
<style>
a { background-color: #AE3163; }
a { background-color: rgb(174,49,99); }
div.DivClassName
{
background-color: #AE3163;
}
.BgClassName
{
background-color: #AE3163;
}
</style>
border-color css
<style>
span { border-color: #AE3163; }
span { border-color: rgb(174,49,99); }
td.TdClassName
{
border-color: #AE3163;
}
.TagClassName
{
border-color: #AE3163;
}
</style>