Shades of Rouge #AD346B
Tints of Rouge #AD346B
RGB
CMYK
RGB Variations
Color information
#AD346B (or 0xAD346B) is known color: Rouge. HEX triplet: AD, 34 and 6B. RGB value is (173,52,107). Sum of RGB (Red+Green+Blue) = 173+52+107=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD346B is #52CB94. Grayscale: #5E5E5E. Windows color (decimal): -5426069 or 7025837. OLE color: 7025837.
HSL color Cylindrical-coordinate representation of color #AD346B: hue angle of 332.73º 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 #AD346B is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 107 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.32 |
| HSL | 332.73º | 0.54% | 0.44% | - |
| HSV(B) | 332.73º | 0.7% | 0.68% | - |
| XYZ | 21.12 | 12.4 | 15.19 | - |
| YUV | 94.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 107 | 0 | 0.70 | 0.38 | 0.32 | 332.73 | 0.54 | 0.44 |
| Hex | AD | 34 | 6B | 0 | 46 | 26 | 20 | 14D | 36 | 2C |
| Octal | 255 | 64 | 153 | 0 | 106 | 46 | 40 | 515 | 66 | 54 |
| Binary | 10101101 | 110100 | 1101011 | 0 | 1000110 | 100110 | 100000 | 101001101 | 110110 | 101100 |
Color Harmonies of #AD346B
Complementary color
Monochromatic Colors of #AD346B
Black with #AD346B
Text Example
Text Example
White with #AD346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD346B; }
p { color: rgb(173,52,107); }
H1.HeaderClassName
{
color: #AD346B;
}
.AnyTagClassName
{
color: #AD346B;
}
</style>
background-color css
<style>
a { background-color: #AD346B; }
a { background-color: rgb(173,52,107); }
div.DivClassName
{
background-color: #AD346B;
}
.BgClassName
{
background-color: #AD346B;
}
</style>
border-color css
<style>
span { border-color: #AD346B; }
span { border-color: rgb(173,52,107); }
td.TdClassName
{
border-color: #AD346B;
}
.TagClassName
{
border-color: #AD346B;
}
</style>