Shades of Rouge #AD325E
Tints of Rouge #AD325E
RGB
CMYK
RGB Variations
Color information
#AD325E (or 0xAD325E) is known color: Rouge. HEX triplet: AD, 32 and 5E. RGB value is (173,50,94). Sum of RGB (Red+Green+Blue) = 173+50+94=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD325E is #52CDA1. Grayscale: #5B5B5B. Windows color (decimal): -5426594 or 6173357. OLE color: 6173357.
HSL color Cylindrical-coordinate representation of color #AD325E: hue angle of 338.54º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD325E is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 94 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.32 |
| HSL | 338.54º | 0.55% | 0.44% | - |
| HSV(B) | 338.54º | 0.71% | 0.68% | - |
| XYZ | 20.39 | 11.97 | 11.83 | - |
| YUV | 91.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 94 | 0 | 0.71 | 0.46 | 0.32 | 338.54 | 0.55 | 0.44 |
| Hex | AD | 32 | 5E | 0 | 47 | 2E | 20 | 153 | 37 | 2C |
| Octal | 255 | 62 | 136 | 0 | 107 | 56 | 40 | 523 | 67 | 54 |
| Binary | 10101101 | 110010 | 1011110 | 0 | 1000111 | 101110 | 100000 | 101010011 | 110111 | 101100 |
Color Harmonies of #AD325E
Complementary color
Monochromatic Colors of #AD325E
Black with #AD325E
Text Example
Text Example
White with #AD325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD325E; }
p { color: rgb(173,50,94); }
H1.HeaderClassName
{
color: #AD325E;
}
.AnyTagClassName
{
color: #AD325E;
}
</style>
background-color css
<style>
a { background-color: #AD325E; }
a { background-color: rgb(173,50,94); }
div.DivClassName
{
background-color: #AD325E;
}
.BgClassName
{
background-color: #AD325E;
}
</style>
border-color css
<style>
span { border-color: #AD325E; }
span { border-color: rgb(173,50,94); }
td.TdClassName
{
border-color: #AD325E;
}
.TagClassName
{
border-color: #AD325E;
}
</style>