Shades of Rouge #AE3C67
Tints of Rouge #AE3C67
RGB
CMYK
RGB Variations
Color information
#AE3C67 (or 0xAE3C67) is known color: Rouge. HEX triplet: AE, 3C and 67. RGB value is (174,60,103). Sum of RGB (Red+Green+Blue) = 174+60+103=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C67 is #51C398. Grayscale: #626262. Windows color (decimal): -5358489 or 6765742. OLE color: 6765742.
HSL color Cylindrical-coordinate representation of color #AE3C67: hue angle of 337.37º 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 #AE3C67 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 103 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.32 |
| HSL | 337.37º | 0.49% | 0.46% | - |
| HSV(B) | 337.37º | 0.66% | 0.68% | - |
| XYZ | 21.52 | 13.21 | 14.25 | - |
| YUV | 98.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 103 | 0 | 0.66 | 0.41 | 0.32 | 337.37 | 0.49 | 0.46 |
| Hex | AE | 3C | 67 | 0 | 42 | 29 | 20 | 151 | 31 | 2E |
| Octal | 256 | 74 | 147 | 0 | 102 | 51 | 40 | 521 | 61 | 56 |
| Binary | 10101110 | 111100 | 1100111 | 0 | 1000010 | 101001 | 100000 | 101010001 | 110001 | 101110 |
Color Harmonies of #AE3C67
Complementary color
Monochromatic Colors of #AE3C67
Black with #AE3C67
Text Example
Text Example
White with #AE3C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C67; }
p { color: rgb(174,60,103); }
H1.HeaderClassName
{
color: #AE3C67;
}
.AnyTagClassName
{
color: #AE3C67;
}
</style>
background-color css
<style>
a { background-color: #AE3C67; }
a { background-color: rgb(174,60,103); }
div.DivClassName
{
background-color: #AE3C67;
}
.BgClassName
{
background-color: #AE3C67;
}
</style>
border-color css
<style>
span { border-color: #AE3C67; }
span { border-color: rgb(174,60,103); }
td.TdClassName
{
border-color: #AE3C67;
}
.TagClassName
{
border-color: #AE3C67;
}
</style>