Shades of Rouge #AE385A
Tints of Rouge #AE385A
RGB
CMYK
RGB Variations
Color information
#AE385A (or 0xAE385A) is known color: Rouge. HEX triplet: AE, 38 and 5A. RGB value is (174,56,90). Sum of RGB (Red+Green+Blue) = 174+56+90=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE385A is #51C7A5. Grayscale: #5F5F5F. Windows color (decimal): -5359526 or 5912750. OLE color: 5912750.
HSL color Cylindrical-coordinate representation of color #AE385A: hue angle of 342.71º degrees, saturation: 0.51, 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 #AE385A is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 56 | 90 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.32 |
| HSL | 342.71º | 0.51% | 0.45% | - |
| HSV(B) | 342.71º | 0.68% | 0.68% | - |
| XYZ | 20.72 | 12.57 | 11.01 | - |
| YUV | 95.16 | 125.09 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 56 | 90 | 0 | 0.68 | 0.48 | 0.32 | 342.71 | 0.51 | 0.45 |
| Hex | AE | 38 | 5A | 0 | 44 | 30 | 20 | 157 | 33 | 2D |
| Octal | 256 | 70 | 132 | 0 | 104 | 60 | 40 | 527 | 63 | 55 |
| Binary | 10101110 | 111000 | 1011010 | 0 | 1000100 | 110000 | 100000 | 101010111 | 110011 | 101101 |
Color Harmonies of #AE385A
Complementary color
Monochromatic Colors of #AE385A
Black with #AE385A
Text Example
Text Example
White with #AE385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE385A; }
p { color: rgb(174,56,90); }
H1.HeaderClassName
{
color: #AE385A;
}
.AnyTagClassName
{
color: #AE385A;
}
</style>
background-color css
<style>
a { background-color: #AE385A; }
a { background-color: rgb(174,56,90); }
div.DivClassName
{
background-color: #AE385A;
}
.BgClassName
{
background-color: #AE385A;
}
</style>
border-color css
<style>
span { border-color: #AE385A; }
span { border-color: rgb(174,56,90); }
td.TdClassName
{
border-color: #AE385A;
}
.TagClassName
{
border-color: #AE385A;
}
</style>