Shades of Rouge #AD3D6F
Tints of Rouge #AD3D6F
RGB
CMYK
RGB Variations
Color information
#AD3D6F (or 0xAD3D6F) is known color: Rouge. HEX triplet: AD, 3D and 6F. RGB value is (173,61,111). Sum of RGB (Red+Green+Blue) = 173+61+111=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3D6F is #52C290. Grayscale: #646464. Windows color (decimal): -5423761 or 7290285. OLE color: 7290285.
HSL color Cylindrical-coordinate representation of color #AD3D6F: hue angle of 333.21º 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 #AD3D6F is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 111 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.32 |
| HSL | 333.21º | 0.48% | 0.46% | - |
| HSV(B) | 333.21º | 0.65% | 0.68% | - |
| XYZ | 21.77 | 13.37 | 16.47 | - |
| YUV | 100.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 111 | 0 | 0.65 | 0.36 | 0.32 | 333.21 | 0.48 | 0.46 |
| Hex | AD | 3D | 6F | 0 | 41 | 24 | 20 | 14D | 30 | 2E |
| Octal | 255 | 75 | 157 | 0 | 101 | 44 | 40 | 515 | 60 | 56 |
| Binary | 10101101 | 111101 | 1101111 | 0 | 1000001 | 100100 | 100000 | 101001101 | 110000 | 101110 |
Color Harmonies of #AD3D6F
Complementary color
Monochromatic Colors of #AD3D6F
Black with #AD3D6F
Text Example
Text Example
White with #AD3D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D6F; }
p { color: rgb(173,61,111); }
H1.HeaderClassName
{
color: #AD3D6F;
}
.AnyTagClassName
{
color: #AD3D6F;
}
</style>
background-color css
<style>
a { background-color: #AD3D6F; }
a { background-color: rgb(173,61,111); }
div.DivClassName
{
background-color: #AD3D6F;
}
.BgClassName
{
background-color: #AD3D6F;
}
</style>
border-color css
<style>
span { border-color: #AD3D6F; }
span { border-color: rgb(173,61,111); }
td.TdClassName
{
border-color: #AD3D6F;
}
.TagClassName
{
border-color: #AD3D6F;
}
</style>