Shades of Rouge #AE4168
Tints of Rouge #AE4168
RGB
CMYK
RGB Variations
Color information
#AE4168 (or 0xAE4168) is known color: Rouge. HEX triplet: AE, 41 and 68. RGB value is (174,65,104). Sum of RGB (Red+Green+Blue) = 174+65+104=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4168 is #51BE97. Grayscale: #656565. Windows color (decimal): -5357208 or 6832558. OLE color: 6832558.
HSL color Cylindrical-coordinate representation of color #AE4168: hue angle of 338.53º 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 #AE4168 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 104 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.32 |
| HSL | 338.53º | 0.46% | 0.47% | - |
| HSV(B) | 338.53º | 0.63% | 0.68% | - |
| XYZ | 21.84 | 13.78 | 14.6 | - |
| YUV | 102.04 | 129.11 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 104 | 0 | 0.63 | 0.40 | 0.32 | 338.53 | 0.46 | 0.47 |
| Hex | AE | 41 | 68 | 0 | 3F | 28 | 20 | 153 | 2E | 2F |
| Octal | 256 | 101 | 150 | 0 | 77 | 50 | 40 | 523 | 56 | 57 |
| Binary | 10101110 | 1000001 | 1101000 | 0 | 111111 | 101000 | 100000 | 101010011 | 101110 | 101111 |
Color Harmonies of #AE4168
Complementary color
Monochromatic Colors of #AE4168
Black with #AE4168
Text Example
Text Example
White with #AE4168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4168; }
p { color: rgb(174,65,104); }
H1.HeaderClassName
{
color: #AE4168;
}
.AnyTagClassName
{
color: #AE4168;
}
</style>
background-color css
<style>
a { background-color: #AE4168; }
a { background-color: rgb(174,65,104); }
div.DivClassName
{
background-color: #AE4168;
}
.BgClassName
{
background-color: #AE4168;
}
</style>
border-color css
<style>
span { border-color: #AE4168; }
span { border-color: rgb(174,65,104); }
td.TdClassName
{
border-color: #AE4168;
}
.TagClassName
{
border-color: #AE4168;
}
</style>