Shades of Rouge #AE466B
Tints of Rouge #AE466B
RGB
CMYK
RGB Variations
Color information
#AE466B (or 0xAE466B) is known color: Rouge. HEX triplet: AE, 46 and 6B. RGB value is (174,70,107). Sum of RGB (Red+Green+Blue) = 174+70+107=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE466B is #51B994. Grayscale: #696969. Windows color (decimal): -5355925 or 7030446. OLE color: 7030446.
HSL color Cylindrical-coordinate representation of color #AE466B: hue angle of 338.65º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE466B is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 70 | 107 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.32 |
| HSL | 338.65º | 0.43% | 0.48% | - |
| HSV(B) | 338.65º | 0.6% | 0.68% | - |
| XYZ | 22.3 | 14.44 | 15.52 | - |
| YUV | 105.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 107 | 0 | 0.60 | 0.39 | 0.32 | 338.65 | 0.43 | 0.48 |
| Hex | AE | 46 | 6B | 0 | 3C | 27 | 20 | 153 | 2B | 30 |
| Octal | 256 | 106 | 153 | 0 | 74 | 47 | 40 | 523 | 53 | 60 |
| Binary | 10101110 | 1000110 | 1101011 | 0 | 111100 | 100111 | 100000 | 101010011 | 101011 | 110000 |
Color Harmonies of #AE466B
Complementary color
Monochromatic Colors of #AE466B
Black with #AE466B
Text Example
Text Example
White with #AE466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE466B; }
p { color: rgb(174,70,107); }
H1.HeaderClassName
{
color: #AE466B;
}
.AnyTagClassName
{
color: #AE466B;
}
</style>
background-color css
<style>
a { background-color: #AE466B; }
a { background-color: rgb(174,70,107); }
div.DivClassName
{
background-color: #AE466B;
}
.BgClassName
{
background-color: #AE466B;
}
</style>
border-color css
<style>
span { border-color: #AE466B; }
span { border-color: rgb(174,70,107); }
td.TdClassName
{
border-color: #AE466B;
}
.TagClassName
{
border-color: #AE466B;
}
</style>