Shades of Rouge #AA375D
Tints of Rouge #AA375D
RGB
CMYK
RGB Variations
Color information
#AA375D (or 0xAA375D) is known color: Rouge. HEX triplet: AA, 37 and 5D. RGB value is (170,55,93). Sum of RGB (Red+Green+Blue) = 170+55+93=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA375D is #55C8A2. Grayscale: #5D5D5D. Windows color (decimal): -5621923 or 6109098. OLE color: 6109098.
HSL color Cylindrical-coordinate representation of color #AA375D: hue angle of 340.17º 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 #AA375D is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 93 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.33 |
| HSL | 340.17º | 0.51% | 0.44% | - |
| HSV(B) | 340.17º | 0.68% | 0.67% | - |
| XYZ | 19.92 | 12.07 | 11.64 | - |
| YUV | 93.72 | 127.6 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 93 | 0 | 0.68 | 0.45 | 0.33 | 340.17 | 0.51 | 0.44 |
| Hex | AA | 37 | 5D | 0 | 44 | 2D | 21 | 154 | 33 | 2C |
| Octal | 252 | 67 | 135 | 0 | 104 | 55 | 41 | 524 | 63 | 54 |
| Binary | 10101010 | 110111 | 1011101 | 0 | 1000100 | 101101 | 100001 | 101010100 | 110011 | 101100 |
Color Harmonies of #AA375D
Complementary color
Monochromatic Colors of #AA375D
Black with #AA375D
Text Example
Text Example
White with #AA375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA375D; }
p { color: rgb(170,55,93); }
H1.HeaderClassName
{
color: #AA375D;
}
.AnyTagClassName
{
color: #AA375D;
}
</style>
background-color css
<style>
a { background-color: #AA375D; }
a { background-color: rgb(170,55,93); }
div.DivClassName
{
background-color: #AA375D;
}
.BgClassName
{
background-color: #AA375D;
}
</style>
border-color css
<style>
span { border-color: #AA375D; }
span { border-color: rgb(170,55,93); }
td.TdClassName
{
border-color: #AA375D;
}
.TagClassName
{
border-color: #AA375D;
}
</style>