Shades of Rouge #AD346A
Tints of Rouge #AD346A
RGB
CMYK
RGB Variations
Color information
#AD346A (or 0xAD346A) is known color: Rouge. HEX triplet: AD, 34 and 6A. RGB value is (173,52,106). Sum of RGB (Red+Green+Blue) = 173+52+106=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD346A is #52CB95. Grayscale: #5E5E5E. Windows color (decimal): -5426070 or 6960301. OLE color: 6960301.
HSL color Cylindrical-coordinate representation of color #AD346A: hue angle of 333.22º 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 #AD346A is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 106 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.32 |
| HSL | 333.22º | 0.54% | 0.44% | - |
| HSV(B) | 333.22º | 0.7% | 0.68% | - |
| XYZ | 21.06 | 12.38 | 14.92 | - |
| YUV | 94.34 | 134.59 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 106 | 0 | 0.70 | 0.39 | 0.32 | 333.22 | 0.54 | 0.44 |
| Hex | AD | 34 | 6A | 0 | 46 | 27 | 20 | 14D | 36 | 2C |
| Octal | 255 | 64 | 152 | 0 | 106 | 47 | 40 | 515 | 66 | 54 |
| Binary | 10101101 | 110100 | 1101010 | 0 | 1000110 | 100111 | 100000 | 101001101 | 110110 | 101100 |
Color Harmonies of #AD346A
Complementary color
Monochromatic Colors of #AD346A
Black with #AD346A
Text Example
Text Example
White with #AD346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD346A; }
p { color: rgb(173,52,106); }
H1.HeaderClassName
{
color: #AD346A;
}
.AnyTagClassName
{
color: #AD346A;
}
</style>
background-color css
<style>
a { background-color: #AD346A; }
a { background-color: rgb(173,52,106); }
div.DivClassName
{
background-color: #AD346A;
}
.BgClassName
{
background-color: #AD346A;
}
</style>
border-color css
<style>
span { border-color: #AD346A; }
span { border-color: rgb(173,52,106); }
td.TdClassName
{
border-color: #AD346A;
}
.TagClassName
{
border-color: #AD346A;
}
</style>