Shades of Rouge #AA3871
Tints of Rouge #AA3871
RGB
CMYK
RGB Variations
Color information
#AA3871 (or 0xAA3871) is known color: Rouge. HEX triplet: AA, 38 and 71. RGB value is (170,56,113). Sum of RGB (Red+Green+Blue) = 170+56+113=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3871 is #55C78E. Grayscale: #606060. Windows color (decimal): -5621647 or 7420074. OLE color: 7420074.
HSL color Cylindrical-coordinate representation of color #AA3871: hue angle of 330º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3871 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 113 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.33 |
| HSL | 330º | 0.5% | 0.44% | - |
| HSV(B) | 330º | 0.67% | 0.67% | - |
| XYZ | 20.97 | 12.57 | 16.94 | - |
| YUV | 96.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 113 | 0 | 0.67 | 0.34 | 0.33 | 330 | 0.5 | 0.44 |
| Hex | AA | 38 | 71 | 0 | 43 | 22 | 21 | 14A | 32 | 2C |
| Octal | 252 | 70 | 161 | 0 | 103 | 42 | 41 | 512 | 62 | 54 |
| Binary | 10101010 | 111000 | 1110001 | 0 | 1000011 | 100010 | 100001 | 101001010 | 110010 | 101100 |
Color Harmonies of #AA3871
Complementary color
Monochromatic Colors of #AA3871
Black with #AA3871
Text Example
Text Example
White with #AA3871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3871; }
p { color: rgb(170,56,113); }
H1.HeaderClassName
{
color: #AA3871;
}
.AnyTagClassName
{
color: #AA3871;
}
</style>
background-color css
<style>
a { background-color: #AA3871; }
a { background-color: rgb(170,56,113); }
div.DivClassName
{
background-color: #AA3871;
}
.BgClassName
{
background-color: #AA3871;
}
</style>
border-color css
<style>
span { border-color: #AA3871; }
span { border-color: rgb(170,56,113); }
td.TdClassName
{
border-color: #AA3871;
}
.TagClassName
{
border-color: #AA3871;
}
</style>