Shades of Rouge #AA496B
Tints of Rouge #AA496B
RGB
CMYK
RGB Variations
Color information
#AA496B (or 0xAA496B) is known color: Rouge. HEX triplet: AA, 49 and 6B. RGB value is (170,73,107). Sum of RGB (Red+Green+Blue) = 170+73+107=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA496B is #55B694. Grayscale: #696969. Windows color (decimal): -5617301 or 7031210. OLE color: 7031210.
HSL color Cylindrical-coordinate representation of color #AA496B: hue angle of 338.97º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA496B is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 107 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.33 |
| HSL | 338.97º | 0.4% | 0.48% | - |
| HSV(B) | 338.97º | 0.57% | 0.67% | - |
| XYZ | 21.61 | 14.37 | 15.54 | - |
| YUV | 105.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 107 | 0 | 0.57 | 0.37 | 0.33 | 338.97 | 0.4 | 0.48 |
| Hex | AA | 49 | 6B | 0 | 39 | 25 | 21 | 153 | 28 | 30 |
| Octal | 252 | 111 | 153 | 0 | 71 | 45 | 41 | 523 | 50 | 60 |
| Binary | 10101010 | 1001001 | 1101011 | 0 | 111001 | 100101 | 100001 | 101010011 | 101000 | 110000 |
Color Harmonies of #AA496B
Complementary color
Monochromatic Colors of #AA496B
Black with #AA496B
Text Example
Text Example
White with #AA496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA496B; }
p { color: rgb(170,73,107); }
H1.HeaderClassName
{
color: #AA496B;
}
.AnyTagClassName
{
color: #AA496B;
}
</style>
background-color css
<style>
a { background-color: #AA496B; }
a { background-color: rgb(170,73,107); }
div.DivClassName
{
background-color: #AA496B;
}
.BgClassName
{
background-color: #AA496B;
}
</style>
border-color css
<style>
span { border-color: #AA496B; }
span { border-color: rgb(170,73,107); }
td.TdClassName
{
border-color: #AA496B;
}
.TagClassName
{
border-color: #AA496B;
}
</style>