Shades of Rouge #AA385B
Tints of Rouge #AA385B
RGB
CMYK
RGB Variations
Color information
#AA385B (or 0xAA385B) is known color: Rouge. HEX triplet: AA, 38 and 5B. RGB value is (170,56,91). Sum of RGB (Red+Green+Blue) = 170+56+91=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA385B is #55C7A4. Grayscale: #5E5E5E. Windows color (decimal): -5621669 or 5978282. OLE color: 5978282.
HSL color Cylindrical-coordinate representation of color #AA385B: hue angle of 341.58º 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 #AA385B is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 91 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.33 |
| HSL | 341.58º | 0.5% | 0.44% | - |
| HSV(B) | 341.58º | 0.67% | 0.67% | - |
| XYZ | 19.88 | 12.13 | 11.19 | - |
| YUV | 94.08 | 126.27 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 91 | 0 | 0.67 | 0.46 | 0.33 | 341.58 | 0.5 | 0.44 |
| Hex | AA | 38 | 5B | 0 | 43 | 2E | 21 | 156 | 32 | 2C |
| Octal | 252 | 70 | 133 | 0 | 103 | 56 | 41 | 526 | 62 | 54 |
| Binary | 10101010 | 111000 | 1011011 | 0 | 1000011 | 101110 | 100001 | 101010110 | 110010 | 101100 |
Color Harmonies of #AA385B
Complementary color
Monochromatic Colors of #AA385B
Black with #AA385B
Text Example
Text Example
White with #AA385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA385B; }
p { color: rgb(170,56,91); }
H1.HeaderClassName
{
color: #AA385B;
}
.AnyTagClassName
{
color: #AA385B;
}
</style>
background-color css
<style>
a { background-color: #AA385B; }
a { background-color: rgb(170,56,91); }
div.DivClassName
{
background-color: #AA385B;
}
.BgClassName
{
background-color: #AA385B;
}
</style>
border-color css
<style>
span { border-color: #AA385B; }
span { border-color: rgb(170,56,91); }
td.TdClassName
{
border-color: #AA385B;
}
.TagClassName
{
border-color: #AA385B;
}
</style>