Shades of Rouge #AA385C
Tints of Rouge #AA385C
RGB
CMYK
RGB Variations
Color information
#AA385C (or 0xAA385C) is known color: Rouge. HEX triplet: AA, 38 and 5C. RGB value is (170,56,92). Sum of RGB (Red+Green+Blue) = 170+56+92=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA385C is #55C7A3. Grayscale: #5E5E5E. Windows color (decimal): -5621668 or 6043818. OLE color: 6043818.
HSL color Cylindrical-coordinate representation of color #AA385C: hue angle of 341.05º 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 #AA385C is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 92 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.33 |
| HSL | 341.05º | 0.5% | 0.44% | - |
| HSV(B) | 341.05º | 0.67% | 0.67% | - |
| XYZ | 19.92 | 12.15 | 11.42 | - |
| YUV | 94.19 | 126.77 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 92 | 0 | 0.67 | 0.46 | 0.33 | 341.05 | 0.5 | 0.44 |
| Hex | AA | 38 | 5C | 0 | 43 | 2E | 21 | 155 | 32 | 2C |
| Octal | 252 | 70 | 134 | 0 | 103 | 56 | 41 | 525 | 62 | 54 |
| Binary | 10101010 | 111000 | 1011100 | 0 | 1000011 | 101110 | 100001 | 101010101 | 110010 | 101100 |
Color Harmonies of #AA385C
Complementary color
Monochromatic Colors of #AA385C
Black with #AA385C
Text Example
Text Example
White with #AA385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA385C; }
p { color: rgb(170,56,92); }
H1.HeaderClassName
{
color: #AA385C;
}
.AnyTagClassName
{
color: #AA385C;
}
</style>
background-color css
<style>
a { background-color: #AA385C; }
a { background-color: rgb(170,56,92); }
div.DivClassName
{
background-color: #AA385C;
}
.BgClassName
{
background-color: #AA385C;
}
</style>
border-color css
<style>
span { border-color: #AA385C; }
span { border-color: rgb(170,56,92); }
td.TdClassName
{
border-color: #AA385C;
}
.TagClassName
{
border-color: #AA385C;
}
</style>