Shades of Rouge #AD3D70
Tints of Rouge #AD3D70
RGB
CMYK
RGB Variations
Color information
#AD3D70 (or 0xAD3D70) is known color: Rouge. HEX triplet: AD, 3D and 70. RGB value is (173,61,112). Sum of RGB (Red+Green+Blue) = 173+61+112=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3D70 is #52C28F. Grayscale: #646464. Windows color (decimal): -5423760 or 7355821. OLE color: 7355821.
HSL color Cylindrical-coordinate representation of color #AD3D70: hue angle of 332.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3D70 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 112 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.32 |
| HSL | 332.68º | 0.48% | 0.46% | - |
| HSV(B) | 332.68º | 0.65% | 0.68% | - |
| XYZ | 21.83 | 13.39 | 16.76 | - |
| YUV | 100.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 112 | 0 | 0.65 | 0.35 | 0.32 | 332.68 | 0.48 | 0.46 |
| Hex | AD | 3D | 70 | 0 | 41 | 23 | 20 | 14D | 30 | 2E |
| Octal | 255 | 75 | 160 | 0 | 101 | 43 | 40 | 515 | 60 | 56 |
| Binary | 10101101 | 111101 | 1110000 | 0 | 1000001 | 100011 | 100000 | 101001101 | 110000 | 101110 |
Color Harmonies of #AD3D70
Complementary color
Monochromatic Colors of #AD3D70
Black with #AD3D70
Text Example
Text Example
White with #AD3D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D70; }
p { color: rgb(173,61,112); }
H1.HeaderClassName
{
color: #AD3D70;
}
.AnyTagClassName
{
color: #AD3D70;
}
</style>
background-color css
<style>
a { background-color: #AD3D70; }
a { background-color: rgb(173,61,112); }
div.DivClassName
{
background-color: #AD3D70;
}
.BgClassName
{
background-color: #AD3D70;
}
</style>
border-color css
<style>
span { border-color: #AD3D70; }
span { border-color: rgb(173,61,112); }
td.TdClassName
{
border-color: #AD3D70;
}
.TagClassName
{
border-color: #AD3D70;
}
</style>