Shades of Rouge #AE366A
Tints of Rouge #AE366A
RGB
CMYK
RGB Variations
Color information
#AE366A (or 0xAE366A) is known color: Rouge. HEX triplet: AE, 36 and 6A. RGB value is (174,54,106). Sum of RGB (Red+Green+Blue) = 174+54+106=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE366A is #51C995. Grayscale: #5F5F5F. Windows color (decimal): -5360022 or 6960814. OLE color: 6960814.
HSL color Cylindrical-coordinate representation of color #AE366A: hue angle of 334º 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 #AE366A is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 106 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.32 |
| HSL | 334º | 0.53% | 0.45% | - |
| HSV(B) | 334º | 0.69% | 0.68% | - |
| XYZ | 21.38 | 12.68 | 14.96 | - |
| YUV | 95.81 | 133.76 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 106 | 0 | 0.69 | 0.39 | 0.32 | 334 | 0.53 | 0.45 |
| Hex | AE | 36 | 6A | 0 | 45 | 27 | 20 | 14E | 35 | 2D |
| Octal | 256 | 66 | 152 | 0 | 105 | 47 | 40 | 516 | 65 | 55 |
| Binary | 10101110 | 110110 | 1101010 | 0 | 1000101 | 100111 | 100000 | 101001110 | 110101 | 101101 |
Color Harmonies of #AE366A
Complementary color
Monochromatic Colors of #AE366A
Black with #AE366A
Text Example
Text Example
White with #AE366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE366A; }
p { color: rgb(174,54,106); }
H1.HeaderClassName
{
color: #AE366A;
}
.AnyTagClassName
{
color: #AE366A;
}
</style>
background-color css
<style>
a { background-color: #AE366A; }
a { background-color: rgb(174,54,106); }
div.DivClassName
{
background-color: #AE366A;
}
.BgClassName
{
background-color: #AE366A;
}
</style>
border-color css
<style>
span { border-color: #AE366A; }
span { border-color: rgb(174,54,106); }
td.TdClassName
{
border-color: #AE366A;
}
.TagClassName
{
border-color: #AE366A;
}
</style>