Shades of Rouge #AA3561
Tints of Rouge #AA3561
RGB
CMYK
RGB Variations
Color information
#AA3561 (or 0xAA3561) is known color: Rouge. HEX triplet: AA, 35 and 61. RGB value is (170,53,97). Sum of RGB (Red+Green+Blue) = 170+53+97=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3561 is #55CA9E. Grayscale: #5C5C5C. Windows color (decimal): -5622431 or 6370730. OLE color: 6370730.
HSL color Cylindrical-coordinate representation of color #AA3561: hue angle of 337.44º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3561 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 97 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.33 |
| HSL | 337.44º | 0.52% | 0.44% | - |
| HSV(B) | 337.44º | 0.69% | 0.67% | - |
| XYZ | 20.01 | 11.96 | 12.56 | - |
| YUV | 93 | 130.26 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 97 | 0 | 0.69 | 0.43 | 0.33 | 337.44 | 0.52 | 0.44 |
| Hex | AA | 35 | 61 | 0 | 45 | 2B | 21 | 151 | 34 | 2C |
| Octal | 252 | 65 | 141 | 0 | 105 | 53 | 41 | 521 | 64 | 54 |
| Binary | 10101010 | 110101 | 1100001 | 0 | 1000101 | 101011 | 100001 | 101010001 | 110100 | 101100 |
Color Harmonies of #AA3561
Complementary color
Monochromatic Colors of #AA3561
Black with #AA3561
Text Example
Text Example
White with #AA3561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3561; }
p { color: rgb(170,53,97); }
H1.HeaderClassName
{
color: #AA3561;
}
.AnyTagClassName
{
color: #AA3561;
}
</style>
background-color css
<style>
a { background-color: #AA3561; }
a { background-color: rgb(170,53,97); }
div.DivClassName
{
background-color: #AA3561;
}
.BgClassName
{
background-color: #AA3561;
}
</style>
border-color css
<style>
span { border-color: #AA3561; }
span { border-color: rgb(170,53,97); }
td.TdClassName
{
border-color: #AA3561;
}
.TagClassName
{
border-color: #AA3561;
}
</style>