Shades of Rouge #AD3963
Tints of Rouge #AD3963
RGB
CMYK
RGB Variations
Color information
#AD3963 (or 0xAD3963) is known color: Rouge. HEX triplet: AD, 39 and 63. RGB value is (173,57,99). Sum of RGB (Red+Green+Blue) = 173+57+99=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3963 is #52C69C. Grayscale: #606060. Windows color (decimal): -5424797 or 6502829. OLE color: 6502829.
HSL color Cylindrical-coordinate representation of color #AD3963: hue angle of 338.28º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD3963 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 99 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.32 |
| HSL | 338.28º | 0.5% | 0.45% | - |
| HSV(B) | 338.28º | 0.67% | 0.68% | - |
| XYZ | 20.95 | 12.71 | 13.15 | - |
| YUV | 96.47 | 129.43 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 99 | 0 | 0.67 | 0.43 | 0.32 | 338.28 | 0.5 | 0.45 |
| Hex | AD | 39 | 63 | 0 | 43 | 2B | 20 | 152 | 32 | 2D |
| Octal | 255 | 71 | 143 | 0 | 103 | 53 | 40 | 522 | 62 | 55 |
| Binary | 10101101 | 111001 | 1100011 | 0 | 1000011 | 101011 | 100000 | 101010010 | 110010 | 101101 |
Color Harmonies of #AD3963
Complementary color
Monochromatic Colors of #AD3963
Black with #AD3963
Text Example
Text Example
White with #AD3963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3963; }
p { color: rgb(173,57,99); }
H1.HeaderClassName
{
color: #AD3963;
}
.AnyTagClassName
{
color: #AD3963;
}
</style>
background-color css
<style>
a { background-color: #AD3963; }
a { background-color: rgb(173,57,99); }
div.DivClassName
{
background-color: #AD3963;
}
.BgClassName
{
background-color: #AD3963;
}
</style>
border-color css
<style>
span { border-color: #AD3963; }
span { border-color: rgb(173,57,99); }
td.TdClassName
{
border-color: #AD3963;
}
.TagClassName
{
border-color: #AD3963;
}
</style>