Shades of Rouge #AE3C6B
Tints of Rouge #AE3C6B
RGB
CMYK
RGB Variations
Color information
#AE3C6B (or 0xAE3C6B) is known color: Rouge. HEX triplet: AE, 3C and 6B. RGB value is (174,60,107). Sum of RGB (Red+Green+Blue) = 174+60+107=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C6B is #51C394. Grayscale: #636363. Windows color (decimal): -5358485 or 7027886. OLE color: 7027886.
HSL color Cylindrical-coordinate representation of color #AE3C6B: hue angle of 335.26º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3C6B is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 107 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.32 |
| HSL | 335.26º | 0.49% | 0.46% | - |
| HSV(B) | 335.26º | 0.66% | 0.68% | - |
| XYZ | 21.73 | 13.29 | 15.33 | - |
| YUV | 99.44 | 132.27 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 107 | 0 | 0.66 | 0.39 | 0.32 | 335.26 | 0.49 | 0.46 |
| Hex | AE | 3C | 6B | 0 | 42 | 27 | 20 | 14F | 31 | 2E |
| Octal | 256 | 74 | 153 | 0 | 102 | 47 | 40 | 517 | 61 | 56 |
| Binary | 10101110 | 111100 | 1101011 | 0 | 1000010 | 100111 | 100000 | 101001111 | 110001 | 101110 |
Color Harmonies of #AE3C6B
Complementary color
Monochromatic Colors of #AE3C6B
Black with #AE3C6B
Text Example
Text Example
White with #AE3C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C6B; }
p { color: rgb(174,60,107); }
H1.HeaderClassName
{
color: #AE3C6B;
}
.AnyTagClassName
{
color: #AE3C6B;
}
</style>
background-color css
<style>
a { background-color: #AE3C6B; }
a { background-color: rgb(174,60,107); }
div.DivClassName
{
background-color: #AE3C6B;
}
.BgClassName
{
background-color: #AE3C6B;
}
</style>
border-color css
<style>
span { border-color: #AE3C6B; }
span { border-color: rgb(174,60,107); }
td.TdClassName
{
border-color: #AE3C6B;
}
.TagClassName
{
border-color: #AE3C6B;
}
</style>