Shades of Rouge #AD346C
Tints of Rouge #AD346C
RGB
CMYK
RGB Variations
Color information
#AD346C (or 0xAD346C) is known color: Rouge. HEX triplet: AD, 34 and 6C. RGB value is (173,52,108). Sum of RGB (Red+Green+Blue) = 173+52+108=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD346C is #52CB93. Grayscale: #5E5E5E. Windows color (decimal): -5426068 or 7091373. OLE color: 7091373.
HSL color Cylindrical-coordinate representation of color #AD346C: hue angle of 332.23º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD346C is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 108 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.32 |
| HSL | 332.23º | 0.54% | 0.44% | - |
| HSV(B) | 332.23º | 0.7% | 0.68% | - |
| XYZ | 21.17 | 12.42 | 15.47 | - |
| YUV | 94.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 108 | 0 | 0.70 | 0.38 | 0.32 | 332.23 | 0.54 | 0.44 |
| Hex | AD | 34 | 6C | 0 | 46 | 26 | 20 | 14C | 36 | 2C |
| Octal | 255 | 64 | 154 | 0 | 106 | 46 | 40 | 514 | 66 | 54 |
| Binary | 10101101 | 110100 | 1101100 | 0 | 1000110 | 100110 | 100000 | 101001100 | 110110 | 101100 |
Color Harmonies of #AD346C
Complementary color
Monochromatic Colors of #AD346C
Black with #AD346C
Text Example
Text Example
White with #AD346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD346C; }
p { color: rgb(173,52,108); }
H1.HeaderClassName
{
color: #AD346C;
}
.AnyTagClassName
{
color: #AD346C;
}
</style>
background-color css
<style>
a { background-color: #AD346C; }
a { background-color: rgb(173,52,108); }
div.DivClassName
{
background-color: #AD346C;
}
.BgClassName
{
background-color: #AD346C;
}
</style>
border-color css
<style>
span { border-color: #AD346C; }
span { border-color: rgb(173,52,108); }
td.TdClassName
{
border-color: #AD346C;
}
.TagClassName
{
border-color: #AD346C;
}
</style>