Shades of Rouge #AA3D5D
Tints of Rouge #AA3D5D
RGB
CMYK
RGB Variations
Color information
#AA3D5D (or 0xAA3D5D) is known color: Rouge. HEX triplet: AA, 3D and 5D. RGB value is (170,61,93). Sum of RGB (Red+Green+Blue) = 170+61+93=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3D5D is #55C2A2. Grayscale: #616161. Windows color (decimal): -5620387 or 6110634. OLE color: 6110634.
HSL color Cylindrical-coordinate representation of color #AA3D5D: hue angle of 342.39º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA3D5D is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 93 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.33 |
| HSL | 342.39º | 0.47% | 0.45% | - |
| HSV(B) | 342.39º | 0.64% | 0.67% | - |
| XYZ | 20.22 | 12.67 | 11.74 | - |
| YUV | 97.24 | 125.61 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 93 | 0 | 0.64 | 0.45 | 0.33 | 342.39 | 0.47 | 0.45 |
| Hex | AA | 3D | 5D | 0 | 40 | 2D | 21 | 156 | 2F | 2D |
| Octal | 252 | 75 | 135 | 0 | 100 | 55 | 41 | 526 | 57 | 55 |
| Binary | 10101010 | 111101 | 1011101 | 0 | 1000000 | 101101 | 100001 | 101010110 | 101111 | 101101 |
Color Harmonies of #AA3D5D
Complementary color
Monochromatic Colors of #AA3D5D
Black with #AA3D5D
Text Example
Text Example
White with #AA3D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D5D; }
p { color: rgb(170,61,93); }
H1.HeaderClassName
{
color: #AA3D5D;
}
.AnyTagClassName
{
color: #AA3D5D;
}
</style>
background-color css
<style>
a { background-color: #AA3D5D; }
a { background-color: rgb(170,61,93); }
div.DivClassName
{
background-color: #AA3D5D;
}
.BgClassName
{
background-color: #AA3D5D;
}
</style>
border-color css
<style>
span { border-color: #AA3D5D; }
span { border-color: rgb(170,61,93); }
td.TdClassName
{
border-color: #AA3D5D;
}
.TagClassName
{
border-color: #AA3D5D;
}
</style>