Shades of Rouge #AE3D70
Tints of Rouge #AE3D70
RGB
CMYK
RGB Variations
Color information
#AE3D70 (or 0xAE3D70) is known color: Rouge. HEX triplet: AE, 3D and 70. RGB value is (174,61,112). Sum of RGB (Red+Green+Blue) = 174+61+112=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3D70 is #51C28F. Grayscale: #646464. Windows color (decimal): -5358224 or 7355822. OLE color: 7355822.
HSL color Cylindrical-coordinate representation of color #AE3D70: hue angle of 332.92º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE3D70 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 61 | 112 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.32 |
| HSL | 332.92º | 0.48% | 0.46% | - |
| HSV(B) | 332.92º | 0.65% | 0.68% | - |
| XYZ | 22.05 | 13.51 | 16.77 | - |
| YUV | 100.6 | 134.44 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 61 | 112 | 0 | 0.65 | 0.36 | 0.32 | 332.92 | 0.48 | 0.46 |
| Hex | AE | 3D | 70 | 0 | 41 | 24 | 20 | 14D | 30 | 2E |
| Octal | 256 | 75 | 160 | 0 | 101 | 44 | 40 | 515 | 60 | 56 |
| Binary | 10101110 | 111101 | 1110000 | 0 | 1000001 | 100100 | 100000 | 101001101 | 110000 | 101110 |
Color Harmonies of #AE3D70
Complementary color
Monochromatic Colors of #AE3D70
Black with #AE3D70
Text Example
Text Example
White with #AE3D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3D70; }
p { color: rgb(174,61,112); }
H1.HeaderClassName
{
color: #AE3D70;
}
.AnyTagClassName
{
color: #AE3D70;
}
</style>
background-color css
<style>
a { background-color: #AE3D70; }
a { background-color: rgb(174,61,112); }
div.DivClassName
{
background-color: #AE3D70;
}
.BgClassName
{
background-color: #AE3D70;
}
</style>
border-color css
<style>
span { border-color: #AE3D70; }
span { border-color: rgb(174,61,112); }
td.TdClassName
{
border-color: #AE3D70;
}
.TagClassName
{
border-color: #AE3D70;
}
</style>