Shades of Rouge #AA366B
Tints of Rouge #AA366B
RGB
CMYK
RGB Variations
Color information
#AA366B (or 0xAA366B) is known color: Rouge. HEX triplet: AA, 36 and 6B. RGB value is (170,54,107). Sum of RGB (Red+Green+Blue) = 170+54+107=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA366B is #55C994. Grayscale: #5E5E5E. Windows color (decimal): -5622165 or 7026346. OLE color: 7026346.
HSL color Cylindrical-coordinate representation of color #AA366B: hue angle of 332.59º 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 #AA366B is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 107 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.33 |
| HSL | 332.59º | 0.52% | 0.44% | - |
| HSV(B) | 332.59º | 0.68% | 0.67% | - |
| XYZ | 20.55 | 12.25 | 15.19 | - |
| YUV | 94.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 107 | 0 | 0.68 | 0.37 | 0.33 | 332.59 | 0.52 | 0.44 |
| Hex | AA | 36 | 6B | 0 | 44 | 25 | 21 | 14D | 34 | 2C |
| Octal | 252 | 66 | 153 | 0 | 104 | 45 | 41 | 515 | 64 | 54 |
| Binary | 10101010 | 110110 | 1101011 | 0 | 1000100 | 100101 | 100001 | 101001101 | 110100 | 101100 |
Color Harmonies of #AA366B
Complementary color
Monochromatic Colors of #AA366B
Black with #AA366B
Text Example
Text Example
White with #AA366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA366B; }
p { color: rgb(170,54,107); }
H1.HeaderClassName
{
color: #AA366B;
}
.AnyTagClassName
{
color: #AA366B;
}
</style>
background-color css
<style>
a { background-color: #AA366B; }
a { background-color: rgb(170,54,107); }
div.DivClassName
{
background-color: #AA366B;
}
.BgClassName
{
background-color: #AA366B;
}
</style>
border-color css
<style>
span { border-color: #AA366B; }
span { border-color: rgb(170,54,107); }
td.TdClassName
{
border-color: #AA366B;
}
.TagClassName
{
border-color: #AA366B;
}
</style>