Shades of Rouge #AA3266
Tints of Rouge #AA3266
RGB
CMYK
RGB Variations
Color information
#AA3266 (or 0xAA3266) is known color: Rouge. HEX triplet: AA, 32 and 66. RGB value is (170,50,102). Sum of RGB (Red+Green+Blue) = 170+50+102=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3266 is #55CD99. Grayscale: #5B5B5B. Windows color (decimal): -5623194 or 6697642. OLE color: 6697642.
HSL color Cylindrical-coordinate representation of color #AA3266: hue angle of 334º 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 #AA3266 is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 102 | - |
| CMYK | 0 | 0.71 | 0.4 | 0.33 |
| HSL | 334º | 0.55% | 0.43% | - |
| HSV(B) | 334º | 0.71% | 0.67% | - |
| XYZ | 20.12 | 11.79 | 13.79 | - |
| YUV | 91.81 | 133.76 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 102 | 0 | 0.71 | 0.4 | 0.33 | 334 | 0.55 | 0.43 |
| Hex | AA | 32 | 66 | 0 | 47 | 28 | 21 | 14E | 37 | 2B |
| Octal | 252 | 62 | 146 | 0 | 107 | 50 | 41 | 516 | 67 | 53 |
| Binary | 10101010 | 110010 | 1100110 | 0 | 1000111 | 101000 | 100001 | 101001110 | 110111 | 101011 |
Color Harmonies of #AA3266
Complementary color
Monochromatic Colors of #AA3266
Black with #AA3266
Text Example
Text Example
White with #AA3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3266; }
p { color: rgb(170,50,102); }
H1.HeaderClassName
{
color: #AA3266;
}
.AnyTagClassName
{
color: #AA3266;
}
</style>
background-color css
<style>
a { background-color: #AA3266; }
a { background-color: rgb(170,50,102); }
div.DivClassName
{
background-color: #AA3266;
}
.BgClassName
{
background-color: #AA3266;
}
</style>
border-color css
<style>
span { border-color: #AA3266; }
span { border-color: rgb(170,50,102); }
td.TdClassName
{
border-color: #AA3266;
}
.TagClassName
{
border-color: #AA3266;
}
</style>