Shades of Rouge #AA326B
Tints of Rouge #AA326B
RGB
CMYK
RGB Variations
Color information
#AA326B (or 0xAA326B) is known color: Rouge. HEX triplet: AA, 32 and 6B. RGB value is (170,50,107). Sum of RGB (Red+Green+Blue) = 170+50+107=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA326B is #55CD94. Grayscale: #5C5C5C. Windows color (decimal): -5623189 or 7025322. OLE color: 7025322.
HSL color Cylindrical-coordinate representation of color #AA326B: hue angle of 331.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 #AA326B is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 107 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.33 |
| HSL | 331.5º | 0.55% | 0.43% | - |
| HSV(B) | 331.5º | 0.71% | 0.67% | - |
| XYZ | 20.37 | 11.89 | 15.13 | - |
| YUV | 92.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 107 | 0 | 0.71 | 0.37 | 0.33 | 331.5 | 0.55 | 0.43 |
| Hex | AA | 32 | 6B | 0 | 47 | 25 | 21 | 14C | 37 | 2B |
| Octal | 252 | 62 | 153 | 0 | 107 | 45 | 41 | 514 | 67 | 53 |
| Binary | 10101010 | 110010 | 1101011 | 0 | 1000111 | 100101 | 100001 | 101001100 | 110111 | 101011 |
Color Harmonies of #AA326B
Complementary color
Monochromatic Colors of #AA326B
Black with #AA326B
Text Example
Text Example
White with #AA326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA326B; }
p { color: rgb(170,50,107); }
H1.HeaderClassName
{
color: #AA326B;
}
.AnyTagClassName
{
color: #AA326B;
}
</style>
background-color css
<style>
a { background-color: #AA326B; }
a { background-color: rgb(170,50,107); }
div.DivClassName
{
background-color: #AA326B;
}
.BgClassName
{
background-color: #AA326B;
}
</style>
border-color css
<style>
span { border-color: #AA326B; }
span { border-color: rgb(170,50,107); }
td.TdClassName
{
border-color: #AA326B;
}
.TagClassName
{
border-color: #AA326B;
}
</style>