Shades of Rouge #AD406C
Tints of Rouge #AD406C
RGB
CMYK
RGB Variations
Color information
#AD406C (or 0xAD406C) is known color: Rouge. HEX triplet: AD, 40 and 6C. RGB value is (173,64,108). Sum of RGB (Red+Green+Blue) = 173+64+108=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD406C is #52BF93. Grayscale: #656565. Windows color (decimal): -5422996 or 7094445. OLE color: 7094445.
HSL color Cylindrical-coordinate representation of color #AD406C: hue angle of 335.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD406C is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 108 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.32 |
| HSL | 335.78º | 0.46% | 0.46% | - |
| HSV(B) | 335.78º | 0.63% | 0.68% | - |
| XYZ | 21.77 | 13.63 | 15.67 | - |
| YUV | 101.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 108 | 0 | 0.63 | 0.38 | 0.32 | 335.78 | 0.46 | 0.46 |
| Hex | AD | 40 | 6C | 0 | 3F | 26 | 20 | 150 | 2E | 2E |
| Octal | 255 | 100 | 154 | 0 | 77 | 46 | 40 | 520 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1101100 | 0 | 111111 | 100110 | 100000 | 101010000 | 101110 | 101110 |
Color Harmonies of #AD406C
Complementary color
Monochromatic Colors of #AD406C
Black with #AD406C
Text Example
Text Example
White with #AD406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD406C; }
p { color: rgb(173,64,108); }
H1.HeaderClassName
{
color: #AD406C;
}
.AnyTagClassName
{
color: #AD406C;
}
</style>
background-color css
<style>
a { background-color: #AD406C; }
a { background-color: rgb(173,64,108); }
div.DivClassName
{
background-color: #AD406C;
}
.BgClassName
{
background-color: #AD406C;
}
</style>
border-color css
<style>
span { border-color: #AD406C; }
span { border-color: rgb(173,64,108); }
td.TdClassName
{
border-color: #AD406C;
}
.TagClassName
{
border-color: #AD406C;
}
</style>