Shades of Rouge #AA3263
Tints of Rouge #AA3263
RGB
CMYK
RGB Variations
Color information
#AA3263 (or 0xAA3263) is known color: Rouge. HEX triplet: AA, 32 and 63. RGB value is (170,50,99). Sum of RGB (Red+Green+Blue) = 170+50+99=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3263 is #55CD9C. Grayscale: #5B5B5B. Windows color (decimal): -5623197 or 6501034. OLE color: 6501034.
HSL color Cylindrical-coordinate representation of color #AA3263: hue angle of 335.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 #AA3263 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 99 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.33 |
| HSL | 335.5º | 0.55% | 0.43% | - |
| HSV(B) | 335.5º | 0.71% | 0.67% | - |
| XYZ | 19.97 | 11.73 | 13.02 | - |
| YUV | 91.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 99 | 0 | 0.71 | 0.42 | 0.33 | 335.5 | 0.55 | 0.43 |
| Hex | AA | 32 | 63 | 0 | 47 | 2A | 21 | 150 | 37 | 2B |
| Octal | 252 | 62 | 143 | 0 | 107 | 52 | 41 | 520 | 67 | 53 |
| Binary | 10101010 | 110010 | 1100011 | 0 | 1000111 | 101010 | 100001 | 101010000 | 110111 | 101011 |
Color Harmonies of #AA3263
Complementary color
Monochromatic Colors of #AA3263
Black with #AA3263
Text Example
Text Example
White with #AA3263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3263; }
p { color: rgb(170,50,99); }
H1.HeaderClassName
{
color: #AA3263;
}
.AnyTagClassName
{
color: #AA3263;
}
</style>
background-color css
<style>
a { background-color: #AA3263; }
a { background-color: rgb(170,50,99); }
div.DivClassName
{
background-color: #AA3263;
}
.BgClassName
{
background-color: #AA3263;
}
</style>
border-color css
<style>
span { border-color: #AA3263; }
span { border-color: rgb(170,50,99); }
td.TdClassName
{
border-color: #AA3263;
}
.TagClassName
{
border-color: #AA3263;
}
</style>