Shades of Rouge #AE295C
Tints of Rouge #AE295C
RGB
CMYK
RGB Variations
Color information
#AE295C (or 0xAE295C) is known color: Rouge. HEX triplet: AE, 29 and 5C. RGB value is (174,41,92). Sum of RGB (Red+Green+Blue) = 174+41+92=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE295C is #51D6A3. Grayscale: #565656. Windows color (decimal): -5363364 or 6039982. OLE color: 6039982.
HSL color Cylindrical-coordinate representation of color #AE295C: hue angle of 336.99º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE295C is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 41 | 92 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.32 |
| HSL | 336.99º | 0.62% | 0.42% | - |
| HSV(B) | 336.99º | 0.76% | 0.68% | - |
| XYZ | 20.18 | 11.36 | 11.25 | - |
| YUV | 86.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 92 | 0 | 0.76 | 0.47 | 0.32 | 336.99 | 0.62 | 0.42 |
| Hex | AE | 29 | 5C | 0 | 4C | 2F | 20 | 151 | 3E | 2A |
| Octal | 256 | 51 | 134 | 0 | 114 | 57 | 40 | 521 | 76 | 52 |
| Binary | 10101110 | 101001 | 1011100 | 0 | 1001100 | 101111 | 100000 | 101010001 | 111110 | 101010 |
Color Harmonies of #AE295C
Complementary color
Monochromatic Colors of #AE295C
Black with #AE295C
Text Example
Text Example
White with #AE295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE295C; }
p { color: rgb(174,41,92); }
H1.HeaderClassName
{
color: #AE295C;
}
.AnyTagClassName
{
color: #AE295C;
}
</style>
background-color css
<style>
a { background-color: #AE295C; }
a { background-color: rgb(174,41,92); }
div.DivClassName
{
background-color: #AE295C;
}
.BgClassName
{
background-color: #AE295C;
}
</style>
border-color css
<style>
span { border-color: #AE295C; }
span { border-color: rgb(174,41,92); }
td.TdClassName
{
border-color: #AE295C;
}
.TagClassName
{
border-color: #AE295C;
}
</style>