Shades of Rouge #AE4067
Tints of Rouge #AE4067
RGB
CMYK
RGB Variations
Color information
#AE4067 (or 0xAE4067) is known color: Rouge. HEX triplet: AE, 40 and 67. RGB value is (174,64,103). Sum of RGB (Red+Green+Blue) = 174+64+103=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4067 is #51BF98. Grayscale: #656565. Windows color (decimal): -5357465 or 6766766. OLE color: 6766766.
HSL color Cylindrical-coordinate representation of color #AE4067: hue angle of 338.73º 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 #AE4067 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 103 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.32 |
| HSL | 338.73º | 0.46% | 0.47% | - |
| HSV(B) | 338.73º | 0.63% | 0.68% | - |
| XYZ | 21.74 | 13.64 | 14.32 | - |
| YUV | 101.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 103 | 0 | 0.63 | 0.41 | 0.32 | 338.73 | 0.46 | 0.47 |
| Hex | AE | 40 | 67 | 0 | 3F | 29 | 20 | 153 | 2E | 2F |
| Octal | 256 | 100 | 147 | 0 | 77 | 51 | 40 | 523 | 56 | 57 |
| Binary | 10101110 | 1000000 | 1100111 | 0 | 111111 | 101001 | 100000 | 101010011 | 101110 | 101111 |
Color Harmonies of #AE4067
Complementary color
Monochromatic Colors of #AE4067
Black with #AE4067
Text Example
Text Example
White with #AE4067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4067; }
p { color: rgb(174,64,103); }
H1.HeaderClassName
{
color: #AE4067;
}
.AnyTagClassName
{
color: #AE4067;
}
</style>
background-color css
<style>
a { background-color: #AE4067; }
a { background-color: rgb(174,64,103); }
div.DivClassName
{
background-color: #AE4067;
}
.BgClassName
{
background-color: #AE4067;
}
</style>
border-color css
<style>
span { border-color: #AE4067; }
span { border-color: rgb(174,64,103); }
td.TdClassName
{
border-color: #AE4067;
}
.TagClassName
{
border-color: #AE4067;
}
</style>