Shades of Rouge #AE3D5E
Tints of Rouge #AE3D5E
RGB
CMYK
RGB Variations
Color information
#AE3D5E (or 0xAE3D5E) is known color: Rouge. HEX triplet: AE, 3D and 5E. RGB value is (174,61,94). Sum of RGB (Red+Green+Blue) = 174+61+94=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3D5E is #51C2A1. Grayscale: #626262. Windows color (decimal): -5358242 or 6176174. OLE color: 6176174.
HSL color Cylindrical-coordinate representation of color #AE3D5E: hue angle of 342.48º 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 #AE3D5E is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
RGB | 174 | 61 | 94 | - |
CMYK | 0 | 0.65 | 0.46 | 0.32 |
HSL | 342.48º | 0.48% | 0.46% | - |
HSV(B) | 342.48º | 0.65% | 0.68% | - |
XYZ | 21.14 | 13.14 | 12.01 | - |
YUV | 98.55 | 125.44 | 181.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 61 | 94 | 0 | 0.65 | 0.46 | 0.32 | 342.48 | 0.48 | 0.46 |
Hex | AE | 3D | 5E | 0 | 41 | 2E | 20 | 156 | 30 | 2E |
Octal | 256 | 75 | 136 | 0 | 101 | 56 | 40 | 526 | 60 | 56 |
Binary | 10101110 | 111101 | 1011110 | 0 | 1000001 | 101110 | 100000 | 101010110 | 110000 | 101110 |
Color Harmonies of #AE3D5E
Complementary color
Monochromatic Colors of #AE3D5E
Black with #AE3D5E
Text Example
Text Example
White with #AE3D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3D5E; }
p { color: rgb(174,61,94); }
H1.HeaderClassName
{
color: #AE3D5E;
}
.AnyTagClassName
{
color: #AE3D5E;
}
</style>
background-color css
<style>
a { background-color: #AE3D5E; }
a { background-color: rgb(174,61,94); }
div.DivClassName
{
background-color: #AE3D5E;
}
.BgClassName
{
background-color: #AE3D5E;
}
</style>
border-color css
<style>
span { border-color: #AE3D5E; }
span { border-color: rgb(174,61,94); }
td.TdClassName
{
border-color: #AE3D5E;
}
.TagClassName
{
border-color: #AE3D5E;
}
</style>