Shades of Rouge #AA3961
Tints of Rouge #AA3961
RGB
CMYK
RGB Variations
Color information
#AA3961 (or 0xAA3961) is known color: Rouge. HEX triplet: AA, 39 and 61. RGB value is (170,57,97). Sum of RGB (Red+Green+Blue) = 170+57+97=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3961 is #55C69E. Grayscale: #5F5F5F. Windows color (decimal): -5621407 or 6371754. OLE color: 6371754.
HSL color Cylindrical-coordinate representation of color #AA3961: hue angle of 338.76º 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 #AA3961 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 97 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.33 |
| HSL | 338.76º | 0.5% | 0.45% | - |
| HSV(B) | 338.76º | 0.66% | 0.67% | - |
| XYZ | 20.2 | 12.34 | 12.63 | - |
| YUV | 95.35 | 128.94 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 97 | 0 | 0.66 | 0.43 | 0.33 | 338.76 | 0.5 | 0.45 |
| Hex | AA | 39 | 61 | 0 | 42 | 2B | 21 | 153 | 32 | 2D |
| Octal | 252 | 71 | 141 | 0 | 102 | 53 | 41 | 523 | 62 | 55 |
| Binary | 10101010 | 111001 | 1100001 | 0 | 1000010 | 101011 | 100001 | 101010011 | 110010 | 101101 |
Color Harmonies of #AA3961
Complementary color
Monochromatic Colors of #AA3961
Black with #AA3961
Text Example
Text Example
White with #AA3961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3961; }
p { color: rgb(170,57,97); }
H1.HeaderClassName
{
color: #AA3961;
}
.AnyTagClassName
{
color: #AA3961;
}
</style>
background-color css
<style>
a { background-color: #AA3961; }
a { background-color: rgb(170,57,97); }
div.DivClassName
{
background-color: #AA3961;
}
.BgClassName
{
background-color: #AA3961;
}
</style>
border-color css
<style>
span { border-color: #AA3961; }
span { border-color: rgb(170,57,97); }
td.TdClassName
{
border-color: #AA3961;
}
.TagClassName
{
border-color: #AA3961;
}
</style>