Shades of Rouge #AD4066
Tints of Rouge #AD4066
RGB
CMYK
RGB Variations
Color information
#AD4066 (or 0xAD4066) is known color: Rouge. HEX triplet: AD, 40 and 66. RGB value is (173,64,102). Sum of RGB (Red+Green+Blue) = 173+64+102=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4066 is #52BF99. Grayscale: #646464. Windows color (decimal): -5423002 or 6701229. OLE color: 6701229.
HSL color Cylindrical-coordinate representation of color #AD4066: hue angle of 339.08º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4066 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 102 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.32 |
| HSL | 339.08º | 0.46% | 0.46% | - |
| HSV(B) | 339.08º | 0.63% | 0.68% | - |
| XYZ | 21.47 | 13.51 | 14.05 | - |
| YUV | 100.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 102 | 0 | 0.63 | 0.41 | 0.32 | 339.08 | 0.46 | 0.46 |
| Hex | AD | 40 | 66 | 0 | 3F | 29 | 20 | 153 | 2E | 2E |
| Octal | 255 | 100 | 146 | 0 | 77 | 51 | 40 | 523 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1100110 | 0 | 111111 | 101001 | 100000 | 101010011 | 101110 | 101110 |
Color Harmonies of #AD4066
Complementary color
Monochromatic Colors of #AD4066
Black with #AD4066
Text Example
Text Example
White with #AD4066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4066; }
p { color: rgb(173,64,102); }
H1.HeaderClassName
{
color: #AD4066;
}
.AnyTagClassName
{
color: #AD4066;
}
</style>
background-color css
<style>
a { background-color: #AD4066; }
a { background-color: rgb(173,64,102); }
div.DivClassName
{
background-color: #AD4066;
}
.BgClassName
{
background-color: #AD4066;
}
</style>
border-color css
<style>
span { border-color: #AD4066; }
span { border-color: rgb(173,64,102); }
td.TdClassName
{
border-color: #AD4066;
}
.TagClassName
{
border-color: #AD4066;
}
</style>