Shades of Rouge #AA366A
Tints of Rouge #AA366A
RGB
CMYK
RGB Variations
Color information
#AA366A (or 0xAA366A) is known color: Rouge. HEX triplet: AA, 36 and 6A. RGB value is (170,54,106). Sum of RGB (Red+Green+Blue) = 170+54+106=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA366A is #55C995. Grayscale: #5E5E5E. Windows color (decimal): -5622166 or 6960810. OLE color: 6960810.
HSL color Cylindrical-coordinate representation of color #AA366A: hue angle of 333.1º 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 #AA366A is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 106 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.33 |
| HSL | 333.1º | 0.52% | 0.44% | - |
| HSV(B) | 333.1º | 0.68% | 0.67% | - |
| XYZ | 20.5 | 12.22 | 14.91 | - |
| YUV | 94.61 | 134.43 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 106 | 0 | 0.68 | 0.38 | 0.33 | 333.1 | 0.52 | 0.44 |
| Hex | AA | 36 | 6A | 0 | 44 | 26 | 21 | 14D | 34 | 2C |
| Octal | 252 | 66 | 152 | 0 | 104 | 46 | 41 | 515 | 64 | 54 |
| Binary | 10101010 | 110110 | 1101010 | 0 | 1000100 | 100110 | 100001 | 101001101 | 110100 | 101100 |
Color Harmonies of #AA366A
Complementary color
Monochromatic Colors of #AA366A
Black with #AA366A
Text Example
Text Example
White with #AA366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA366A; }
p { color: rgb(170,54,106); }
H1.HeaderClassName
{
color: #AA366A;
}
.AnyTagClassName
{
color: #AA366A;
}
</style>
background-color css
<style>
a { background-color: #AA366A; }
a { background-color: rgb(170,54,106); }
div.DivClassName
{
background-color: #AA366A;
}
.BgClassName
{
background-color: #AA366A;
}
</style>
border-color css
<style>
span { border-color: #AA366A; }
span { border-color: rgb(170,54,106); }
td.TdClassName
{
border-color: #AA366A;
}
.TagClassName
{
border-color: #AA366A;
}
</style>