Shades of Rouge #AA476D
Tints of Rouge #AA476D
RGB
CMYK
RGB Variations
Color information
#AA476D (or 0xAA476D) is known color: Rouge. HEX triplet: AA, 47 and 6D. RGB value is (170,71,109). Sum of RGB (Red+Green+Blue) = 170+71+109=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA476D is #55B892. Grayscale: #686868. Windows color (decimal): -5617811 or 7161770. OLE color: 7161770.
HSL color Cylindrical-coordinate representation of color #AA476D: hue angle of 336.97º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA476D is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 109 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.33 |
| HSL | 336.97º | 0.41% | 0.47% | - |
| HSV(B) | 336.97º | 0.58% | 0.67% | - |
| XYZ | 21.59 | 14.16 | 16.06 | - |
| YUV | 104.93 | 130.3 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 109 | 0 | 0.58 | 0.36 | 0.33 | 336.97 | 0.41 | 0.47 |
| Hex | AA | 47 | 6D | 0 | 3A | 24 | 21 | 151 | 29 | 2F |
| Octal | 252 | 107 | 155 | 0 | 72 | 44 | 41 | 521 | 51 | 57 |
| Binary | 10101010 | 1000111 | 1101101 | 0 | 111010 | 100100 | 100001 | 101010001 | 101001 | 101111 |
Color Harmonies of #AA476D
Complementary color
Monochromatic Colors of #AA476D
Black with #AA476D
Text Example
Text Example
White with #AA476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA476D; }
p { color: rgb(170,71,109); }
H1.HeaderClassName
{
color: #AA476D;
}
.AnyTagClassName
{
color: #AA476D;
}
</style>
background-color css
<style>
a { background-color: #AA476D; }
a { background-color: rgb(170,71,109); }
div.DivClassName
{
background-color: #AA476D;
}
.BgClassName
{
background-color: #AA476D;
}
</style>
border-color css
<style>
span { border-color: #AA476D; }
span { border-color: rgb(170,71,109); }
td.TdClassName
{
border-color: #AA476D;
}
.TagClassName
{
border-color: #AA476D;
}
</style>