Shades of Rouge #AA385D
Tints of Rouge #AA385D
RGB
CMYK
RGB Variations
Color information
#AA385D (or 0xAA385D) is known color: Rouge. HEX triplet: AA, 38 and 5D. RGB value is (170,56,93). Sum of RGB (Red+Green+Blue) = 170+56+93=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA385D is #55C7A2. Grayscale: #5E5E5E. Windows color (decimal): -5621667 or 6109354. OLE color: 6109354.
HSL color Cylindrical-coordinate representation of color #AA385D: hue angle of 340.53º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA385D is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 93 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.33 |
| HSL | 340.53º | 0.5% | 0.44% | - |
| HSV(B) | 340.53º | 0.67% | 0.67% | - |
| XYZ | 19.97 | 12.16 | 11.65 | - |
| YUV | 94.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 93 | 0 | 0.67 | 0.45 | 0.33 | 340.53 | 0.5 | 0.44 |
| Hex | AA | 38 | 5D | 0 | 43 | 2D | 21 | 155 | 32 | 2C |
| Octal | 252 | 70 | 135 | 0 | 103 | 55 | 41 | 525 | 62 | 54 |
| Binary | 10101010 | 111000 | 1011101 | 0 | 1000011 | 101101 | 100001 | 101010101 | 110010 | 101100 |
Color Harmonies of #AA385D
Complementary color
Monochromatic Colors of #AA385D
Black with #AA385D
Text Example
Text Example
White with #AA385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA385D; }
p { color: rgb(170,56,93); }
H1.HeaderClassName
{
color: #AA385D;
}
.AnyTagClassName
{
color: #AA385D;
}
</style>
background-color css
<style>
a { background-color: #AA385D; }
a { background-color: rgb(170,56,93); }
div.DivClassName
{
background-color: #AA385D;
}
.BgClassName
{
background-color: #AA385D;
}
</style>
border-color css
<style>
span { border-color: #AA385D; }
span { border-color: rgb(170,56,93); }
td.TdClassName
{
border-color: #AA385D;
}
.TagClassName
{
border-color: #AA385D;
}
</style>