Shades of Rouge #AA386C
Tints of Rouge #AA386C
RGB
CMYK
RGB Variations
Color information
#AA386C (or 0xAA386C) is known color: Rouge. HEX triplet: AA, 38 and 6C. RGB value is (170,56,108). Sum of RGB (Red+Green+Blue) = 170+56+108=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA386C is #55C793. Grayscale: #5F5F5F. Windows color (decimal): -5621652 or 7092394. OLE color: 7092394.
HSL color Cylindrical-coordinate representation of color #AA386C: hue angle of 332.63º 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 #AA386C is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 108 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.33 |
| HSL | 332.63º | 0.5% | 0.44% | - |
| HSV(B) | 332.63º | 0.67% | 0.67% | - |
| XYZ | 20.7 | 12.46 | 15.5 | - |
| YUV | 96.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 108 | 0 | 0.67 | 0.36 | 0.33 | 332.63 | 0.5 | 0.44 |
| Hex | AA | 38 | 6C | 0 | 43 | 24 | 21 | 14D | 32 | 2C |
| Octal | 252 | 70 | 154 | 0 | 103 | 44 | 41 | 515 | 62 | 54 |
| Binary | 10101010 | 111000 | 1101100 | 0 | 1000011 | 100100 | 100001 | 101001101 | 110010 | 101100 |
Color Harmonies of #AA386C
Complementary color
Monochromatic Colors of #AA386C
Black with #AA386C
Text Example
Text Example
White with #AA386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA386C; }
p { color: rgb(170,56,108); }
H1.HeaderClassName
{
color: #AA386C;
}
.AnyTagClassName
{
color: #AA386C;
}
</style>
background-color css
<style>
a { background-color: #AA386C; }
a { background-color: rgb(170,56,108); }
div.DivClassName
{
background-color: #AA386C;
}
.BgClassName
{
background-color: #AA386C;
}
</style>
border-color css
<style>
span { border-color: #AA386C; }
span { border-color: rgb(170,56,108); }
td.TdClassName
{
border-color: #AA386C;
}
.TagClassName
{
border-color: #AA386C;
}
</style>