Shades of Rouge #AD3166
Tints of Rouge #AD3166
RGB
CMYK
RGB Variations
Color information
#AD3166 (or 0xAD3166) is known color: Rouge. HEX triplet: AD, 31 and 66. RGB value is (173,49,102). Sum of RGB (Red+Green+Blue) = 173+49+102=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3166 is #52CE99. Grayscale: #5C5C5C. Windows color (decimal): -5426842 or 6697389. OLE color: 6697389.
HSL color Cylindrical-coordinate representation of color #AD3166: hue angle of 334.35º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3166 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 102 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.32 |
| HSL | 334.35º | 0.56% | 0.44% | - |
| HSV(B) | 334.35º | 0.72% | 0.68% | - |
| XYZ | 20.73 | 12.04 | 13.8 | - |
| YUV | 92.12 | 133.58 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 102 | 0 | 0.72 | 0.41 | 0.32 | 334.35 | 0.56 | 0.44 |
| Hex | AD | 31 | 66 | 0 | 48 | 29 | 20 | 14E | 38 | 2C |
| Octal | 255 | 61 | 146 | 0 | 110 | 51 | 40 | 516 | 70 | 54 |
| Binary | 10101101 | 110001 | 1100110 | 0 | 1001000 | 101001 | 100000 | 101001110 | 111000 | 101100 |
Color Harmonies of #AD3166
Complementary color
Monochromatic Colors of #AD3166
Black with #AD3166
Text Example
Text Example
White with #AD3166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3166; }
p { color: rgb(173,49,102); }
H1.HeaderClassName
{
color: #AD3166;
}
.AnyTagClassName
{
color: #AD3166;
}
</style>
background-color css
<style>
a { background-color: #AD3166; }
a { background-color: rgb(173,49,102); }
div.DivClassName
{
background-color: #AD3166;
}
.BgClassName
{
background-color: #AD3166;
}
</style>
border-color css
<style>
span { border-color: #AD3166; }
span { border-color: rgb(173,49,102); }
td.TdClassName
{
border-color: #AD3166;
}
.TagClassName
{
border-color: #AD3166;
}
</style>