Shades of Rouge #AA356A
Tints of Rouge #AA356A
RGB
CMYK
RGB Variations
Color information
#AA356A (or 0xAA356A) is known color: Rouge. HEX triplet: AA, 35 and 6A. RGB value is (170,53,106). Sum of RGB (Red+Green+Blue) = 170+53+106=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA356A is #55CA95. Grayscale: #5D5D5D. Windows color (decimal): -5622422 or 6960554. OLE color: 6960554.
HSL color Cylindrical-coordinate representation of color #AA356A: hue angle of 332.82º 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 #AA356A is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 106 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.33 |
| HSL | 332.82º | 0.52% | 0.44% | - |
| HSV(B) | 332.82º | 0.69% | 0.67% | - |
| XYZ | 20.45 | 12.13 | 14.9 | - |
| YUV | 94.03 | 134.76 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 106 | 0 | 0.69 | 0.38 | 0.33 | 332.82 | 0.52 | 0.44 |
| Hex | AA | 35 | 6A | 0 | 45 | 26 | 21 | 14D | 34 | 2C |
| Octal | 252 | 65 | 152 | 0 | 105 | 46 | 41 | 515 | 64 | 54 |
| Binary | 10101010 | 110101 | 1101010 | 0 | 1000101 | 100110 | 100001 | 101001101 | 110100 | 101100 |
Color Harmonies of #AA356A
Complementary color
Monochromatic Colors of #AA356A
Black with #AA356A
Text Example
Text Example
White with #AA356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA356A; }
p { color: rgb(170,53,106); }
H1.HeaderClassName
{
color: #AA356A;
}
.AnyTagClassName
{
color: #AA356A;
}
</style>
background-color css
<style>
a { background-color: #AA356A; }
a { background-color: rgb(170,53,106); }
div.DivClassName
{
background-color: #AA356A;
}
.BgClassName
{
background-color: #AA356A;
}
</style>
border-color css
<style>
span { border-color: #AA356A; }
span { border-color: rgb(170,53,106); }
td.TdClassName
{
border-color: #AA356A;
}
.TagClassName
{
border-color: #AA356A;
}
</style>