Shades of Rouge #AA376C
Tints of Rouge #AA376C
RGB
CMYK
RGB Variations
Color information
#AA376C (or 0xAA376C) is known color: Rouge. HEX triplet: AA, 37 and 6C. RGB value is (170,55,108). Sum of RGB (Red+Green+Blue) = 170+55+108=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA376C is #55C893. Grayscale: #5F5F5F. Windows color (decimal): -5621908 or 7092138. OLE color: 7092138.
HSL color Cylindrical-coordinate representation of color #AA376C: hue angle of 332.35º 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 #AA376C is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 108 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.33 |
| HSL | 332.35º | 0.51% | 0.44% | - |
| HSV(B) | 332.35º | 0.68% | 0.67% | - |
| XYZ | 20.65 | 12.36 | 15.48 | - |
| YUV | 95.43 | 135.1 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 108 | 0 | 0.68 | 0.36 | 0.33 | 332.35 | 0.51 | 0.44 |
| Hex | AA | 37 | 6C | 0 | 44 | 24 | 21 | 14C | 33 | 2C |
| Octal | 252 | 67 | 154 | 0 | 104 | 44 | 41 | 514 | 63 | 54 |
| Binary | 10101010 | 110111 | 1101100 | 0 | 1000100 | 100100 | 100001 | 101001100 | 110011 | 101100 |
Color Harmonies of #AA376C
Complementary color
Monochromatic Colors of #AA376C
Black with #AA376C
Text Example
Text Example
White with #AA376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA376C; }
p { color: rgb(170,55,108); }
H1.HeaderClassName
{
color: #AA376C;
}
.AnyTagClassName
{
color: #AA376C;
}
</style>
background-color css
<style>
a { background-color: #AA376C; }
a { background-color: rgb(170,55,108); }
div.DivClassName
{
background-color: #AA376C;
}
.BgClassName
{
background-color: #AA376C;
}
</style>
border-color css
<style>
span { border-color: #AA376C; }
span { border-color: rgb(170,55,108); }
td.TdClassName
{
border-color: #AA376C;
}
.TagClassName
{
border-color: #AA376C;
}
</style>