Shades of Rouge #AA386B
Tints of Rouge #AA386B
RGB
CMYK
RGB Variations
Color information
#AA386B (or 0xAA386B) is known color: Rouge. HEX triplet: AA, 38 and 6B. RGB value is (170,56,107). Sum of RGB (Red+Green+Blue) = 170+56+107=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA386B is #55C794. Grayscale: #5F5F5F. Windows color (decimal): -5621653 or 7026858. OLE color: 7026858.
HSL color Cylindrical-coordinate representation of color #AA386B: hue angle of 333.16º 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 #AA386B is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 107 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.33 |
| HSL | 333.16º | 0.5% | 0.44% | - |
| HSV(B) | 333.16º | 0.67% | 0.67% | - |
| XYZ | 20.65 | 12.44 | 15.22 | - |
| YUV | 95.9 | 134.27 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 107 | 0 | 0.67 | 0.37 | 0.33 | 333.16 | 0.5 | 0.44 |
| Hex | AA | 38 | 6B | 0 | 43 | 25 | 21 | 14D | 32 | 2C |
| Octal | 252 | 70 | 153 | 0 | 103 | 45 | 41 | 515 | 62 | 54 |
| Binary | 10101010 | 111000 | 1101011 | 0 | 1000011 | 100101 | 100001 | 101001101 | 110010 | 101100 |
Color Harmonies of #AA386B
Complementary color
Monochromatic Colors of #AA386B
Black with #AA386B
Text Example
Text Example
White with #AA386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA386B; }
p { color: rgb(170,56,107); }
H1.HeaderClassName
{
color: #AA386B;
}
.AnyTagClassName
{
color: #AA386B;
}
</style>
background-color css
<style>
a { background-color: #AA386B; }
a { background-color: rgb(170,56,107); }
div.DivClassName
{
background-color: #AA386B;
}
.BgClassName
{
background-color: #AA386B;
}
</style>
border-color css
<style>
span { border-color: #AA386B; }
span { border-color: rgb(170,56,107); }
td.TdClassName
{
border-color: #AA386B;
}
.TagClassName
{
border-color: #AA386B;
}
</style>