Shades of Rouge #AA346B
Tints of Rouge #AA346B
RGB
CMYK
RGB Variations
Color information
#AA346B (or 0xAA346B) is known color: Rouge. HEX triplet: AA, 34 and 6B. RGB value is (170,52,107). Sum of RGB (Red+Green+Blue) = 170+52+107=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA346B is #55CB94. Grayscale: #5D5D5D. Windows color (decimal): -5622677 or 7025834. OLE color: 7025834.
HSL color Cylindrical-coordinate representation of color #AA346B: hue angle of 332.03º 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 #AA346B is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 107 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.33 |
| HSL | 332.03º | 0.53% | 0.44% | - |
| HSV(B) | 332.03º | 0.69% | 0.67% | - |
| XYZ | 20.46 | 12.06 | 15.16 | - |
| YUV | 93.55 | 135.59 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 107 | 0 | 0.69 | 0.37 | 0.33 | 332.03 | 0.53 | 0.44 |
| Hex | AA | 34 | 6B | 0 | 45 | 25 | 21 | 14C | 35 | 2C |
| Octal | 252 | 64 | 153 | 0 | 105 | 45 | 41 | 514 | 65 | 54 |
| Binary | 10101010 | 110100 | 1101011 | 0 | 1000101 | 100101 | 100001 | 101001100 | 110101 | 101100 |
Color Harmonies of #AA346B
Complementary color
Monochromatic Colors of #AA346B
Black with #AA346B
Text Example
Text Example
White with #AA346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA346B; }
p { color: rgb(170,52,107); }
H1.HeaderClassName
{
color: #AA346B;
}
.AnyTagClassName
{
color: #AA346B;
}
</style>
background-color css
<style>
a { background-color: #AA346B; }
a { background-color: rgb(170,52,107); }
div.DivClassName
{
background-color: #AA346B;
}
.BgClassName
{
background-color: #AA346B;
}
</style>
border-color css
<style>
span { border-color: #AA346B; }
span { border-color: rgb(170,52,107); }
td.TdClassName
{
border-color: #AA346B;
}
.TagClassName
{
border-color: #AA346B;
}
</style>