Shades of Rouge #AD3163
Tints of Rouge #AD3163
RGB
CMYK
RGB Variations
Color information
#AD3163 (or 0xAD3163) is known color: Rouge. HEX triplet: AD, 31 and 63. RGB value is (173,49,99). Sum of RGB (Red+Green+Blue) = 173+49+99=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3163 is #52CE9C. Grayscale: #5B5B5B. Windows color (decimal): -5426845 or 6500781. OLE color: 6500781.
HSL color Cylindrical-coordinate representation of color #AD3163: hue angle of 335.81º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3163 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 99 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.32 |
| HSL | 335.81º | 0.56% | 0.44% | - |
| HSV(B) | 335.81º | 0.72% | 0.68% | - |
| XYZ | 20.58 | 11.98 | 13.03 | - |
| YUV | 91.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 99 | 0 | 0.72 | 0.43 | 0.32 | 335.81 | 0.56 | 0.44 |
| Hex | AD | 31 | 63 | 0 | 48 | 2B | 20 | 150 | 38 | 2C |
| Octal | 255 | 61 | 143 | 0 | 110 | 53 | 40 | 520 | 70 | 54 |
| Binary | 10101101 | 110001 | 1100011 | 0 | 1001000 | 101011 | 100000 | 101010000 | 111000 | 101100 |
Color Harmonies of #AD3163
Complementary color
Monochromatic Colors of #AD3163
Black with #AD3163
Text Example
Text Example
White with #AD3163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3163; }
p { color: rgb(173,49,99); }
H1.HeaderClassName
{
color: #AD3163;
}
.AnyTagClassName
{
color: #AD3163;
}
</style>
background-color css
<style>
a { background-color: #AD3163; }
a { background-color: rgb(173,49,99); }
div.DivClassName
{
background-color: #AD3163;
}
.BgClassName
{
background-color: #AD3163;
}
</style>
border-color css
<style>
span { border-color: #AD3163; }
span { border-color: rgb(173,49,99); }
td.TdClassName
{
border-color: #AD3163;
}
.TagClassName
{
border-color: #AD3163;
}
</style>