Shades of Rouge #AA385E
Tints of Rouge #AA385E
RGB
CMYK
RGB Variations
Color information
#AA385E (or 0xAA385E) is known color: Rouge. HEX triplet: AA, 38 and 5E. RGB value is (170,56,94). Sum of RGB (Red+Green+Blue) = 170+56+94=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA385E is #55C7A1. Grayscale: #5E5E5E. Windows color (decimal): -5621666 or 6174890. OLE color: 6174890.
HSL color Cylindrical-coordinate representation of color #AA385E: hue angle of 340º 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 #AA385E is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 94 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.33 |
| HSL | 340º | 0.5% | 0.44% | - |
| HSV(B) | 340º | 0.67% | 0.67% | - |
| XYZ | 20.01 | 12.18 | 11.89 | - |
| YUV | 94.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 94 | 0 | 0.67 | 0.45 | 0.33 | 340 | 0.5 | 0.44 |
| Hex | AA | 38 | 5E | 0 | 43 | 2D | 21 | 154 | 32 | 2C |
| Octal | 252 | 70 | 136 | 0 | 103 | 55 | 41 | 524 | 62 | 54 |
| Binary | 10101010 | 111000 | 1011110 | 0 | 1000011 | 101101 | 100001 | 101010100 | 110010 | 101100 |
Color Harmonies of #AA385E
Complementary color
Monochromatic Colors of #AA385E
Black with #AA385E
Text Example
Text Example
White with #AA385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA385E; }
p { color: rgb(170,56,94); }
H1.HeaderClassName
{
color: #AA385E;
}
.AnyTagClassName
{
color: #AA385E;
}
</style>
background-color css
<style>
a { background-color: #AA385E; }
a { background-color: rgb(170,56,94); }
div.DivClassName
{
background-color: #AA385E;
}
.BgClassName
{
background-color: #AA385E;
}
</style>
border-color css
<style>
span { border-color: #AA385E; }
span { border-color: rgb(170,56,94); }
td.TdClassName
{
border-color: #AA385E;
}
.TagClassName
{
border-color: #AA385E;
}
</style>