Shades of Rouge #AE3669
Tints of Rouge #AE3669
RGB
CMYK
RGB Variations
Color information
#AE3669 (or 0xAE3669) is known color: Rouge. HEX triplet: AE, 36 and 69. RGB value is (174,54,105). Sum of RGB (Red+Green+Blue) = 174+54+105=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3669 is #51C996. Grayscale: #5F5F5F. Windows color (decimal): -5360023 or 6895278. OLE color: 6895278.
HSL color Cylindrical-coordinate representation of color #AE3669: hue angle of 334.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE3669 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 105 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.32 |
| HSL | 334.5º | 0.53% | 0.45% | - |
| HSV(B) | 334.5º | 0.69% | 0.68% | - |
| XYZ | 21.32 | 12.66 | 14.68 | - |
| YUV | 95.69 | 133.26 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 105 | 0 | 0.69 | 0.40 | 0.32 | 334.5 | 0.53 | 0.45 |
| Hex | AE | 36 | 69 | 0 | 45 | 28 | 20 | 14E | 35 | 2D |
| Octal | 256 | 66 | 151 | 0 | 105 | 50 | 40 | 516 | 65 | 55 |
| Binary | 10101110 | 110110 | 1101001 | 0 | 1000101 | 101000 | 100000 | 101001110 | 110101 | 101101 |
Color Harmonies of #AE3669
Complementary color
Monochromatic Colors of #AE3669
Black with #AE3669
Text Example
Text Example
White with #AE3669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3669; }
p { color: rgb(174,54,105); }
H1.HeaderClassName
{
color: #AE3669;
}
.AnyTagClassName
{
color: #AE3669;
}
</style>
background-color css
<style>
a { background-color: #AE3669; }
a { background-color: rgb(174,54,105); }
div.DivClassName
{
background-color: #AE3669;
}
.BgClassName
{
background-color: #AE3669;
}
</style>
border-color css
<style>
span { border-color: #AE3669; }
span { border-color: rgb(174,54,105); }
td.TdClassName
{
border-color: #AE3669;
}
.TagClassName
{
border-color: #AE3669;
}
</style>