Shades of Rouge #AE316D
Tints of Rouge #AE316D
RGB
CMYK
RGB Variations
Color information
#AE316D (or 0xAE316D) is known color: Rouge. HEX triplet: AE, 31 and 6D. RGB value is (174,49,109). Sum of RGB (Red+Green+Blue) = 174+49+109=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE316D is #51CE92. Grayscale: #5D5D5D. Windows color (decimal): -5361299 or 7156142. OLE color: 7156142.
HSL color Cylindrical-coordinate representation of color #AE316D: hue angle of 331.2º 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 #AE316D is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 109 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.32 |
| HSL | 331.2º | 0.56% | 0.44% | - |
| HSV(B) | 331.2º | 0.72% | 0.68% | - |
| XYZ | 21.31 | 12.3 | 15.72 | - |
| YUV | 93.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 109 | 0 | 0.72 | 0.37 | 0.32 | 331.2 | 0.56 | 0.44 |
| Hex | AE | 31 | 6D | 0 | 48 | 25 | 20 | 14B | 38 | 2C |
| Octal | 256 | 61 | 155 | 0 | 110 | 45 | 40 | 513 | 70 | 54 |
| Binary | 10101110 | 110001 | 1101101 | 0 | 1001000 | 100101 | 100000 | 101001011 | 111000 | 101100 |
Color Harmonies of #AE316D
Complementary color
Monochromatic Colors of #AE316D
Black with #AE316D
Text Example
Text Example
White with #AE316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE316D; }
p { color: rgb(174,49,109); }
H1.HeaderClassName
{
color: #AE316D;
}
.AnyTagClassName
{
color: #AE316D;
}
</style>
background-color css
<style>
a { background-color: #AE316D; }
a { background-color: rgb(174,49,109); }
div.DivClassName
{
background-color: #AE316D;
}
.BgClassName
{
background-color: #AE316D;
}
</style>
border-color css
<style>
span { border-color: #AE316D; }
span { border-color: rgb(174,49,109); }
td.TdClassName
{
border-color: #AE316D;
}
.TagClassName
{
border-color: #AE316D;
}
</style>