Shades of Rouge #AD336E
Tints of Rouge #AD336E
RGB
CMYK
RGB Variations
Color information
#AD336E (or 0xAD336E) is known color: Rouge. HEX triplet: AD, 33 and 6E. RGB value is (173,51,110). Sum of RGB (Red+Green+Blue) = 173+51+110=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD336E is #52CC91. Grayscale: #5E5E5E. Windows color (decimal): -5426322 or 7222189. OLE color: 7222189.
HSL color Cylindrical-coordinate representation of color #AD336E: hue angle of 330.98º degrees, saturation: 0.54, 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 #AD336E is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 110 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.32 |
| HSL | 330.98º | 0.54% | 0.44% | - |
| HSV(B) | 330.98º | 0.71% | 0.68% | - |
| XYZ | 21.23 | 12.38 | 16.02 | - |
| YUV | 94.2 | 136.92 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 110 | 0 | 0.71 | 0.36 | 0.32 | 330.98 | 0.54 | 0.44 |
| Hex | AD | 33 | 6E | 0 | 47 | 24 | 20 | 14B | 36 | 2C |
| Octal | 255 | 63 | 156 | 0 | 107 | 44 | 40 | 513 | 66 | 54 |
| Binary | 10101101 | 110011 | 1101110 | 0 | 1000111 | 100100 | 100000 | 101001011 | 110110 | 101100 |
Color Harmonies of #AD336E
Complementary color
Monochromatic Colors of #AD336E
Black with #AD336E
Text Example
Text Example
White with #AD336E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD336E; }
p { color: rgb(173,51,110); }
H1.HeaderClassName
{
color: #AD336E;
}
.AnyTagClassName
{
color: #AD336E;
}
</style>
background-color css
<style>
a { background-color: #AD336E; }
a { background-color: rgb(173,51,110); }
div.DivClassName
{
background-color: #AD336E;
}
.BgClassName
{
background-color: #AD336E;
}
</style>
border-color css
<style>
span { border-color: #AD336E; }
span { border-color: rgb(173,51,110); }
td.TdClassName
{
border-color: #AD336E;
}
.TagClassName
{
border-color: #AD336E;
}
</style>