Shades of Rouge #AD356D
Tints of Rouge #AD356D
RGB
CMYK
RGB Variations
Color information
#AD356D (or 0xAD356D) is known color: Rouge. HEX triplet: AD, 35 and 6D. RGB value is (173,53,109). Sum of RGB (Red+Green+Blue) = 173+53+109=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD356D is #52CA92. Grayscale: #5F5F5F. Windows color (decimal): -5425811 or 7157165. OLE color: 7157165.
HSL color Cylindrical-coordinate representation of color #AD356D: hue angle of 332º 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 #AD356D is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 109 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.32 |
| HSL | 332º | 0.53% | 0.44% | - |
| HSV(B) | 332º | 0.69% | 0.68% | - |
| XYZ | 21.27 | 12.53 | 15.77 | - |
| YUV | 95.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 109 | 0 | 0.69 | 0.37 | 0.32 | 332 | 0.53 | 0.44 |
| Hex | AD | 35 | 6D | 0 | 45 | 25 | 20 | 14C | 35 | 2C |
| Octal | 255 | 65 | 155 | 0 | 105 | 45 | 40 | 514 | 65 | 54 |
| Binary | 10101101 | 110101 | 1101101 | 0 | 1000101 | 100101 | 100000 | 101001100 | 110101 | 101100 |
Color Harmonies of #AD356D
Complementary color
Monochromatic Colors of #AD356D
Black with #AD356D
Text Example
Text Example
White with #AD356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD356D; }
p { color: rgb(173,53,109); }
H1.HeaderClassName
{
color: #AD356D;
}
.AnyTagClassName
{
color: #AD356D;
}
</style>
background-color css
<style>
a { background-color: #AD356D; }
a { background-color: rgb(173,53,109); }
div.DivClassName
{
background-color: #AD356D;
}
.BgClassName
{
background-color: #AD356D;
}
</style>
border-color css
<style>
span { border-color: #AD356D; }
span { border-color: rgb(173,53,109); }
td.TdClassName
{
border-color: #AD356D;
}
.TagClassName
{
border-color: #AD356D;
}
</style>