Shades of Rouge #AD3865
Tints of Rouge #AD3865
RGB
CMYK
RGB Variations
Color information
#AD3865 (or 0xAD3865) is known color: Rouge. HEX triplet: AD, 38 and 65. RGB value is (173,56,101). Sum of RGB (Red+Green+Blue) = 173+56+101=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3865 is #52C79A. Grayscale: #606060. Windows color (decimal): -5425051 or 6633645. OLE color: 6633645.
HSL color Cylindrical-coordinate representation of color #AD3865: hue angle of 336.92º 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 #AD3865 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 101 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.32 |
| HSL | 336.92º | 0.51% | 0.45% | - |
| HSV(B) | 336.92º | 0.68% | 0.68% | - |
| XYZ | 21 | 12.65 | 13.65 | - |
| YUV | 96.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 101 | 0 | 0.68 | 0.42 | 0.32 | 336.92 | 0.51 | 0.45 |
| Hex | AD | 38 | 65 | 0 | 44 | 2A | 20 | 151 | 33 | 2D |
| Octal | 255 | 70 | 145 | 0 | 104 | 52 | 40 | 521 | 63 | 55 |
| Binary | 10101101 | 111000 | 1100101 | 0 | 1000100 | 101010 | 100000 | 101010001 | 110011 | 101101 |
Color Harmonies of #AD3865
Complementary color
Monochromatic Colors of #AD3865
Black with #AD3865
Text Example
Text Example
White with #AD3865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3865; }
p { color: rgb(173,56,101); }
H1.HeaderClassName
{
color: #AD3865;
}
.AnyTagClassName
{
color: #AD3865;
}
</style>
background-color css
<style>
a { background-color: #AD3865; }
a { background-color: rgb(173,56,101); }
div.DivClassName
{
background-color: #AD3865;
}
.BgClassName
{
background-color: #AD3865;
}
</style>
border-color css
<style>
span { border-color: #AD3865; }
span { border-color: rgb(173,56,101); }
td.TdClassName
{
border-color: #AD3865;
}
.TagClassName
{
border-color: #AD3865;
}
</style>