Shades of Rouge #AA346D
Tints of Rouge #AA346D
RGB
CMYK
RGB Variations
Color information
#AA346D (or 0xAA346D) is known color: Rouge. HEX triplet: AA, 34 and 6D. RGB value is (170,52,109). Sum of RGB (Red+Green+Blue) = 170+52+109=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA346D is #55CB92. Grayscale: #5D5D5D. Windows color (decimal): -5622675 or 7156906. OLE color: 7156906.
HSL color Cylindrical-coordinate representation of color #AA346D: hue angle of 331.02º degrees, saturation: 0.53, 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 #AA346D is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 109 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.33 |
| HSL | 331.02º | 0.53% | 0.44% | - |
| HSV(B) | 331.02º | 0.69% | 0.67% | - |
| XYZ | 20.57 | 12.11 | 15.72 | - |
| YUV | 93.78 | 136.59 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 109 | 0 | 0.69 | 0.36 | 0.33 | 331.02 | 0.53 | 0.44 |
| Hex | AA | 34 | 6D | 0 | 45 | 24 | 21 | 14B | 35 | 2C |
| Octal | 252 | 64 | 155 | 0 | 105 | 44 | 41 | 513 | 65 | 54 |
| Binary | 10101010 | 110100 | 1101101 | 0 | 1000101 | 100100 | 100001 | 101001011 | 110101 | 101100 |
Color Harmonies of #AA346D
Complementary color
Monochromatic Colors of #AA346D
Black with #AA346D
Text Example
Text Example
White with #AA346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA346D; }
p { color: rgb(170,52,109); }
H1.HeaderClassName
{
color: #AA346D;
}
.AnyTagClassName
{
color: #AA346D;
}
</style>
background-color css
<style>
a { background-color: #AA346D; }
a { background-color: rgb(170,52,109); }
div.DivClassName
{
background-color: #AA346D;
}
.BgClassName
{
background-color: #AA346D;
}
</style>
border-color css
<style>
span { border-color: #AA346D; }
span { border-color: rgb(170,52,109); }
td.TdClassName
{
border-color: #AA346D;
}
.TagClassName
{
border-color: #AA346D;
}
</style>