Shades of Rouge #AE2661
Tints of Rouge #AE2661
RGB
CMYK
RGB Variations
Color information
#AE2661 (or 0xAE2661) is known color: Rouge. HEX triplet: AE, 26 and 61. RGB value is (174,38,97). Sum of RGB (Red+Green+Blue) = 174+38+97=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2661 is #51D99E. Grayscale: #555555. Windows color (decimal): -5364127 or 6366894. OLE color: 6366894.
HSL color Cylindrical-coordinate representation of color #AE2661: hue angle of 333.97º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2661 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 97 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.32 |
| HSL | 333.97º | 0.64% | 0.42% | - |
| HSV(B) | 333.97º | 0.78% | 0.68% | - |
| XYZ | 20.31 | 11.25 | 12.41 | - |
| YUV | 85.39 | 134.56 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 97 | 0 | 0.78 | 0.44 | 0.32 | 333.97 | 0.64 | 0.42 |
| Hex | AE | 26 | 61 | 0 | 4E | 2C | 20 | 14E | 40 | 2A |
| Octal | 256 | 46 | 141 | 0 | 116 | 54 | 40 | 516 | 100 | 52 |
| Binary | 10101110 | 100110 | 1100001 | 0 | 1001110 | 101100 | 100000 | 101001110 | 1000000 | 101010 |
Color Harmonies of #AE2661
Complementary color
Monochromatic Colors of #AE2661
Black with #AE2661
Text Example
Text Example
White with #AE2661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2661; }
p { color: rgb(174,38,97); }
H1.HeaderClassName
{
color: #AE2661;
}
.AnyTagClassName
{
color: #AE2661;
}
</style>
background-color css
<style>
a { background-color: #AE2661; }
a { background-color: rgb(174,38,97); }
div.DivClassName
{
background-color: #AE2661;
}
.BgClassName
{
background-color: #AE2661;
}
</style>
border-color css
<style>
span { border-color: #AE2661; }
span { border-color: rgb(174,38,97); }
td.TdClassName
{
border-color: #AE2661;
}
.TagClassName
{
border-color: #AE2661;
}
</style>