Shades of Rouge #AA366D
Tints of Rouge #AA366D
RGB
CMYK
RGB Variations
Color information
#AA366D (or 0xAA366D) is known color: Rouge. HEX triplet: AA, 36 and 6D. RGB value is (170,54,109). Sum of RGB (Red+Green+Blue) = 170+54+109=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA366D is #55C992. Grayscale: #5E5E5E. Windows color (decimal): -5622163 or 7157418. OLE color: 7157418.
HSL color Cylindrical-coordinate representation of color #AA366D: hue angle of 331.55º 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 #AA366D is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 109 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.33 |
| HSL | 331.55º | 0.52% | 0.44% | - |
| HSV(B) | 331.55º | 0.68% | 0.67% | - |
| XYZ | 20.66 | 12.29 | 15.75 | - |
| YUV | 94.95 | 135.93 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 109 | 0 | 0.68 | 0.36 | 0.33 | 331.55 | 0.52 | 0.44 |
| Hex | AA | 36 | 6D | 0 | 44 | 24 | 21 | 14C | 34 | 2C |
| Octal | 252 | 66 | 155 | 0 | 104 | 44 | 41 | 514 | 64 | 54 |
| Binary | 10101010 | 110110 | 1101101 | 0 | 1000100 | 100100 | 100001 | 101001100 | 110100 | 101100 |
Color Harmonies of #AA366D
Complementary color
Monochromatic Colors of #AA366D
Black with #AA366D
Text Example
Text Example
White with #AA366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA366D; }
p { color: rgb(170,54,109); }
H1.HeaderClassName
{
color: #AA366D;
}
.AnyTagClassName
{
color: #AA366D;
}
</style>
background-color css
<style>
a { background-color: #AA366D; }
a { background-color: rgb(170,54,109); }
div.DivClassName
{
background-color: #AA366D;
}
.BgClassName
{
background-color: #AA366D;
}
</style>
border-color css
<style>
span { border-color: #AA366D; }
span { border-color: rgb(170,54,109); }
td.TdClassName
{
border-color: #AA366D;
}
.TagClassName
{
border-color: #AA366D;
}
</style>