Shades of Rouge #AD406F
Tints of Rouge #AD406F
RGB
CMYK
RGB Variations
Color information
#AD406F (or 0xAD406F) is known color: Rouge. HEX triplet: AD, 40 and 6F. RGB value is (173,64,111). Sum of RGB (Red+Green+Blue) = 173+64+111=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD406F is #52BF90. Grayscale: #656565. Windows color (decimal): -5422993 or 7291053. OLE color: 7291053.
HSL color Cylindrical-coordinate representation of color #AD406F: hue angle of 334.13º 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 #AD406F is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 111 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.32 |
| HSL | 334.13º | 0.46% | 0.46% | - |
| HSV(B) | 334.13º | 0.63% | 0.68% | - |
| XYZ | 21.94 | 13.7 | 16.53 | - |
| YUV | 101.95 | 133.11 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 111 | 0 | 0.63 | 0.36 | 0.32 | 334.13 | 0.46 | 0.46 |
| Hex | AD | 40 | 6F | 0 | 3F | 24 | 20 | 14E | 2E | 2E |
| Octal | 255 | 100 | 157 | 0 | 77 | 44 | 40 | 516 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1101111 | 0 | 111111 | 100100 | 100000 | 101001110 | 101110 | 101110 |
Color Harmonies of #AD406F
Complementary color
Monochromatic Colors of #AD406F
Black with #AD406F
Text Example
Text Example
White with #AD406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD406F; }
p { color: rgb(173,64,111); }
H1.HeaderClassName
{
color: #AD406F;
}
.AnyTagClassName
{
color: #AD406F;
}
</style>
background-color css
<style>
a { background-color: #AD406F; }
a { background-color: rgb(173,64,111); }
div.DivClassName
{
background-color: #AD406F;
}
.BgClassName
{
background-color: #AD406F;
}
</style>
border-color css
<style>
span { border-color: #AD406F; }
span { border-color: rgb(173,64,111); }
td.TdClassName
{
border-color: #AD406F;
}
.TagClassName
{
border-color: #AD406F;
}
</style>