Shades of Rouge #AD3471
Tints of Rouge #AD3471
RGB
CMYK
RGB Variations
Color information
#AD3471 (or 0xAD3471) is known color: Rouge. HEX triplet: AD, 34 and 71. RGB value is (173,52,113). Sum of RGB (Red+Green+Blue) = 173+52+113=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3471 is #52CB8E. Grayscale: #5F5F5F. Windows color (decimal): -5426063 or 7419053. OLE color: 7419053.
HSL color Cylindrical-coordinate representation of color #AD3471: hue angle of 329.75º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3471 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 113 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.32 |
| HSL | 329.75º | 0.54% | 0.44% | - |
| HSV(B) | 329.75º | 0.7% | 0.68% | - |
| XYZ | 21.44 | 12.53 | 16.91 | - |
| YUV | 95.13 | 138.09 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 113 | 0 | 0.70 | 0.35 | 0.32 | 329.75 | 0.54 | 0.44 |
| Hex | AD | 34 | 71 | 0 | 46 | 23 | 20 | 14A | 36 | 2C |
| Octal | 255 | 64 | 161 | 0 | 106 | 43 | 40 | 512 | 66 | 54 |
| Binary | 10101101 | 110100 | 1110001 | 0 | 1000110 | 100011 | 100000 | 101001010 | 110110 | 101100 |
Color Harmonies of #AD3471
Complementary color
Monochromatic Colors of #AD3471
Black with #AD3471
Text Example
Text Example
White with #AD3471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3471; }
p { color: rgb(173,52,113); }
H1.HeaderClassName
{
color: #AD3471;
}
.AnyTagClassName
{
color: #AD3471;
}
</style>
background-color css
<style>
a { background-color: #AD3471; }
a { background-color: rgb(173,52,113); }
div.DivClassName
{
background-color: #AD3471;
}
.BgClassName
{
background-color: #AD3471;
}
</style>
border-color css
<style>
span { border-color: #AD3471; }
span { border-color: rgb(173,52,113); }
td.TdClassName
{
border-color: #AD3471;
}
.TagClassName
{
border-color: #AD3471;
}
</style>