Shades of Rouge #AD416D
Tints of Rouge #AD416D
RGB
CMYK
RGB Variations
Color information
#AD416D (or 0xAD416D) is known color: Rouge. HEX triplet: AD, 41 and 6D. RGB value is (173,65,109). Sum of RGB (Red+Green+Blue) = 173+65+109=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD416D is #52BE92. Grayscale: #666666. Windows color (decimal): -5422739 or 7160237. OLE color: 7160237.
HSL color Cylindrical-coordinate representation of color #AD416D: hue angle of 335.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD416D is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 109 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.32 |
| HSL | 335.56º | 0.45% | 0.47% | - |
| HSV(B) | 335.56º | 0.62% | 0.68% | - |
| XYZ | 21.88 | 13.77 | 15.97 | - |
| YUV | 102.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 109 | 0 | 0.62 | 0.37 | 0.32 | 335.56 | 0.45 | 0.47 |
| Hex | AD | 41 | 6D | 0 | 3E | 25 | 20 | 150 | 2D | 2F |
| Octal | 255 | 101 | 155 | 0 | 76 | 45 | 40 | 520 | 55 | 57 |
| Binary | 10101101 | 1000001 | 1101101 | 0 | 111110 | 100101 | 100000 | 101010000 | 101101 | 101111 |
Color Harmonies of #AD416D
Complementary color
Monochromatic Colors of #AD416D
Black with #AD416D
Text Example
Text Example
White with #AD416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD416D; }
p { color: rgb(173,65,109); }
H1.HeaderClassName
{
color: #AD416D;
}
.AnyTagClassName
{
color: #AD416D;
}
</style>
background-color css
<style>
a { background-color: #AD416D; }
a { background-color: rgb(173,65,109); }
div.DivClassName
{
background-color: #AD416D;
}
.BgClassName
{
background-color: #AD416D;
}
</style>
border-color css
<style>
span { border-color: #AD416D; }
span { border-color: rgb(173,65,109); }
td.TdClassName
{
border-color: #AD416D;
}
.TagClassName
{
border-color: #AD416D;
}
</style>