Shades of Rouge #AD355B
Tints of Rouge #AD355B
RGB
CMYK
RGB Variations
Color information
#AD355B (or 0xAD355B) is known color: Rouge. HEX triplet: AD, 35 and 5B. RGB value is (173,53,91). Sum of RGB (Red+Green+Blue) = 173+53+91=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD355B is #52CAA4. Grayscale: #5D5D5D. Windows color (decimal): -5425829 or 5977517. OLE color: 5977517.
HSL color Cylindrical-coordinate representation of color #AD355B: hue angle of 341º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD355B is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 91 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.32 |
| HSL | 341º | 0.53% | 0.44% | - |
| HSV(B) | 341º | 0.69% | 0.68% | - |
| XYZ | 20.4 | 12.19 | 11.17 | - |
| YUV | 93.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 91 | 0 | 0.69 | 0.47 | 0.32 | 341 | 0.53 | 0.44 |
| Hex | AD | 35 | 5B | 0 | 45 | 2F | 20 | 155 | 35 | 2C |
| Octal | 255 | 65 | 133 | 0 | 105 | 57 | 40 | 525 | 65 | 54 |
| Binary | 10101101 | 110101 | 1011011 | 0 | 1000101 | 101111 | 100000 | 101010101 | 110101 | 101100 |
Color Harmonies of #AD355B
Complementary color
Monochromatic Colors of #AD355B
Black with #AD355B
Text Example
Text Example
White with #AD355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD355B; }
p { color: rgb(173,53,91); }
H1.HeaderClassName
{
color: #AD355B;
}
.AnyTagClassName
{
color: #AD355B;
}
</style>
background-color css
<style>
a { background-color: #AD355B; }
a { background-color: rgb(173,53,91); }
div.DivClassName
{
background-color: #AD355B;
}
.BgClassName
{
background-color: #AD355B;
}
</style>
border-color css
<style>
span { border-color: #AD355B; }
span { border-color: rgb(173,53,91); }
td.TdClassName
{
border-color: #AD355B;
}
.TagClassName
{
border-color: #AD355B;
}
</style>