Shades of Rouge #AA3B5E
Tints of Rouge #AA3B5E
RGB
CMYK
RGB Variations
Color information
#AA3B5E (or 0xAA3B5E) is known color: Rouge. HEX triplet: AA, 3B and 5E. RGB value is (170,59,94). Sum of RGB (Red+Green+Blue) = 170+59+94=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3B5E is #55C4A1. Grayscale: #606060. Windows color (decimal): -5620898 or 6175658. OLE color: 6175658.
HSL color Cylindrical-coordinate representation of color #AA3B5E: hue angle of 341.08º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3B5E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 59 | 94 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.33 |
| HSL | 341.08º | 0.48% | 0.45% | - |
| HSV(B) | 341.08º | 0.65% | 0.67% | - |
| XYZ | 20.16 | 12.48 | 11.94 | - |
| YUV | 96.18 | 126.77 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 94 | 0 | 0.65 | 0.45 | 0.33 | 341.08 | 0.48 | 0.45 |
| Hex | AA | 3B | 5E | 0 | 41 | 2D | 21 | 155 | 30 | 2D |
| Octal | 252 | 73 | 136 | 0 | 101 | 55 | 41 | 525 | 60 | 55 |
| Binary | 10101010 | 111011 | 1011110 | 0 | 1000001 | 101101 | 100001 | 101010101 | 110000 | 101101 |
Color Harmonies of #AA3B5E
Complementary color
Monochromatic Colors of #AA3B5E
Black with #AA3B5E
Text Example
Text Example
White with #AA3B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3B5E; }
p { color: rgb(170,59,94); }
H1.HeaderClassName
{
color: #AA3B5E;
}
.AnyTagClassName
{
color: #AA3B5E;
}
</style>
background-color css
<style>
a { background-color: #AA3B5E; }
a { background-color: rgb(170,59,94); }
div.DivClassName
{
background-color: #AA3B5E;
}
.BgClassName
{
background-color: #AA3B5E;
}
</style>
border-color css
<style>
span { border-color: #AA3B5E; }
span { border-color: rgb(170,59,94); }
td.TdClassName
{
border-color: #AA3B5E;
}
.TagClassName
{
border-color: #AA3B5E;
}
</style>