Shades of Rouge #AA376E
Tints of Rouge #AA376E
RGB
CMYK
RGB Variations
Color information
#AA376E (or 0xAA376E) is known color: Rouge. HEX triplet: AA, 37 and 6E. RGB value is (170,55,110). Sum of RGB (Red+Green+Blue) = 170+55+110=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA376E is #55C891. Grayscale: #5F5F5F. Windows color (decimal): -5621906 or 7223210. OLE color: 7223210.
HSL color Cylindrical-coordinate representation of color #AA376E: hue angle of 331.3º 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 #AA376E is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 110 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.33 |
| HSL | 331.3º | 0.51% | 0.44% | - |
| HSV(B) | 331.3º | 0.68% | 0.67% | - |
| XYZ | 20.76 | 12.4 | 16.05 | - |
| YUV | 95.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 110 | 0 | 0.68 | 0.35 | 0.33 | 331.3 | 0.51 | 0.44 |
| Hex | AA | 37 | 6E | 0 | 44 | 23 | 21 | 14B | 33 | 2C |
| Octal | 252 | 67 | 156 | 0 | 104 | 43 | 41 | 513 | 63 | 54 |
| Binary | 10101010 | 110111 | 1101110 | 0 | 1000100 | 100011 | 100001 | 101001011 | 110011 | 101100 |
Color Harmonies of #AA376E
Complementary color
Monochromatic Colors of #AA376E
Black with #AA376E
Text Example
Text Example
White with #AA376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA376E; }
p { color: rgb(170,55,110); }
H1.HeaderClassName
{
color: #AA376E;
}
.AnyTagClassName
{
color: #AA376E;
}
</style>
background-color css
<style>
a { background-color: #AA376E; }
a { background-color: rgb(170,55,110); }
div.DivClassName
{
background-color: #AA376E;
}
.BgClassName
{
background-color: #AA376E;
}
</style>
border-color css
<style>
span { border-color: #AA376E; }
span { border-color: rgb(170,55,110); }
td.TdClassName
{
border-color: #AA376E;
}
.TagClassName
{
border-color: #AA376E;
}
</style>