Shades of Rouge #AD355E
Tints of Rouge #AD355E
RGB
CMYK
RGB Variations
Color information
#AD355E (or 0xAD355E) is known color: Rouge. HEX triplet: AD, 35 and 5E. RGB value is (173,53,94). Sum of RGB (Red+Green+Blue) = 173+53+94=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD355E is #52CAA1. Grayscale: #5D5D5D. Windows color (decimal): -5425826 or 6174125. OLE color: 6174125.
HSL color Cylindrical-coordinate representation of color #AD355E: hue angle of 339.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 #AD355E is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 94 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.32 |
| HSL | 339.5º | 0.53% | 0.44% | - |
| HSV(B) | 339.5º | 0.69% | 0.68% | - |
| XYZ | 20.53 | 12.24 | 11.87 | - |
| YUV | 93.55 | 128.26 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 94 | 0 | 0.69 | 0.46 | 0.32 | 339.5 | 0.53 | 0.44 |
| Hex | AD | 35 | 5E | 0 | 45 | 2E | 20 | 154 | 35 | 2C |
| Octal | 255 | 65 | 136 | 0 | 105 | 56 | 40 | 524 | 65 | 54 |
| Binary | 10101101 | 110101 | 1011110 | 0 | 1000101 | 101110 | 100000 | 101010100 | 110101 | 101100 |
Color Harmonies of #AD355E
Complementary color
Monochromatic Colors of #AD355E
Black with #AD355E
Text Example
Text Example
White with #AD355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD355E; }
p { color: rgb(173,53,94); }
H1.HeaderClassName
{
color: #AD355E;
}
.AnyTagClassName
{
color: #AD355E;
}
</style>
background-color css
<style>
a { background-color: #AD355E; }
a { background-color: rgb(173,53,94); }
div.DivClassName
{
background-color: #AD355E;
}
.BgClassName
{
background-color: #AD355E;
}
</style>
border-color css
<style>
span { border-color: #AD355E; }
span { border-color: rgb(173,53,94); }
td.TdClassName
{
border-color: #AD355E;
}
.TagClassName
{
border-color: #AD355E;
}
</style>