Shades of Rouge #AD356F
Tints of Rouge #AD356F
RGB
CMYK
RGB Variations
Color information
#AD356F (or 0xAD356F) is known color: Rouge. HEX triplet: AD, 35 and 6F. RGB value is (173,53,111). Sum of RGB (Red+Green+Blue) = 173+53+111=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD356F is #52CA90. Grayscale: #5F5F5F. Windows color (decimal): -5425809 or 7288237. OLE color: 7288237.
HSL color Cylindrical-coordinate representation of color #AD356F: hue angle of 331º 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 #AD356F is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 111 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.32 |
| HSL | 331º | 0.53% | 0.44% | - |
| HSV(B) | 331º | 0.69% | 0.68% | - |
| XYZ | 21.38 | 12.58 | 16.34 | - |
| YUV | 95.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 111 | 0 | 0.69 | 0.36 | 0.32 | 331 | 0.53 | 0.44 |
| Hex | AD | 35 | 6F | 0 | 45 | 24 | 20 | 14B | 35 | 2C |
| Octal | 255 | 65 | 157 | 0 | 105 | 44 | 40 | 513 | 65 | 54 |
| Binary | 10101101 | 110101 | 1101111 | 0 | 1000101 | 100100 | 100000 | 101001011 | 110101 | 101100 |
Color Harmonies of #AD356F
Complementary color
Monochromatic Colors of #AD356F
Black with #AD356F
Text Example
Text Example
White with #AD356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD356F; }
p { color: rgb(173,53,111); }
H1.HeaderClassName
{
color: #AD356F;
}
.AnyTagClassName
{
color: #AD356F;
}
</style>
background-color css
<style>
a { background-color: #AD356F; }
a { background-color: rgb(173,53,111); }
div.DivClassName
{
background-color: #AD356F;
}
.BgClassName
{
background-color: #AD356F;
}
</style>
border-color css
<style>
span { border-color: #AD356F; }
span { border-color: rgb(173,53,111); }
td.TdClassName
{
border-color: #AD356F;
}
.TagClassName
{
border-color: #AD356F;
}
</style>