Shades of Rouge #AD406B
Tints of Rouge #AD406B
RGB
CMYK
RGB Variations
Color information
#AD406B (or 0xAD406B) is known color: Rouge. HEX triplet: AD, 40 and 6B. RGB value is (173,64,107). Sum of RGB (Red+Green+Blue) = 173+64+107=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD406B is #52BF94. Grayscale: #656565. Windows color (decimal): -5422997 or 7028909. OLE color: 7028909.
HSL color Cylindrical-coordinate representation of color #AD406B: hue angle of 336.33º 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 #AD406B is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 107 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.32 |
| HSL | 336.33º | 0.46% | 0.46% | - |
| HSV(B) | 336.33º | 0.63% | 0.68% | - |
| XYZ | 21.72 | 13.61 | 15.39 | - |
| YUV | 101.49 | 131.11 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 107 | 0 | 0.63 | 0.38 | 0.32 | 336.33 | 0.46 | 0.46 |
| Hex | AD | 40 | 6B | 0 | 3F | 26 | 20 | 150 | 2E | 2E |
| Octal | 255 | 100 | 153 | 0 | 77 | 46 | 40 | 520 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1101011 | 0 | 111111 | 100110 | 100000 | 101010000 | 101110 | 101110 |
Color Harmonies of #AD406B
Complementary color
Monochromatic Colors of #AD406B
Black with #AD406B
Text Example
Text Example
White with #AD406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD406B; }
p { color: rgb(173,64,107); }
H1.HeaderClassName
{
color: #AD406B;
}
.AnyTagClassName
{
color: #AD406B;
}
</style>
background-color css
<style>
a { background-color: #AD406B; }
a { background-color: rgb(173,64,107); }
div.DivClassName
{
background-color: #AD406B;
}
.BgClassName
{
background-color: #AD406B;
}
</style>
border-color css
<style>
span { border-color: #AD406B; }
span { border-color: rgb(173,64,107); }
td.TdClassName
{
border-color: #AD406B;
}
.TagClassName
{
border-color: #AD406B;
}
</style>