Shades of Rouge #AE3764
Tints of Rouge #AE3764
RGB
CMYK
RGB Variations
Color information
#AE3764 (or 0xAE3764) is known color: Rouge. HEX triplet: AE, 37 and 64. RGB value is (174,55,100). Sum of RGB (Red+Green+Blue) = 174+55+100=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3764 is #51C89B. Grayscale: #5F5F5F. Windows color (decimal): -5359772 or 6567854. OLE color: 6567854.
HSL color Cylindrical-coordinate representation of color #AE3764: hue angle of 337.31º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE3764 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 100 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.32 |
| HSL | 337.31º | 0.52% | 0.45% | - |
| HSV(B) | 337.31º | 0.68% | 0.68% | - |
| XYZ | 21.12 | 12.65 | 13.39 | - |
| YUV | 95.71 | 130.42 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 100 | 0 | 0.68 | 0.43 | 0.32 | 337.31 | 0.52 | 0.45 |
| Hex | AE | 37 | 64 | 0 | 44 | 2B | 20 | 151 | 34 | 2D |
| Octal | 256 | 67 | 144 | 0 | 104 | 53 | 40 | 521 | 64 | 55 |
| Binary | 10101110 | 110111 | 1100100 | 0 | 1000100 | 101011 | 100000 | 101010001 | 110100 | 101101 |
Color Harmonies of #AE3764
Complementary color
Monochromatic Colors of #AE3764
Black with #AE3764
Text Example
Text Example
White with #AE3764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3764; }
p { color: rgb(174,55,100); }
H1.HeaderClassName
{
color: #AE3764;
}
.AnyTagClassName
{
color: #AE3764;
}
</style>
background-color css
<style>
a { background-color: #AE3764; }
a { background-color: rgb(174,55,100); }
div.DivClassName
{
background-color: #AE3764;
}
.BgClassName
{
background-color: #AE3764;
}
</style>
border-color css
<style>
span { border-color: #AE3764; }
span { border-color: rgb(174,55,100); }
td.TdClassName
{
border-color: #AE3764;
}
.TagClassName
{
border-color: #AE3764;
}
</style>