Shades of Rouge #AD386D
Tints of Rouge #AD386D
RGB
CMYK
RGB Variations
Color information
#AD386D (or 0xAD386D) is known color: Rouge. HEX triplet: AD, 38 and 6D. RGB value is (173,56,109). Sum of RGB (Red+Green+Blue) = 173+56+109=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD386D is #52C792. Grayscale: #606060. Windows color (decimal): -5425043 or 7157933. OLE color: 7157933.
HSL color Cylindrical-coordinate representation of color #AD386D: hue angle of 332.82º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD386D is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 109 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.32 |
| HSL | 332.82º | 0.51% | 0.45% | - |
| HSV(B) | 332.82º | 0.68% | 0.68% | - |
| XYZ | 21.41 | 12.82 | 15.81 | - |
| YUV | 97.03 | 134.76 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 109 | 0 | 0.68 | 0.37 | 0.32 | 332.82 | 0.51 | 0.45 |
| Hex | AD | 38 | 6D | 0 | 44 | 25 | 20 | 14D | 33 | 2D |
| Octal | 255 | 70 | 155 | 0 | 104 | 45 | 40 | 515 | 63 | 55 |
| Binary | 10101101 | 111000 | 1101101 | 0 | 1000100 | 100101 | 100000 | 101001101 | 110011 | 101101 |
Color Harmonies of #AD386D
Complementary color
Monochromatic Colors of #AD386D
Black with #AD386D
Text Example
Text Example
White with #AD386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD386D; }
p { color: rgb(173,56,109); }
H1.HeaderClassName
{
color: #AD386D;
}
.AnyTagClassName
{
color: #AD386D;
}
</style>
background-color css
<style>
a { background-color: #AD386D; }
a { background-color: rgb(173,56,109); }
div.DivClassName
{
background-color: #AD386D;
}
.BgClassName
{
background-color: #AD386D;
}
</style>
border-color css
<style>
span { border-color: #AD386D; }
span { border-color: rgb(173,56,109); }
td.TdClassName
{
border-color: #AD386D;
}
.TagClassName
{
border-color: #AD386D;
}
</style>