Shades of Rouge #AE4163
Tints of Rouge #AE4163
RGB
CMYK
RGB Variations
Color information
#AE4163 (or 0xAE4163) is known color: Rouge. HEX triplet: AE, 41 and 63. RGB value is (174,65,99). Sum of RGB (Red+Green+Blue) = 174+65+99=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4163 is #51BE9C. Grayscale: #656565. Windows color (decimal): -5357213 or 6504878. OLE color: 6504878.
HSL color Cylindrical-coordinate representation of color #AE4163: hue angle of 341.28º 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 #AE4163 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 99 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.32 |
| HSL | 341.28º | 0.46% | 0.47% | - |
| HSV(B) | 341.28º | 0.63% | 0.68% | - |
| XYZ | 21.6 | 13.68 | 13.31 | - |
| YUV | 101.47 | 126.61 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 99 | 0 | 0.63 | 0.43 | 0.32 | 341.28 | 0.46 | 0.47 |
| Hex | AE | 41 | 63 | 0 | 3F | 2B | 20 | 155 | 2E | 2F |
| Octal | 256 | 101 | 143 | 0 | 77 | 53 | 40 | 525 | 56 | 57 |
| Binary | 10101110 | 1000001 | 1100011 | 0 | 111111 | 101011 | 100000 | 101010101 | 101110 | 101111 |
Color Harmonies of #AE4163
Complementary color
Monochromatic Colors of #AE4163
Black with #AE4163
Text Example
Text Example
White with #AE4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4163; }
p { color: rgb(174,65,99); }
H1.HeaderClassName
{
color: #AE4163;
}
.AnyTagClassName
{
color: #AE4163;
}
</style>
background-color css
<style>
a { background-color: #AE4163; }
a { background-color: rgb(174,65,99); }
div.DivClassName
{
background-color: #AE4163;
}
.BgClassName
{
background-color: #AE4163;
}
</style>
border-color css
<style>
span { border-color: #AE4163; }
span { border-color: rgb(174,65,99); }
td.TdClassName
{
border-color: #AE4163;
}
.TagClassName
{
border-color: #AE4163;
}
</style>