Shades of Rouge #AA316D
Tints of Rouge #AA316D
RGB
CMYK
RGB Variations
Color information
#AA316D (or 0xAA316D) is known color: Rouge. HEX triplet: AA, 31 and 6D. RGB value is (170,49,109). Sum of RGB (Red+Green+Blue) = 170+49+109=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA316D is #55CE92. Grayscale: #5B5B5B. Windows color (decimal): -5623443 or 7156138. OLE color: 7156138.
HSL color Cylindrical-coordinate representation of color #AA316D: hue angle of 330.25º 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 #AA316D is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 109 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.33 |
| HSL | 330.25º | 0.55% | 0.43% | - |
| HSV(B) | 330.25º | 0.71% | 0.67% | - |
| XYZ | 20.44 | 11.85 | 15.68 | - |
| YUV | 92.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 109 | 0 | 0.71 | 0.36 | 0.33 | 330.25 | 0.55 | 0.43 |
| Hex | AA | 31 | 6D | 0 | 47 | 24 | 21 | 14A | 37 | 2B |
| Octal | 252 | 61 | 155 | 0 | 107 | 44 | 41 | 512 | 67 | 53 |
| Binary | 10101010 | 110001 | 1101101 | 0 | 1000111 | 100100 | 100001 | 101001010 | 110111 | 101011 |
Color Harmonies of #AA316D
Complementary color
Monochromatic Colors of #AA316D
Black with #AA316D
Text Example
Text Example
White with #AA316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA316D; }
p { color: rgb(170,49,109); }
H1.HeaderClassName
{
color: #AA316D;
}
.AnyTagClassName
{
color: #AA316D;
}
</style>
background-color css
<style>
a { background-color: #AA316D; }
a { background-color: rgb(170,49,109); }
div.DivClassName
{
background-color: #AA316D;
}
.BgClassName
{
background-color: #AA316D;
}
</style>
border-color css
<style>
span { border-color: #AA316D; }
span { border-color: rgb(170,49,109); }
td.TdClassName
{
border-color: #AA316D;
}
.TagClassName
{
border-color: #AA316D;
}
</style>