Shades of Rouge #AD2764
Tints of Rouge #AD2764
RGB
CMYK
RGB Variations
Color information
#AD2764 (or 0xAD2764) is known color: Rouge. HEX triplet: AD, 27 and 64. RGB value is (173,39,100). Sum of RGB (Red+Green+Blue) = 173+39+100=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2764 is #52D89B. Grayscale: #555555. Windows color (decimal): -5429404 or 6563757. OLE color: 6563757.
HSL color Cylindrical-coordinate representation of color #AD2764: hue angle of 332.69º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2764 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 100 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.32 |
| HSL | 332.69º | 0.63% | 0.42% | - |
| HSV(B) | 332.69º | 0.77% | 0.68% | - |
| XYZ | 20.26 | 11.26 | 13.16 | - |
| YUV | 86.02 | 135.89 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 100 | 0 | 0.77 | 0.42 | 0.32 | 332.69 | 0.63 | 0.42 |
| Hex | AD | 27 | 64 | 0 | 4D | 2A | 20 | 14D | 3F | 2A |
| Octal | 255 | 47 | 144 | 0 | 115 | 52 | 40 | 515 | 77 | 52 |
| Binary | 10101101 | 100111 | 1100100 | 0 | 1001101 | 101010 | 100000 | 101001101 | 111111 | 101010 |
Color Harmonies of #AD2764
Complementary color
Monochromatic Colors of #AD2764
Black with #AD2764
Text Example
Text Example
White with #AD2764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2764; }
p { color: rgb(173,39,100); }
H1.HeaderClassName
{
color: #AD2764;
}
.AnyTagClassName
{
color: #AD2764;
}
</style>
background-color css
<style>
a { background-color: #AD2764; }
a { background-color: rgb(173,39,100); }
div.DivClassName
{
background-color: #AD2764;
}
.BgClassName
{
background-color: #AD2764;
}
</style>
border-color css
<style>
span { border-color: #AD2764; }
span { border-color: rgb(173,39,100); }
td.TdClassName
{
border-color: #AD2764;
}
.TagClassName
{
border-color: #AD2764;
}
</style>