Shades of Rouge #AD336C
Tints of Rouge #AD336C
RGB
CMYK
RGB Variations
Color information
#AD336C (or 0xAD336C) is known color: Rouge. HEX triplet: AD, 33 and 6C. RGB value is (173,51,108). Sum of RGB (Red+Green+Blue) = 173+51+108=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD336C is #52CC93. Grayscale: #5D5D5D. Windows color (decimal): -5426324 or 7091117. OLE color: 7091117.
HSL color Cylindrical-coordinate representation of color #AD336C: hue angle of 331.97º 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 #AD336C is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 108 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.32 |
| HSL | 331.97º | 0.54% | 0.44% | - |
| HSV(B) | 331.97º | 0.71% | 0.68% | - |
| XYZ | 21.12 | 12.33 | 15.45 | - |
| YUV | 93.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 108 | 0 | 0.71 | 0.38 | 0.32 | 331.97 | 0.54 | 0.44 |
| Hex | AD | 33 | 6C | 0 | 47 | 26 | 20 | 14C | 36 | 2C |
| Octal | 255 | 63 | 154 | 0 | 107 | 46 | 40 | 514 | 66 | 54 |
| Binary | 10101101 | 110011 | 1101100 | 0 | 1000111 | 100110 | 100000 | 101001100 | 110110 | 101100 |
Color Harmonies of #AD336C
Complementary color
Monochromatic Colors of #AD336C
Black with #AD336C
Text Example
Text Example
White with #AD336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD336C; }
p { color: rgb(173,51,108); }
H1.HeaderClassName
{
color: #AD336C;
}
.AnyTagClassName
{
color: #AD336C;
}
</style>
background-color css
<style>
a { background-color: #AD336C; }
a { background-color: rgb(173,51,108); }
div.DivClassName
{
background-color: #AD336C;
}
.BgClassName
{
background-color: #AD336C;
}
</style>
border-color css
<style>
span { border-color: #AD336C; }
span { border-color: rgb(173,51,108); }
td.TdClassName
{
border-color: #AD336C;
}
.TagClassName
{
border-color: #AD336C;
}
</style>