Shades of Rouge #AE3266
Tints of Rouge #AE3266
RGB
CMYK
RGB Variations
Color information
#AE3266 (or 0xAE3266) is known color: Rouge. HEX triplet: AE, 32 and 66. RGB value is (174,50,102). Sum of RGB (Red+Green+Blue) = 174+50+102=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3266 is #51CD99. Grayscale: #5C5C5C. Windows color (decimal): -5361050 or 6697646. OLE color: 6697646.
HSL color Cylindrical-coordinate representation of color #AE3266: hue angle of 334.84º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE3266 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 102 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.32 |
| HSL | 334.84º | 0.55% | 0.44% | - |
| HSV(B) | 334.84º | 0.71% | 0.68% | - |
| XYZ | 20.99 | 12.24 | 13.83 | - |
| YUV | 93 | 133.08 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 102 | 0 | 0.71 | 0.41 | 0.32 | 334.84 | 0.55 | 0.44 |
| Hex | AE | 32 | 66 | 0 | 47 | 29 | 20 | 14F | 37 | 2C |
| Octal | 256 | 62 | 146 | 0 | 107 | 51 | 40 | 517 | 67 | 54 |
| Binary | 10101110 | 110010 | 1100110 | 0 | 1000111 | 101001 | 100000 | 101001111 | 110111 | 101100 |
Color Harmonies of #AE3266
Complementary color
Monochromatic Colors of #AE3266
Black with #AE3266
Text Example
Text Example
White with #AE3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3266; }
p { color: rgb(174,50,102); }
H1.HeaderClassName
{
color: #AE3266;
}
.AnyTagClassName
{
color: #AE3266;
}
</style>
background-color css
<style>
a { background-color: #AE3266; }
a { background-color: rgb(174,50,102); }
div.DivClassName
{
background-color: #AE3266;
}
.BgClassName
{
background-color: #AE3266;
}
</style>
border-color css
<style>
span { border-color: #AE3266; }
span { border-color: rgb(174,50,102); }
td.TdClassName
{
border-color: #AE3266;
}
.TagClassName
{
border-color: #AE3266;
}
</style>