Shades of Rouge #AE4166
Tints of Rouge #AE4166
RGB
CMYK
RGB Variations
Color information
#AE4166 (or 0xAE4166) is known color: Rouge. HEX triplet: AE, 41 and 66. RGB value is (174,65,102). Sum of RGB (Red+Green+Blue) = 174+65+102=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4166 is #51BE99. Grayscale: #656565. Windows color (decimal): -5357210 or 6701486. OLE color: 6701486.
HSL color Cylindrical-coordinate representation of color #AE4166: hue angle of 339.63º 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 #AE4166 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 102 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.32 |
| HSL | 339.63º | 0.46% | 0.47% | - |
| HSV(B) | 339.63º | 0.63% | 0.68% | - |
| XYZ | 21.74 | 13.74 | 14.08 | - |
| YUV | 101.81 | 128.11 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 102 | 0 | 0.63 | 0.41 | 0.32 | 339.63 | 0.46 | 0.47 |
| Hex | AE | 41 | 66 | 0 | 3F | 29 | 20 | 154 | 2E | 2F |
| Octal | 256 | 101 | 146 | 0 | 77 | 51 | 40 | 524 | 56 | 57 |
| Binary | 10101110 | 1000001 | 1100110 | 0 | 111111 | 101001 | 100000 | 101010100 | 101110 | 101111 |
Color Harmonies of #AE4166
Complementary color
Monochromatic Colors of #AE4166
Black with #AE4166
Text Example
Text Example
White with #AE4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4166; }
p { color: rgb(174,65,102); }
H1.HeaderClassName
{
color: #AE4166;
}
.AnyTagClassName
{
color: #AE4166;
}
</style>
background-color css
<style>
a { background-color: #AE4166; }
a { background-color: rgb(174,65,102); }
div.DivClassName
{
background-color: #AE4166;
}
.BgClassName
{
background-color: #AE4166;
}
</style>
border-color css
<style>
span { border-color: #AE4166; }
span { border-color: rgb(174,65,102); }
td.TdClassName
{
border-color: #AE4166;
}
.TagClassName
{
border-color: #AE4166;
}
</style>