Shades of Rouge #AA3866
Tints of Rouge #AA3866
RGB
CMYK
RGB Variations
Color information
#AA3866 (or 0xAA3866) is known color: Rouge. HEX triplet: AA, 38 and 66. RGB value is (170,56,102). Sum of RGB (Red+Green+Blue) = 170+56+102=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3866 is #55C799. Grayscale: #5F5F5F. Windows color (decimal): -5621658 or 6699178. OLE color: 6699178.
HSL color Cylindrical-coordinate representation of color #AA3866: hue angle of 335.79º 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 #AA3866 is Cyan = 0, Magento = 0.67, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 102 | - |
| CMYK | 0 | 0.67 | 0.4 | 0.33 |
| HSL | 335.79º | 0.5% | 0.44% | - |
| HSV(B) | 335.79º | 0.67% | 0.67% | - |
| XYZ | 20.39 | 12.33 | 13.88 | - |
| YUV | 95.33 | 131.77 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 102 | 0 | 0.67 | 0.4 | 0.33 | 335.79 | 0.5 | 0.44 |
| Hex | AA | 38 | 66 | 0 | 43 | 28 | 21 | 150 | 32 | 2C |
| Octal | 252 | 70 | 146 | 0 | 103 | 50 | 41 | 520 | 62 | 54 |
| Binary | 10101010 | 111000 | 1100110 | 0 | 1000011 | 101000 | 100001 | 101010000 | 110010 | 101100 |
Color Harmonies of #AA3866
Complementary color
Monochromatic Colors of #AA3866
Black with #AA3866
Text Example
Text Example
White with #AA3866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3866; }
p { color: rgb(170,56,102); }
H1.HeaderClassName
{
color: #AA3866;
}
.AnyTagClassName
{
color: #AA3866;
}
</style>
background-color css
<style>
a { background-color: #AA3866; }
a { background-color: rgb(170,56,102); }
div.DivClassName
{
background-color: #AA3866;
}
.BgClassName
{
background-color: #AA3866;
}
</style>
border-color css
<style>
span { border-color: #AA3866; }
span { border-color: rgb(170,56,102); }
td.TdClassName
{
border-color: #AA3866;
}
.TagClassName
{
border-color: #AA3866;
}
</style>