Shades of Rouge #AD326D
Tints of Rouge #AD326D
RGB
CMYK
RGB Variations
Color information
#AD326D (or 0xAD326D) is known color: Rouge. HEX triplet: AD, 32 and 6D. RGB value is (173,50,109). Sum of RGB (Red+Green+Blue) = 173+50+109=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD326D is #52CD92. Grayscale: #5D5D5D. Windows color (decimal): -5426579 or 7156397. OLE color: 7156397.
HSL color Cylindrical-coordinate representation of color #AD326D: hue angle of 331.22º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD326D is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 109 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.32 |
| HSL | 331.22º | 0.55% | 0.44% | - |
| HSV(B) | 331.22º | 0.71% | 0.68% | - |
| XYZ | 21.13 | 12.27 | 15.72 | - |
| YUV | 93.5 | 136.75 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 109 | 0 | 0.71 | 0.37 | 0.32 | 331.22 | 0.55 | 0.44 |
| Hex | AD | 32 | 6D | 0 | 47 | 25 | 20 | 14B | 37 | 2C |
| Octal | 255 | 62 | 155 | 0 | 107 | 45 | 40 | 513 | 67 | 54 |
| Binary | 10101101 | 110010 | 1101101 | 0 | 1000111 | 100101 | 100000 | 101001011 | 110111 | 101100 |
Color Harmonies of #AD326D
Complementary color
Monochromatic Colors of #AD326D
Black with #AD326D
Text Example
Text Example
White with #AD326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD326D; }
p { color: rgb(173,50,109); }
H1.HeaderClassName
{
color: #AD326D;
}
.AnyTagClassName
{
color: #AD326D;
}
</style>
background-color css
<style>
a { background-color: #AD326D; }
a { background-color: rgb(173,50,109); }
div.DivClassName
{
background-color: #AD326D;
}
.BgClassName
{
background-color: #AD326D;
}
</style>
border-color css
<style>
span { border-color: #AD326D; }
span { border-color: rgb(173,50,109); }
td.TdClassName
{
border-color: #AD326D;
}
.TagClassName
{
border-color: #AD326D;
}
</style>