Shades of Rouge #AA3565
Tints of Rouge #AA3565
RGB
CMYK
RGB Variations
Color information
#AA3565 (or 0xAA3565) is known color: Rouge. HEX triplet: AA, 35 and 65. RGB value is (170,53,101). Sum of RGB (Red+Green+Blue) = 170+53+101=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3565 is #55CA9A. Grayscale: #5D5D5D. Windows color (decimal): -5622427 or 6632874. OLE color: 6632874.
HSL color Cylindrical-coordinate representation of color #AA3565: hue angle of 335.38º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3565 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 101 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.33 |
| HSL | 335.38º | 0.52% | 0.44% | - |
| HSV(B) | 335.38º | 0.69% | 0.67% | - |
| XYZ | 20.2 | 12.03 | 13.57 | - |
| YUV | 93.46 | 132.26 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 101 | 0 | 0.69 | 0.41 | 0.33 | 335.38 | 0.52 | 0.44 |
| Hex | AA | 35 | 65 | 0 | 45 | 29 | 21 | 14F | 34 | 2C |
| Octal | 252 | 65 | 145 | 0 | 105 | 51 | 41 | 517 | 64 | 54 |
| Binary | 10101010 | 110101 | 1100101 | 0 | 1000101 | 101001 | 100001 | 101001111 | 110100 | 101100 |
Color Harmonies of #AA3565
Complementary color
Monochromatic Colors of #AA3565
Black with #AA3565
Text Example
Text Example
White with #AA3565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3565; }
p { color: rgb(170,53,101); }
H1.HeaderClassName
{
color: #AA3565;
}
.AnyTagClassName
{
color: #AA3565;
}
</style>
background-color css
<style>
a { background-color: #AA3565; }
a { background-color: rgb(170,53,101); }
div.DivClassName
{
background-color: #AA3565;
}
.BgClassName
{
background-color: #AA3565;
}
</style>
border-color css
<style>
span { border-color: #AA3565; }
span { border-color: rgb(170,53,101); }
td.TdClassName
{
border-color: #AA3565;
}
.TagClassName
{
border-color: #AA3565;
}
</style>