Shades of Rouge #AE416C
Tints of Rouge #AE416C
RGB
CMYK
RGB Variations
Color information
#AE416C (or 0xAE416C) is known color: Rouge. HEX triplet: AE, 41 and 6C. RGB value is (174,65,108). Sum of RGB (Red+Green+Blue) = 174+65+108=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE416C is #51BE93. Grayscale: #666666. Windows color (decimal): -5357204 or 7094702. OLE color: 7094702.
HSL color Cylindrical-coordinate representation of color #AE416C: hue angle of 336.33º 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 #AE416C is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 108 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.32 |
| HSL | 336.33º | 0.46% | 0.47% | - |
| HSV(B) | 336.33º | 0.63% | 0.68% | - |
| XYZ | 22.05 | 13.86 | 15.7 | - |
| YUV | 102.49 | 131.11 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 108 | 0 | 0.63 | 0.38 | 0.32 | 336.33 | 0.46 | 0.47 |
| Hex | AE | 41 | 6C | 0 | 3F | 26 | 20 | 150 | 2E | 2F |
| Octal | 256 | 101 | 154 | 0 | 77 | 46 | 40 | 520 | 56 | 57 |
| Binary | 10101110 | 1000001 | 1101100 | 0 | 111111 | 100110 | 100000 | 101010000 | 101110 | 101111 |
Color Harmonies of #AE416C
Complementary color
Monochromatic Colors of #AE416C
Black with #AE416C
Text Example
Text Example
White with #AE416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE416C; }
p { color: rgb(174,65,108); }
H1.HeaderClassName
{
color: #AE416C;
}
.AnyTagClassName
{
color: #AE416C;
}
</style>
background-color css
<style>
a { background-color: #AE416C; }
a { background-color: rgb(174,65,108); }
div.DivClassName
{
background-color: #AE416C;
}
.BgClassName
{
background-color: #AE416C;
}
</style>
border-color css
<style>
span { border-color: #AE416C; }
span { border-color: rgb(174,65,108); }
td.TdClassName
{
border-color: #AE416C;
}
.TagClassName
{
border-color: #AE416C;
}
</style>