Shades of Rouge #AD3968
Tints of Rouge #AD3968
RGB
CMYK
RGB Variations
Color information
#AD3968 (or 0xAD3968) is known color: Rouge. HEX triplet: AD, 39 and 68. RGB value is (173,57,104). Sum of RGB (Red+Green+Blue) = 173+57+104=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3968 is #52C697. Grayscale: #606060. Windows color (decimal): -5424792 or 6830509. OLE color: 6830509.
HSL color Cylindrical-coordinate representation of color #AD3968: hue angle of 335.69º 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 #AD3968 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 104 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.32 |
| HSL | 335.69º | 0.5% | 0.45% | - |
| HSV(B) | 335.69º | 0.67% | 0.68% | - |
| XYZ | 21.2 | 12.81 | 14.45 | - |
| YUV | 97.04 | 131.93 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 104 | 0 | 0.67 | 0.40 | 0.32 | 335.69 | 0.5 | 0.45 |
| Hex | AD | 39 | 68 | 0 | 43 | 28 | 20 | 150 | 32 | 2D |
| Octal | 255 | 71 | 150 | 0 | 103 | 50 | 40 | 520 | 62 | 55 |
| Binary | 10101101 | 111001 | 1101000 | 0 | 1000011 | 101000 | 100000 | 101010000 | 110010 | 101101 |
Color Harmonies of #AD3968
Complementary color
Monochromatic Colors of #AD3968
Black with #AD3968
Text Example
Text Example
White with #AD3968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3968; }
p { color: rgb(173,57,104); }
H1.HeaderClassName
{
color: #AD3968;
}
.AnyTagClassName
{
color: #AD3968;
}
</style>
background-color css
<style>
a { background-color: #AD3968; }
a { background-color: rgb(173,57,104); }
div.DivClassName
{
background-color: #AD3968;
}
.BgClassName
{
background-color: #AD3968;
}
</style>
border-color css
<style>
span { border-color: #AD3968; }
span { border-color: rgb(173,57,104); }
td.TdClassName
{
border-color: #AD3968;
}
.TagClassName
{
border-color: #AD3968;
}
</style>