Shades of Rouge #AE406D
Tints of Rouge #AE406D
RGB
CMYK
RGB Variations
Color information
#AE406D (or 0xAE406D) is known color: Rouge. HEX triplet: AE, 40 and 6D. RGB value is (174,64,109). Sum of RGB (Red+Green+Blue) = 174+64+109=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE406D is #51BF92. Grayscale: #656565. Windows color (decimal): -5357459 or 7159982. OLE color: 7159982.
HSL color Cylindrical-coordinate representation of color #AE406D: hue angle of 335.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE406D is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 109 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.32 |
| HSL | 335.45º | 0.46% | 0.47% | - |
| HSV(B) | 335.45º | 0.63% | 0.68% | - |
| XYZ | 22.05 | 13.77 | 15.96 | - |
| YUV | 102.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 109 | 0 | 0.63 | 0.37 | 0.32 | 335.45 | 0.46 | 0.47 |
| Hex | AE | 40 | 6D | 0 | 3F | 25 | 20 | 14F | 2E | 2F |
| Octal | 256 | 100 | 155 | 0 | 77 | 45 | 40 | 517 | 56 | 57 |
| Binary | 10101110 | 1000000 | 1101101 | 0 | 111111 | 100101 | 100000 | 101001111 | 101110 | 101111 |
Color Harmonies of #AE406D
Complementary color
Monochromatic Colors of #AE406D
Black with #AE406D
Text Example
Text Example
White with #AE406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE406D; }
p { color: rgb(174,64,109); }
H1.HeaderClassName
{
color: #AE406D;
}
.AnyTagClassName
{
color: #AE406D;
}
</style>
background-color css
<style>
a { background-color: #AE406D; }
a { background-color: rgb(174,64,109); }
div.DivClassName
{
background-color: #AE406D;
}
.BgClassName
{
background-color: #AE406D;
}
</style>
border-color css
<style>
span { border-color: #AE406D; }
span { border-color: rgb(174,64,109); }
td.TdClassName
{
border-color: #AE406D;
}
.TagClassName
{
border-color: #AE406D;
}
</style>