Shades of Rouge #AA3963
Tints of Rouge #AA3963
RGB
CMYK
RGB Variations
Color information
#AA3963 (or 0xAA3963) is known color: Rouge. HEX triplet: AA, 39 and 63. RGB value is (170,57,99). Sum of RGB (Red+Green+Blue) = 170+57+99=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3963 is #55C69C. Grayscale: #5F5F5F. Windows color (decimal): -5621405 or 6502826. OLE color: 6502826.
HSL color Cylindrical-coordinate representation of color #AA3963: hue angle of 337.7º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3963 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 99 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.33 |
| HSL | 337.7º | 0.5% | 0.45% | - |
| HSV(B) | 337.7º | 0.66% | 0.67% | - |
| XYZ | 20.29 | 12.37 | 13.12 | - |
| YUV | 95.58 | 129.94 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 99 | 0 | 0.66 | 0.42 | 0.33 | 337.7 | 0.5 | 0.45 |
| Hex | AA | 39 | 63 | 0 | 42 | 2A | 21 | 152 | 32 | 2D |
| Octal | 252 | 71 | 143 | 0 | 102 | 52 | 41 | 522 | 62 | 55 |
| Binary | 10101010 | 111001 | 1100011 | 0 | 1000010 | 101010 | 100001 | 101010010 | 110010 | 101101 |
Color Harmonies of #AA3963
Complementary color
Monochromatic Colors of #AA3963
Black with #AA3963
Text Example
Text Example
White with #AA3963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3963; }
p { color: rgb(170,57,99); }
H1.HeaderClassName
{
color: #AA3963;
}
.AnyTagClassName
{
color: #AA3963;
}
</style>
background-color css
<style>
a { background-color: #AA3963; }
a { background-color: rgb(170,57,99); }
div.DivClassName
{
background-color: #AA3963;
}
.BgClassName
{
background-color: #AA3963;
}
</style>
border-color css
<style>
span { border-color: #AA3963; }
span { border-color: rgb(170,57,99); }
td.TdClassName
{
border-color: #AA3963;
}
.TagClassName
{
border-color: #AA3963;
}
</style>