Shades of Rouge #AA3465
Tints of Rouge #AA3465
RGB
CMYK
RGB Variations
Color information
#AA3465 (or 0xAA3465) is known color: Rouge. HEX triplet: AA, 34 and 65. RGB value is (170,52,101). Sum of RGB (Red+Green+Blue) = 170+52+101=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3465 is #55CB9A. Grayscale: #5C5C5C. Windows color (decimal): -5622683 or 6632618. OLE color: 6632618.
HSL color Cylindrical-coordinate representation of color #AA3465: hue angle of 335.08º degrees, saturation: 0.53, 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 #AA3465 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 101 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.33 |
| HSL | 335.08º | 0.53% | 0.44% | - |
| HSV(B) | 335.08º | 0.69% | 0.67% | - |
| XYZ | 20.15 | 11.94 | 13.55 | - |
| YUV | 92.87 | 132.59 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 101 | 0 | 0.69 | 0.41 | 0.33 | 335.08 | 0.53 | 0.44 |
| Hex | AA | 34 | 65 | 0 | 45 | 29 | 21 | 14F | 35 | 2C |
| Octal | 252 | 64 | 145 | 0 | 105 | 51 | 41 | 517 | 65 | 54 |
| Binary | 10101010 | 110100 | 1100101 | 0 | 1000101 | 101001 | 100001 | 101001111 | 110101 | 101100 |
Color Harmonies of #AA3465
Complementary color
Monochromatic Colors of #AA3465
Black with #AA3465
Text Example
Text Example
White with #AA3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3465; }
p { color: rgb(170,52,101); }
H1.HeaderClassName
{
color: #AA3465;
}
.AnyTagClassName
{
color: #AA3465;
}
</style>
background-color css
<style>
a { background-color: #AA3465; }
a { background-color: rgb(170,52,101); }
div.DivClassName
{
background-color: #AA3465;
}
.BgClassName
{
background-color: #AA3465;
}
</style>
border-color css
<style>
span { border-color: #AA3465; }
span { border-color: rgb(170,52,101); }
td.TdClassName
{
border-color: #AA3465;
}
.TagClassName
{
border-color: #AA3465;
}
</style>