Shades of Rouge #AE3C64
Tints of Rouge #AE3C64
RGB
CMYK
RGB Variations
Color information
#AE3C64 (or 0xAE3C64) is known color: Rouge. HEX triplet: AE, 3C and 64. RGB value is (174,60,100). Sum of RGB (Red+Green+Blue) = 174+60+100=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C64 is #51C39B. Grayscale: #626262. Windows color (decimal): -5358492 or 6569134. OLE color: 6569134.
HSL color Cylindrical-coordinate representation of color #AE3C64: hue angle of 338.95º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3C64 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 100 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.32 |
| HSL | 338.95º | 0.49% | 0.46% | - |
| HSV(B) | 338.95º | 0.66% | 0.68% | - |
| XYZ | 21.37 | 13.15 | 13.47 | - |
| YUV | 98.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 100 | 0 | 0.66 | 0.43 | 0.32 | 338.95 | 0.49 | 0.46 |
| Hex | AE | 3C | 64 | 0 | 42 | 2B | 20 | 153 | 31 | 2E |
| Octal | 256 | 74 | 144 | 0 | 102 | 53 | 40 | 523 | 61 | 56 |
| Binary | 10101110 | 111100 | 1100100 | 0 | 1000010 | 101011 | 100000 | 101010011 | 110001 | 101110 |
Color Harmonies of #AE3C64
Complementary color
Monochromatic Colors of #AE3C64
Black with #AE3C64
Text Example
Text Example
White with #AE3C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C64; }
p { color: rgb(174,60,100); }
H1.HeaderClassName
{
color: #AE3C64;
}
.AnyTagClassName
{
color: #AE3C64;
}
</style>
background-color css
<style>
a { background-color: #AE3C64; }
a { background-color: rgb(174,60,100); }
div.DivClassName
{
background-color: #AE3C64;
}
.BgClassName
{
background-color: #AE3C64;
}
</style>
border-color css
<style>
span { border-color: #AE3C64; }
span { border-color: rgb(174,60,100); }
td.TdClassName
{
border-color: #AE3C64;
}
.TagClassName
{
border-color: #AE3C64;
}
</style>