Shades of Rouge #AA4465
Tints of Rouge #AA4465
RGB
CMYK
RGB Variations
Color information
#AA4465 (or 0xAA4465) is known color: Rouge. HEX triplet: AA, 44 and 65. RGB value is (170,68,101). Sum of RGB (Red+Green+Blue) = 170+68+101=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4465 is #55BB9A. Grayscale: #666666. Windows color (decimal): -5618587 or 6636714. OLE color: 6636714.
HSL color Cylindrical-coordinate representation of color #AA4465: hue angle of 340.59º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4465 is Cyan = 0, Magento = 0.6, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 101 | - |
| CMYK | 0 | 0.6 | 0.41 | 0.33 |
| HSL | 340.59º | 0.43% | 0.47% | - |
| HSV(B) | 340.59º | 0.6% | 0.67% | - |
| XYZ | 20.99 | 13.62 | 13.83 | - |
| YUV | 102.26 | 127.29 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 101 | 0 | 0.6 | 0.41 | 0.33 | 340.59 | 0.43 | 0.47 |
| Hex | AA | 44 | 65 | 0 | 3C | 29 | 21 | 155 | 2B | 2F |
| Octal | 252 | 104 | 145 | 0 | 74 | 51 | 41 | 525 | 53 | 57 |
| Binary | 10101010 | 1000100 | 1100101 | 0 | 111100 | 101001 | 100001 | 101010101 | 101011 | 101111 |
Color Harmonies of #AA4465
Complementary color
Monochromatic Colors of #AA4465
Black with #AA4465
Text Example
Text Example
White with #AA4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4465; }
p { color: rgb(170,68,101); }
H1.HeaderClassName
{
color: #AA4465;
}
.AnyTagClassName
{
color: #AA4465;
}
</style>
background-color css
<style>
a { background-color: #AA4465; }
a { background-color: rgb(170,68,101); }
div.DivClassName
{
background-color: #AA4465;
}
.BgClassName
{
background-color: #AA4465;
}
</style>
border-color css
<style>
span { border-color: #AA4465; }
span { border-color: rgb(170,68,101); }
td.TdClassName
{
border-color: #AA4465;
}
.TagClassName
{
border-color: #AA4465;
}
</style>