Shades of Rouge #AA3865
Tints of Rouge #AA3865
RGB
CMYK
RGB Variations
Color information
#AA3865 (or 0xAA3865) is known color: Rouge. HEX triplet: AA, 38 and 65. RGB value is (170,56,101). Sum of RGB (Red+Green+Blue) = 170+56+101=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3865 is #55C79A. Grayscale: #5F5F5F. Windows color (decimal): -5621659 or 6633642. OLE color: 6633642.
HSL color Cylindrical-coordinate representation of color #AA3865: hue angle of 336.32º 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 #AA3865 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 101 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.33 |
| HSL | 336.32º | 0.5% | 0.44% | - |
| HSV(B) | 336.32º | 0.67% | 0.67% | - |
| XYZ | 20.34 | 12.31 | 13.62 | - |
| YUV | 95.22 | 131.27 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 101 | 0 | 0.67 | 0.41 | 0.33 | 336.32 | 0.5 | 0.44 |
| Hex | AA | 38 | 65 | 0 | 43 | 29 | 21 | 150 | 32 | 2C |
| Octal | 252 | 70 | 145 | 0 | 103 | 51 | 41 | 520 | 62 | 54 |
| Binary | 10101010 | 111000 | 1100101 | 0 | 1000011 | 101001 | 100001 | 101010000 | 110010 | 101100 |
Color Harmonies of #AA3865
Complementary color
Monochromatic Colors of #AA3865
Black with #AA3865
Text Example
Text Example
White with #AA3865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3865; }
p { color: rgb(170,56,101); }
H1.HeaderClassName
{
color: #AA3865;
}
.AnyTagClassName
{
color: #AA3865;
}
</style>
background-color css
<style>
a { background-color: #AA3865; }
a { background-color: rgb(170,56,101); }
div.DivClassName
{
background-color: #AA3865;
}
.BgClassName
{
background-color: #AA3865;
}
</style>
border-color css
<style>
span { border-color: #AA3865; }
span { border-color: rgb(170,56,101); }
td.TdClassName
{
border-color: #AA3865;
}
.TagClassName
{
border-color: #AA3865;
}
</style>