Shades of Rouge #AD3661
Tints of Rouge #AD3661
RGB
CMYK
RGB Variations
Color information
#AD3661 (or 0xAD3661) is known color: Rouge. HEX triplet: AD, 36 and 61. RGB value is (173,54,97). Sum of RGB (Red+Green+Blue) = 173+54+97=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3661 is #52C99E. Grayscale: #5E5E5E. Windows color (decimal): -5425567 or 6370989. OLE color: 6370989.
HSL color Cylindrical-coordinate representation of color #AD3661: hue angle of 338.32º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3661 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 97 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.32 |
| HSL | 338.32º | 0.52% | 0.45% | - |
| HSV(B) | 338.32º | 0.69% | 0.68% | - |
| XYZ | 20.71 | 12.39 | 12.61 | - |
| YUV | 94.48 | 129.42 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 97 | 0 | 0.69 | 0.44 | 0.32 | 338.32 | 0.52 | 0.45 |
| Hex | AD | 36 | 61 | 0 | 45 | 2C | 20 | 152 | 34 | 2D |
| Octal | 255 | 66 | 141 | 0 | 105 | 54 | 40 | 522 | 64 | 55 |
| Binary | 10101101 | 110110 | 1100001 | 0 | 1000101 | 101100 | 100000 | 101010010 | 110100 | 101101 |
Color Harmonies of #AD3661
Complementary color
Monochromatic Colors of #AD3661
Black with #AD3661
Text Example
Text Example
White with #AD3661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3661; }
p { color: rgb(173,54,97); }
H1.HeaderClassName
{
color: #AD3661;
}
.AnyTagClassName
{
color: #AD3661;
}
</style>
background-color css
<style>
a { background-color: #AD3661; }
a { background-color: rgb(173,54,97); }
div.DivClassName
{
background-color: #AD3661;
}
.BgClassName
{
background-color: #AD3661;
}
</style>
border-color css
<style>
span { border-color: #AD3661; }
span { border-color: rgb(173,54,97); }
td.TdClassName
{
border-color: #AD3661;
}
.TagClassName
{
border-color: #AD3661;
}
</style>