Shades of Rouge #AE266B
Tints of Rouge #AE266B
RGB
CMYK
RGB Variations
Color information
#AE266B (or 0xAE266B) is known color: Rouge. HEX triplet: AE, 26 and 6B. RGB value is (174,38,107). Sum of RGB (Red+Green+Blue) = 174+38+107=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE266B is #51D994. Grayscale: #565656. Windows color (decimal): -5364117 or 7022254. OLE color: 7022254.
HSL color Cylindrical-coordinate representation of color #AE266B: hue angle of 329.56º 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 #AE266B is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 107 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.32 |
| HSL | 329.56º | 0.64% | 0.42% | - |
| HSV(B) | 329.56º | 0.78% | 0.68% | - |
| XYZ | 20.8 | 11.45 | 15.02 | - |
| YUV | 86.53 | 139.56 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 107 | 0 | 0.78 | 0.39 | 0.32 | 329.56 | 0.64 | 0.42 |
| Hex | AE | 26 | 6B | 0 | 4E | 27 | 20 | 14A | 40 | 2A |
| Octal | 256 | 46 | 153 | 0 | 116 | 47 | 40 | 512 | 100 | 52 |
| Binary | 10101110 | 100110 | 1101011 | 0 | 1001110 | 100111 | 100000 | 101001010 | 1000000 | 101010 |
Color Harmonies of #AE266B
Complementary color
Monochromatic Colors of #AE266B
Black with #AE266B
Text Example
Text Example
White with #AE266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE266B; }
p { color: rgb(174,38,107); }
H1.HeaderClassName
{
color: #AE266B;
}
.AnyTagClassName
{
color: #AE266B;
}
</style>
background-color css
<style>
a { background-color: #AE266B; }
a { background-color: rgb(174,38,107); }
div.DivClassName
{
background-color: #AE266B;
}
.BgClassName
{
background-color: #AE266B;
}
</style>
border-color css
<style>
span { border-color: #AE266B; }
span { border-color: rgb(174,38,107); }
td.TdClassName
{
border-color: #AE266B;
}
.TagClassName
{
border-color: #AE266B;
}
</style>