Shades of Rouge #AE325C
Tints of Rouge #AE325C
RGB
CMYK
RGB Variations
Color information
#AE325C (or 0xAE325C) is known color: Rouge. HEX triplet: AE, 32 and 5C. RGB value is (174,50,92). Sum of RGB (Red+Green+Blue) = 174+50+92=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE325C is #51CDA3. Grayscale: #5B5B5B. Windows color (decimal): -5361060 or 6042286. OLE color: 6042286.
HSL color Cylindrical-coordinate representation of color #AE325C: hue angle of 339.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE325C is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 92 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.32 |
| HSL | 339.68º | 0.55% | 0.44% | - |
| HSV(B) | 339.68º | 0.71% | 0.68% | - |
| XYZ | 20.53 | 12.05 | 11.37 | - |
| YUV | 91.86 | 128.08 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 92 | 0 | 0.71 | 0.47 | 0.32 | 339.68 | 0.55 | 0.44 |
| Hex | AE | 32 | 5C | 0 | 47 | 2F | 20 | 154 | 37 | 2C |
| Octal | 256 | 62 | 134 | 0 | 107 | 57 | 40 | 524 | 67 | 54 |
| Binary | 10101110 | 110010 | 1011100 | 0 | 1000111 | 101111 | 100000 | 101010100 | 110111 | 101100 |
Color Harmonies of #AE325C
Complementary color
Monochromatic Colors of #AE325C
Black with #AE325C
Text Example
Text Example
White with #AE325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE325C; }
p { color: rgb(174,50,92); }
H1.HeaderClassName
{
color: #AE325C;
}
.AnyTagClassName
{
color: #AE325C;
}
</style>
background-color css
<style>
a { background-color: #AE325C; }
a { background-color: rgb(174,50,92); }
div.DivClassName
{
background-color: #AE325C;
}
.BgClassName
{
background-color: #AE325C;
}
</style>
border-color css
<style>
span { border-color: #AE325C; }
span { border-color: rgb(174,50,92); }
td.TdClassName
{
border-color: #AE325C;
}
.TagClassName
{
border-color: #AE325C;
}
</style>