Shades of Rouge #AA3261
Tints of Rouge #AA3261
RGB
CMYK
RGB Variations
Color information
#AA3261 (or 0xAA3261) is known color: Rouge. HEX triplet: AA, 32 and 61. RGB value is (170,50,97). Sum of RGB (Red+Green+Blue) = 170+50+97=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3261 is #55CD9E. Grayscale: #5B5B5B. Windows color (decimal): -5623199 or 6369962. OLE color: 6369962.
HSL color Cylindrical-coordinate representation of color #AA3261: hue angle of 336.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3261 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 97 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.33 |
| HSL | 336.5º | 0.55% | 0.43% | - |
| HSV(B) | 336.5º | 0.71% | 0.67% | - |
| XYZ | 19.88 | 11.69 | 12.52 | - |
| YUV | 91.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 97 | 0 | 0.71 | 0.43 | 0.33 | 336.5 | 0.55 | 0.43 |
| Hex | AA | 32 | 61 | 0 | 47 | 2B | 21 | 150 | 37 | 2B |
| Octal | 252 | 62 | 141 | 0 | 107 | 53 | 41 | 520 | 67 | 53 |
| Binary | 10101010 | 110010 | 1100001 | 0 | 1000111 | 101011 | 100001 | 101010000 | 110111 | 101011 |
Color Harmonies of #AA3261
Complementary color
Monochromatic Colors of #AA3261
Black with #AA3261
Text Example
Text Example
White with #AA3261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3261; }
p { color: rgb(170,50,97); }
H1.HeaderClassName
{
color: #AA3261;
}
.AnyTagClassName
{
color: #AA3261;
}
</style>
background-color css
<style>
a { background-color: #AA3261; }
a { background-color: rgb(170,50,97); }
div.DivClassName
{
background-color: #AA3261;
}
.BgClassName
{
background-color: #AA3261;
}
</style>
border-color css
<style>
span { border-color: #AA3261; }
span { border-color: rgb(170,50,97); }
td.TdClassName
{
border-color: #AA3261;
}
.TagClassName
{
border-color: #AA3261;
}
</style>