Shades of Rouge #AA3362
Tints of Rouge #AA3362
RGB
CMYK
RGB Variations
Color information
#AA3362 (or 0xAA3362) is known color: Rouge. HEX triplet: AA, 33 and 62. RGB value is (170,51,98). Sum of RGB (Red+Green+Blue) = 170+51+98=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3362 is #55CC9D. Grayscale: #5B5B5B. Windows color (decimal): -5622942 or 6435754. OLE color: 6435754.
HSL color Cylindrical-coordinate representation of color #AA3362: hue angle of 336.3º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA3362 is Cyan = 0, Magento = 0.7, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 98 | - |
| CMYK | 0 | 0.7 | 0.42 | 0.33 |
| HSL | 336.3º | 0.54% | 0.43% | - |
| HSV(B) | 336.3º | 0.7% | 0.67% | - |
| XYZ | 19.97 | 11.8 | 12.78 | - |
| YUV | 91.94 | 131.42 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 98 | 0 | 0.7 | 0.42 | 0.33 | 336.3 | 0.54 | 0.43 |
| Hex | AA | 33 | 62 | 0 | 46 | 2A | 21 | 150 | 36 | 2B |
| Octal | 252 | 63 | 142 | 0 | 106 | 52 | 41 | 520 | 66 | 53 |
| Binary | 10101010 | 110011 | 1100010 | 0 | 1000110 | 101010 | 100001 | 101010000 | 110110 | 101011 |
Color Harmonies of #AA3362
Complementary color
Monochromatic Colors of #AA3362
Black with #AA3362
Text Example
Text Example
White with #AA3362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3362; }
p { color: rgb(170,51,98); }
H1.HeaderClassName
{
color: #AA3362;
}
.AnyTagClassName
{
color: #AA3362;
}
</style>
background-color css
<style>
a { background-color: #AA3362; }
a { background-color: rgb(170,51,98); }
div.DivClassName
{
background-color: #AA3362;
}
.BgClassName
{
background-color: #AA3362;
}
</style>
border-color css
<style>
span { border-color: #AA3362; }
span { border-color: rgb(170,51,98); }
td.TdClassName
{
border-color: #AA3362;
}
.TagClassName
{
border-color: #AA3362;
}
</style>