Shades of Rouge #AA385F
Tints of Rouge #AA385F
RGB
CMYK
RGB Variations
Color information
#AA385F (or 0xAA385F) is known color: Rouge. HEX triplet: AA, 38 and 5F. RGB value is (170,56,95). Sum of RGB (Red+Green+Blue) = 170+56+95=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA385F is #55C7A0. Grayscale: #5E5E5E. Windows color (decimal): -5621665 or 6240426. OLE color: 6240426.
HSL color Cylindrical-coordinate representation of color #AA385F: hue angle of 339.47º 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 #AA385F is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 95 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.33 |
| HSL | 339.47º | 0.5% | 0.44% | - |
| HSV(B) | 339.47º | 0.67% | 0.67% | - |
| XYZ | 20.06 | 12.2 | 12.12 | - |
| YUV | 94.53 | 128.27 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 95 | 0 | 0.67 | 0.44 | 0.33 | 339.47 | 0.5 | 0.44 |
| Hex | AA | 38 | 5F | 0 | 43 | 2C | 21 | 153 | 32 | 2C |
| Octal | 252 | 70 | 137 | 0 | 103 | 54 | 41 | 523 | 62 | 54 |
| Binary | 10101010 | 111000 | 1011111 | 0 | 1000011 | 101100 | 100001 | 101010011 | 110010 | 101100 |
Color Harmonies of #AA385F
Complementary color
Monochromatic Colors of #AA385F
Black with #AA385F
Text Example
Text Example
White with #AA385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA385F; }
p { color: rgb(170,56,95); }
H1.HeaderClassName
{
color: #AA385F;
}
.AnyTagClassName
{
color: #AA385F;
}
</style>
background-color css
<style>
a { background-color: #AA385F; }
a { background-color: rgb(170,56,95); }
div.DivClassName
{
background-color: #AA385F;
}
.BgClassName
{
background-color: #AA385F;
}
</style>
border-color css
<style>
span { border-color: #AA385F; }
span { border-color: rgb(170,56,95); }
td.TdClassName
{
border-color: #AA385F;
}
.TagClassName
{
border-color: #AA385F;
}
</style>