Shades of Rouge #AD3A66
Tints of Rouge #AD3A66
RGB
CMYK
RGB Variations
Color information
#AD3A66 (or 0xAD3A66) is known color: Rouge. HEX triplet: AD, 3A and 66. RGB value is (173,58,102). Sum of RGB (Red+Green+Blue) = 173+58+102=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3A66 is #52C599. Grayscale: #616161. Windows color (decimal): -5424538 or 6699693. OLE color: 6699693.
HSL color Cylindrical-coordinate representation of color #AD3A66: hue angle of 337.04º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3A66 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 58 | 102 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.32 |
| HSL | 337.04º | 0.5% | 0.45% | - |
| HSV(B) | 337.04º | 0.66% | 0.68% | - |
| XYZ | 21.14 | 12.87 | 13.94 | - |
| YUV | 97.4 | 130.6 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 102 | 0 | 0.66 | 0.41 | 0.32 | 337.04 | 0.5 | 0.45 |
| Hex | AD | 3A | 66 | 0 | 42 | 29 | 20 | 151 | 32 | 2D |
| Octal | 255 | 72 | 146 | 0 | 102 | 51 | 40 | 521 | 62 | 55 |
| Binary | 10101101 | 111010 | 1100110 | 0 | 1000010 | 101001 | 100000 | 101010001 | 110010 | 101101 |
Color Harmonies of #AD3A66
Complementary color
Monochromatic Colors of #AD3A66
Black with #AD3A66
Text Example
Text Example
White with #AD3A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3A66; }
p { color: rgb(173,58,102); }
H1.HeaderClassName
{
color: #AD3A66;
}
.AnyTagClassName
{
color: #AD3A66;
}
</style>
background-color css
<style>
a { background-color: #AD3A66; }
a { background-color: rgb(173,58,102); }
div.DivClassName
{
background-color: #AD3A66;
}
.BgClassName
{
background-color: #AD3A66;
}
</style>
border-color css
<style>
span { border-color: #AD3A66; }
span { border-color: rgb(173,58,102); }
td.TdClassName
{
border-color: #AD3A66;
}
.TagClassName
{
border-color: #AD3A66;
}
</style>