Shades of Rouge #AD3160
Tints of Rouge #AD3160
RGB
CMYK
RGB Variations
Color information
#AD3160 (or 0xAD3160) is known color: Rouge. HEX triplet: AD, 31 and 60. RGB value is (173,49,96). Sum of RGB (Red+Green+Blue) = 173+49+96=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3160 is #52CE9F. Grayscale: #5B5B5B. Windows color (decimal): -5426848 or 6304173. OLE color: 6304173.
HSL color Cylindrical-coordinate representation of color #AD3160: hue angle of 337.26º 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 #AD3160 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 96 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.32 |
| HSL | 337.26º | 0.56% | 0.44% | - |
| HSV(B) | 337.26º | 0.72% | 0.68% | - |
| XYZ | 20.44 | 11.93 | 12.29 | - |
| YUV | 91.43 | 130.58 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 96 | 0 | 0.72 | 0.45 | 0.32 | 337.26 | 0.56 | 0.44 |
| Hex | AD | 31 | 60 | 0 | 48 | 2D | 20 | 151 | 38 | 2C |
| Octal | 255 | 61 | 140 | 0 | 110 | 55 | 40 | 521 | 70 | 54 |
| Binary | 10101101 | 110001 | 1100000 | 0 | 1001000 | 101101 | 100000 | 101010001 | 111000 | 101100 |
Color Harmonies of #AD3160
Complementary color
Monochromatic Colors of #AD3160
Black with #AD3160
Text Example
Text Example
White with #AD3160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3160; }
p { color: rgb(173,49,96); }
H1.HeaderClassName
{
color: #AD3160;
}
.AnyTagClassName
{
color: #AD3160;
}
</style>
background-color css
<style>
a { background-color: #AD3160; }
a { background-color: rgb(173,49,96); }
div.DivClassName
{
background-color: #AD3160;
}
.BgClassName
{
background-color: #AD3160;
}
</style>
border-color css
<style>
span { border-color: #AD3160; }
span { border-color: rgb(173,49,96); }
td.TdClassName
{
border-color: #AD3160;
}
.TagClassName
{
border-color: #AD3160;
}
</style>