Shades of Rouge #AD355C
Tints of Rouge #AD355C
RGB
CMYK
RGB Variations
Color information
#AD355C (or 0xAD355C) is known color: Rouge. HEX triplet: AD, 35 and 5C. RGB value is (173,53,92). Sum of RGB (Red+Green+Blue) = 173+53+92=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD355C is #52CAA3. Grayscale: #5D5D5D. Windows color (decimal): -5425828 or 6043053. OLE color: 6043053.
HSL color Cylindrical-coordinate representation of color #AD355C: hue angle of 340.5º 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 #AD355C is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 92 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.32 |
| HSL | 340.5º | 0.53% | 0.44% | - |
| HSV(B) | 340.5º | 0.69% | 0.68% | - |
| XYZ | 20.44 | 12.2 | 11.4 | - |
| YUV | 93.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 92 | 0 | 0.69 | 0.47 | 0.32 | 340.5 | 0.53 | 0.44 |
| Hex | AD | 35 | 5C | 0 | 45 | 2F | 20 | 154 | 35 | 2C |
| Octal | 255 | 65 | 134 | 0 | 105 | 57 | 40 | 524 | 65 | 54 |
| Binary | 10101101 | 110101 | 1011100 | 0 | 1000101 | 101111 | 100000 | 101010100 | 110101 | 101100 |
Color Harmonies of #AD355C
Complementary color
Monochromatic Colors of #AD355C
Black with #AD355C
Text Example
Text Example
White with #AD355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD355C; }
p { color: rgb(173,53,92); }
H1.HeaderClassName
{
color: #AD355C;
}
.AnyTagClassName
{
color: #AD355C;
}
</style>
background-color css
<style>
a { background-color: #AD355C; }
a { background-color: rgb(173,53,92); }
div.DivClassName
{
background-color: #AD355C;
}
.BgClassName
{
background-color: #AD355C;
}
</style>
border-color css
<style>
span { border-color: #AD355C; }
span { border-color: rgb(173,53,92); }
td.TdClassName
{
border-color: #AD355C;
}
.TagClassName
{
border-color: #AD355C;
}
</style>