Shades of Rouge #AD305E
Tints of Rouge #AD305E
RGB
CMYK
RGB Variations
Color information
#AD305E (or 0xAD305E) is known color: Rouge. HEX triplet: AD, 30 and 5E. RGB value is (173,48,94). Sum of RGB (Red+Green+Blue) = 173+48+94=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD305E is #52CFA1. Grayscale: #5A5A5A. Windows color (decimal): -5427106 or 6172845. OLE color: 6172845.
HSL color Cylindrical-coordinate representation of color #AD305E: hue angle of 337.92º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD305E is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 94 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.32 |
| HSL | 337.92º | 0.57% | 0.43% | - |
| HSV(B) | 337.92º | 0.72% | 0.68% | - |
| XYZ | 20.31 | 11.81 | 11.8 | - |
| YUV | 90.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 94 | 0 | 0.72 | 0.46 | 0.32 | 337.92 | 0.57 | 0.43 |
| Hex | AD | 30 | 5E | 0 | 48 | 2E | 20 | 152 | 39 | 2B |
| Octal | 255 | 60 | 136 | 0 | 110 | 56 | 40 | 522 | 71 | 53 |
| Binary | 10101101 | 110000 | 1011110 | 0 | 1001000 | 101110 | 100000 | 101010010 | 111001 | 101011 |
Color Harmonies of #AD305E
Complementary color
Monochromatic Colors of #AD305E
Black with #AD305E
Text Example
Text Example
White with #AD305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD305E; }
p { color: rgb(173,48,94); }
H1.HeaderClassName
{
color: #AD305E;
}
.AnyTagClassName
{
color: #AD305E;
}
</style>
background-color css
<style>
a { background-color: #AD305E; }
a { background-color: rgb(173,48,94); }
div.DivClassName
{
background-color: #AD305E;
}
.BgClassName
{
background-color: #AD305E;
}
</style>
border-color css
<style>
span { border-color: #AD305E; }
span { border-color: rgb(173,48,94); }
td.TdClassName
{
border-color: #AD305E;
}
.TagClassName
{
border-color: #AD305E;
}
</style>