Shades of Rouge #AD335C
Tints of Rouge #AD335C
RGB
CMYK
RGB Variations
Color information
#AD335C (or 0xAD335C) is known color: Rouge. HEX triplet: AD, 33 and 5C. RGB value is (173,51,92). Sum of RGB (Red+Green+Blue) = 173+51+92=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD335C is #52CCA3. Grayscale: #5C5C5C. Windows color (decimal): -5426340 or 6042541. OLE color: 6042541.
HSL color Cylindrical-coordinate representation of color #AD335C: hue angle of 339.84º 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 #AD335C is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 92 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.32 |
| HSL | 339.84º | 0.54% | 0.44% | - |
| HSV(B) | 339.84º | 0.71% | 0.68% | - |
| XYZ | 20.35 | 12.02 | 11.37 | - |
| YUV | 92.15 | 127.92 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 92 | 0 | 0.71 | 0.47 | 0.32 | 339.84 | 0.54 | 0.44 |
| Hex | AD | 33 | 5C | 0 | 47 | 2F | 20 | 154 | 36 | 2C |
| Octal | 255 | 63 | 134 | 0 | 107 | 57 | 40 | 524 | 66 | 54 |
| Binary | 10101101 | 110011 | 1011100 | 0 | 1000111 | 101111 | 100000 | 101010100 | 110110 | 101100 |
Color Harmonies of #AD335C
Complementary color
Monochromatic Colors of #AD335C
Black with #AD335C
Text Example
Text Example
White with #AD335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD335C; }
p { color: rgb(173,51,92); }
H1.HeaderClassName
{
color: #AD335C;
}
.AnyTagClassName
{
color: #AD335C;
}
</style>
background-color css
<style>
a { background-color: #AD335C; }
a { background-color: rgb(173,51,92); }
div.DivClassName
{
background-color: #AD335C;
}
.BgClassName
{
background-color: #AD335C;
}
</style>
border-color css
<style>
span { border-color: #AD335C; }
span { border-color: rgb(173,51,92); }
td.TdClassName
{
border-color: #AD335C;
}
.TagClassName
{
border-color: #AD335C;
}
</style>