Shades of Rouge #AD3768
Tints of Rouge #AD3768
RGB
CMYK
RGB Variations
Color information
#AD3768 (or 0xAD3768) is known color: Rouge. HEX triplet: AD, 37 and 68. RGB value is (173,55,104). Sum of RGB (Red+Green+Blue) = 173+55+104=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3768 is #52C897. Grayscale: #5F5F5F. Windows color (decimal): -5425304 or 6829997. OLE color: 6829997.
HSL color Cylindrical-coordinate representation of color #AD3768: hue angle of 335.08º degrees, saturation: 0.52, 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 #AD3768 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 104 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.32 |
| HSL | 335.08º | 0.52% | 0.45% | - |
| HSV(B) | 335.08º | 0.68% | 0.68% | - |
| XYZ | 21.1 | 12.62 | 14.42 | - |
| YUV | 95.87 | 132.59 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 104 | 0 | 0.68 | 0.40 | 0.32 | 335.08 | 0.52 | 0.45 |
| Hex | AD | 37 | 68 | 0 | 44 | 28 | 20 | 14F | 34 | 2D |
| Octal | 255 | 67 | 150 | 0 | 104 | 50 | 40 | 517 | 64 | 55 |
| Binary | 10101101 | 110111 | 1101000 | 0 | 1000100 | 101000 | 100000 | 101001111 | 110100 | 101101 |
Color Harmonies of #AD3768
Complementary color
Monochromatic Colors of #AD3768
Black with #AD3768
Text Example
Text Example
White with #AD3768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3768; }
p { color: rgb(173,55,104); }
H1.HeaderClassName
{
color: #AD3768;
}
.AnyTagClassName
{
color: #AD3768;
}
</style>
background-color css
<style>
a { background-color: #AD3768; }
a { background-color: rgb(173,55,104); }
div.DivClassName
{
background-color: #AD3768;
}
.BgClassName
{
background-color: #AD3768;
}
</style>
border-color css
<style>
span { border-color: #AD3768; }
span { border-color: rgb(173,55,104); }
td.TdClassName
{
border-color: #AD3768;
}
.TagClassName
{
border-color: #AD3768;
}
</style>