Shades of Rouge #AA376A
Tints of Rouge #AA376A
RGB
CMYK
RGB Variations
Color information
#AA376A (or 0xAA376A) is known color: Rouge. HEX triplet: AA, 37 and 6A. RGB value is (170,55,106). Sum of RGB (Red+Green+Blue) = 170+55+106=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA376A is #55C895. Grayscale: #5F5F5F. Windows color (decimal): -5621910 or 6961066. OLE color: 6961066.
HSL color Cylindrical-coordinate representation of color #AA376A: hue angle of 333.39º degrees, saturation: 0.51, 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 #AA376A is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 106 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.33 |
| HSL | 333.39º | 0.51% | 0.44% | - |
| HSV(B) | 333.39º | 0.68% | 0.67% | - |
| XYZ | 20.55 | 12.32 | 14.93 | - |
| YUV | 95.2 | 134.1 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 106 | 0 | 0.68 | 0.38 | 0.33 | 333.39 | 0.51 | 0.44 |
| Hex | AA | 37 | 6A | 0 | 44 | 26 | 21 | 14D | 33 | 2C |
| Octal | 252 | 67 | 152 | 0 | 104 | 46 | 41 | 515 | 63 | 54 |
| Binary | 10101010 | 110111 | 1101010 | 0 | 1000100 | 100110 | 100001 | 101001101 | 110011 | 101100 |
Color Harmonies of #AA376A
Complementary color
Monochromatic Colors of #AA376A
Black with #AA376A
Text Example
Text Example
White with #AA376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA376A; }
p { color: rgb(170,55,106); }
H1.HeaderClassName
{
color: #AA376A;
}
.AnyTagClassName
{
color: #AA376A;
}
</style>
background-color css
<style>
a { background-color: #AA376A; }
a { background-color: rgb(170,55,106); }
div.DivClassName
{
background-color: #AA376A;
}
.BgClassName
{
background-color: #AA376A;
}
</style>
border-color css
<style>
span { border-color: #AA376A; }
span { border-color: rgb(170,55,106); }
td.TdClassName
{
border-color: #AA376A;
}
.TagClassName
{
border-color: #AA376A;
}
</style>