Shades of Rouge #AD335A
Tints of Rouge #AD335A
RGB
CMYK
RGB Variations
Color information
#AD335A (or 0xAD335A) is known color: Rouge. HEX triplet: AD, 33 and 5A. RGB value is (173,51,90). Sum of RGB (Red+Green+Blue) = 173+51+90=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD335A is #52CCA5. Grayscale: #5B5B5B. Windows color (decimal): -5426342 or 5911469. OLE color: 5911469.
HSL color Cylindrical-coordinate representation of color #AD335A: hue angle of 340.82º 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 #AD335A is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 90 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.32 |
| HSL | 340.82º | 0.54% | 0.44% | - |
| HSV(B) | 340.82º | 0.71% | 0.68% | - |
| XYZ | 20.26 | 11.99 | 10.92 | - |
| YUV | 91.92 | 126.92 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 90 | 0 | 0.71 | 0.48 | 0.32 | 340.82 | 0.54 | 0.44 |
| Hex | AD | 33 | 5A | 0 | 47 | 30 | 20 | 155 | 36 | 2C |
| Octal | 255 | 63 | 132 | 0 | 107 | 60 | 40 | 525 | 66 | 54 |
| Binary | 10101101 | 110011 | 1011010 | 0 | 1000111 | 110000 | 100000 | 101010101 | 110110 | 101100 |
Color Harmonies of #AD335A
Complementary color
Monochromatic Colors of #AD335A
Black with #AD335A
Text Example
Text Example
White with #AD335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD335A; }
p { color: rgb(173,51,90); }
H1.HeaderClassName
{
color: #AD335A;
}
.AnyTagClassName
{
color: #AD335A;
}
</style>
background-color css
<style>
a { background-color: #AD335A; }
a { background-color: rgb(173,51,90); }
div.DivClassName
{
background-color: #AD335A;
}
.BgClassName
{
background-color: #AD335A;
}
</style>
border-color css
<style>
span { border-color: #AD335A; }
span { border-color: rgb(173,51,90); }
td.TdClassName
{
border-color: #AD335A;
}
.TagClassName
{
border-color: #AD335A;
}
</style>