Shades of Rouge #AD4464
Tints of Rouge #AD4464
RGB
CMYK
RGB Variations
Color information
#AD4464 (or 0xAD4464) is known color: Rouge. HEX triplet: AD, 44 and 64. RGB value is (173,68,100). Sum of RGB (Red+Green+Blue) = 173+68+100=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4464 is #52BB9B. Grayscale: #676767. Windows color (decimal): -5421980 or 6571181. OLE color: 6571181.
HSL color Cylindrical-coordinate representation of color #AD4464: hue angle of 341.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4464 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 100 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.32 |
| HSL | 341.71º | 0.44% | 0.47% | - |
| HSV(B) | 341.71º | 0.61% | 0.68% | - |
| XYZ | 21.6 | 13.94 | 13.61 | - |
| YUV | 103.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 100 | 0 | 0.61 | 0.42 | 0.32 | 341.71 | 0.44 | 0.47 |
| Hex | AD | 44 | 64 | 0 | 3D | 2A | 20 | 156 | 2C | 2F |
| Octal | 255 | 104 | 144 | 0 | 75 | 52 | 40 | 526 | 54 | 57 |
| Binary | 10101101 | 1000100 | 1100100 | 0 | 111101 | 101010 | 100000 | 101010110 | 101100 | 101111 |
Color Harmonies of #AD4464
Complementary color
Monochromatic Colors of #AD4464
Black with #AD4464
Text Example
Text Example
White with #AD4464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4464; }
p { color: rgb(173,68,100); }
H1.HeaderClassName
{
color: #AD4464;
}
.AnyTagClassName
{
color: #AD4464;
}
</style>
background-color css
<style>
a { background-color: #AD4464; }
a { background-color: rgb(173,68,100); }
div.DivClassName
{
background-color: #AD4464;
}
.BgClassName
{
background-color: #AD4464;
}
</style>
border-color css
<style>
span { border-color: #AD4464; }
span { border-color: rgb(173,68,100); }
td.TdClassName
{
border-color: #AD4464;
}
.TagClassName
{
border-color: #AD4464;
}
</style>