Shades of Rouge #AD3360
Tints of Rouge #AD3360
RGB
CMYK
RGB Variations
Color information
#AD3360 (or 0xAD3360) is known color: Rouge. HEX triplet: AD, 33 and 60. RGB value is (173,51,96). Sum of RGB (Red+Green+Blue) = 173+51+96=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3360 is #52CC9F. Grayscale: #5C5C5C. Windows color (decimal): -5426336 or 6304685. OLE color: 6304685.
HSL color Cylindrical-coordinate representation of color #AD3360: hue angle of 337.87º degrees, saturation: 0.54, 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 #AD3360 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 96 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.32 |
| HSL | 337.87º | 0.54% | 0.44% | - |
| HSV(B) | 337.87º | 0.71% | 0.68% | - |
| XYZ | 20.53 | 12.1 | 12.32 | - |
| YUV | 92.61 | 129.92 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 96 | 0 | 0.71 | 0.45 | 0.32 | 337.87 | 0.54 | 0.44 |
| Hex | AD | 33 | 60 | 0 | 47 | 2D | 20 | 152 | 36 | 2C |
| Octal | 255 | 63 | 140 | 0 | 107 | 55 | 40 | 522 | 66 | 54 |
| Binary | 10101101 | 110011 | 1100000 | 0 | 1000111 | 101101 | 100000 | 101010010 | 110110 | 101100 |
Color Harmonies of #AD3360
Complementary color
Monochromatic Colors of #AD3360
Black with #AD3360
Text Example
Text Example
White with #AD3360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3360; }
p { color: rgb(173,51,96); }
H1.HeaderClassName
{
color: #AD3360;
}
.AnyTagClassName
{
color: #AD3360;
}
</style>
background-color css
<style>
a { background-color: #AD3360; }
a { background-color: rgb(173,51,96); }
div.DivClassName
{
background-color: #AD3360;
}
.BgClassName
{
background-color: #AD3360;
}
</style>
border-color css
<style>
span { border-color: #AD3360; }
span { border-color: rgb(173,51,96); }
td.TdClassName
{
border-color: #AD3360;
}
.TagClassName
{
border-color: #AD3360;
}
</style>