Shades of Rouge #AA3368
Tints of Rouge #AA3368
RGB
CMYK
RGB Variations
Color information
#AA3368 (or 0xAA3368) is known color: Rouge. HEX triplet: AA, 33 and 68. RGB value is (170,51,104). Sum of RGB (Red+Green+Blue) = 170+51+104=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3368 is #55CC97. Grayscale: #5C5C5C. Windows color (decimal): -5622936 or 6828970. OLE color: 6828970.
HSL color Cylindrical-coordinate representation of color #AA3368: hue angle of 333.28º 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 #AA3368 is Cyan = 0, Magento = 0.7, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 104 | - |
| CMYK | 0 | 0.7 | 0.39 | 0.33 |
| HSL | 333.28º | 0.54% | 0.43% | - |
| HSV(B) | 333.28º | 0.7% | 0.67% | - |
| XYZ | 20.26 | 11.91 | 14.33 | - |
| YUV | 92.62 | 134.42 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 104 | 0 | 0.7 | 0.39 | 0.33 | 333.28 | 0.54 | 0.43 |
| Hex | AA | 33 | 68 | 0 | 46 | 27 | 21 | 14D | 36 | 2B |
| Octal | 252 | 63 | 150 | 0 | 106 | 47 | 41 | 515 | 66 | 53 |
| Binary | 10101010 | 110011 | 1101000 | 0 | 1000110 | 100111 | 100001 | 101001101 | 110110 | 101011 |
Color Harmonies of #AA3368
Complementary color
Monochromatic Colors of #AA3368
Black with #AA3368
Text Example
Text Example
White with #AA3368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3368; }
p { color: rgb(170,51,104); }
H1.HeaderClassName
{
color: #AA3368;
}
.AnyTagClassName
{
color: #AA3368;
}
</style>
background-color css
<style>
a { background-color: #AA3368; }
a { background-color: rgb(170,51,104); }
div.DivClassName
{
background-color: #AA3368;
}
.BgClassName
{
background-color: #AA3368;
}
</style>
border-color css
<style>
span { border-color: #AA3368; }
span { border-color: rgb(170,51,104); }
td.TdClassName
{
border-color: #AA3368;
}
.TagClassName
{
border-color: #AA3368;
}
</style>