Shades of Rouge #AE2667
Tints of Rouge #AE2667
RGB
CMYK
RGB Variations
Color information
#AE2667 (or 0xAE2667) is known color: Rouge. HEX triplet: AE, 26 and 67. RGB value is (174,38,103). Sum of RGB (Red+Green+Blue) = 174+38+103=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2667 is #51D998. Grayscale: #555555. Windows color (decimal): -5364121 or 6760110. OLE color: 6760110.
HSL color Cylindrical-coordinate representation of color #AE2667: hue angle of 331.32º 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 #AE2667 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 103 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.32 |
| HSL | 331.32º | 0.64% | 0.42% | - |
| HSV(B) | 331.32º | 0.78% | 0.68% | - |
| XYZ | 20.6 | 11.36 | 13.94 | - |
| YUV | 86.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 103 | 0 | 0.78 | 0.41 | 0.32 | 331.32 | 0.64 | 0.42 |
| Hex | AE | 26 | 67 | 0 | 4E | 29 | 20 | 14B | 40 | 2A |
| Octal | 256 | 46 | 147 | 0 | 116 | 51 | 40 | 513 | 100 | 52 |
| Binary | 10101110 | 100110 | 1100111 | 0 | 1001110 | 101001 | 100000 | 101001011 | 1000000 | 101010 |
Color Harmonies of #AE2667
Complementary color
Monochromatic Colors of #AE2667
Black with #AE2667
Text Example
Text Example
White with #AE2667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2667; }
p { color: rgb(174,38,103); }
H1.HeaderClassName
{
color: #AE2667;
}
.AnyTagClassName
{
color: #AE2667;
}
</style>
background-color css
<style>
a { background-color: #AE2667; }
a { background-color: rgb(174,38,103); }
div.DivClassName
{
background-color: #AE2667;
}
.BgClassName
{
background-color: #AE2667;
}
</style>
border-color css
<style>
span { border-color: #AE2667; }
span { border-color: rgb(174,38,103); }
td.TdClassName
{
border-color: #AE2667;
}
.TagClassName
{
border-color: #AE2667;
}
</style>