Shades of Rouge #AE3A6F
Tints of Rouge #AE3A6F
RGB
CMYK
RGB Variations
Color information
#AE3A6F (or 0xAE3A6F) is known color: Rouge. HEX triplet: AE, 3A and 6F. RGB value is (174,58,111). Sum of RGB (Red+Green+Blue) = 174+58+111=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3A6F is #51C590. Grayscale: #626262. Windows color (decimal): -5358993 or 7289518. OLE color: 7289518.
HSL color Cylindrical-coordinate representation of color #AE3A6F: hue angle of 332.59º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE3A6F is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 111 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.32 |
| HSL | 332.59º | 0.5% | 0.45% | - |
| HSV(B) | 332.59º | 0.67% | 0.68% | - |
| XYZ | 21.84 | 13.17 | 16.43 | - |
| YUV | 98.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 111 | 0 | 0.67 | 0.36 | 0.32 | 332.59 | 0.5 | 0.45 |
| Hex | AE | 3A | 6F | 0 | 43 | 24 | 20 | 14D | 32 | 2D |
| Octal | 256 | 72 | 157 | 0 | 103 | 44 | 40 | 515 | 62 | 55 |
| Binary | 10101110 | 111010 | 1101111 | 0 | 1000011 | 100100 | 100000 | 101001101 | 110010 | 101101 |
Color Harmonies of #AE3A6F
Complementary color
Monochromatic Colors of #AE3A6F
Black with #AE3A6F
Text Example
Text Example
White with #AE3A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A6F; }
p { color: rgb(174,58,111); }
H1.HeaderClassName
{
color: #AE3A6F;
}
.AnyTagClassName
{
color: #AE3A6F;
}
</style>
background-color css
<style>
a { background-color: #AE3A6F; }
a { background-color: rgb(174,58,111); }
div.DivClassName
{
background-color: #AE3A6F;
}
.BgClassName
{
background-color: #AE3A6F;
}
</style>
border-color css
<style>
span { border-color: #AE3A6F; }
span { border-color: rgb(174,58,111); }
td.TdClassName
{
border-color: #AE3A6F;
}
.TagClassName
{
border-color: #AE3A6F;
}
</style>