Shades of Rouge #AA3663
Tints of Rouge #AA3663
RGB
CMYK
RGB Variations
Color information
#AA3663 (or 0xAA3663) is known color: Rouge. HEX triplet: AA, 36 and 63. RGB value is (170,54,99). Sum of RGB (Red+Green+Blue) = 170+54+99=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3663 is #55C99C. Grayscale: #5D5D5D. Windows color (decimal): -5622173 or 6502058. OLE color: 6502058.
HSL color Cylindrical-coordinate representation of color #AA3663: hue angle of 336.72º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3663 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 99 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.33 |
| HSL | 336.72º | 0.52% | 0.44% | - |
| HSV(B) | 336.72º | 0.68% | 0.67% | - |
| XYZ | 20.15 | 12.09 | 13.08 | - |
| YUV | 93.81 | 130.93 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 99 | 0 | 0.68 | 0.42 | 0.33 | 336.72 | 0.52 | 0.44 |
| Hex | AA | 36 | 63 | 0 | 44 | 2A | 21 | 151 | 34 | 2C |
| Octal | 252 | 66 | 143 | 0 | 104 | 52 | 41 | 521 | 64 | 54 |
| Binary | 10101010 | 110110 | 1100011 | 0 | 1000100 | 101010 | 100001 | 101010001 | 110100 | 101100 |
Color Harmonies of #AA3663
Complementary color
Monochromatic Colors of #AA3663
Black with #AA3663
Text Example
Text Example
White with #AA3663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3663; }
p { color: rgb(170,54,99); }
H1.HeaderClassName
{
color: #AA3663;
}
.AnyTagClassName
{
color: #AA3663;
}
</style>
background-color css
<style>
a { background-color: #AA3663; }
a { background-color: rgb(170,54,99); }
div.DivClassName
{
background-color: #AA3663;
}
.BgClassName
{
background-color: #AA3663;
}
</style>
border-color css
<style>
span { border-color: #AA3663; }
span { border-color: rgb(170,54,99); }
td.TdClassName
{
border-color: #AA3663;
}
.TagClassName
{
border-color: #AA3663;
}
</style>