Shades of Rouge #AD406A
Tints of Rouge #AD406A
RGB
CMYK
RGB Variations
Color information
#AD406A (or 0xAD406A) is known color: Rouge. HEX triplet: AD, 40 and 6A. RGB value is (173,64,106). Sum of RGB (Red+Green+Blue) = 173+64+106=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD406A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD406A is #52BF95. Grayscale: #656565. Windows color (decimal): -5422998 or 6963373. OLE color: 6963373.
HSL color Cylindrical-coordinate representation of color #AD406A: hue angle of 336.88º 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 #AD406A is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 106 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.32 |
| HSL | 336.88º | 0.46% | 0.46% | - |
| HSV(B) | 336.88º | 0.63% | 0.68% | - |
| XYZ | 21.67 | 13.59 | 15.12 | - |
| YUV | 101.38 | 130.61 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 106 | 0 | 0.63 | 0.39 | 0.32 | 336.88 | 0.46 | 0.46 |
| Hex | AD | 40 | 6A | 0 | 3F | 27 | 20 | 151 | 2E | 2E |
| Octal | 255 | 100 | 152 | 0 | 77 | 47 | 40 | 521 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1101010 | 0 | 111111 | 100111 | 100000 | 101010001 | 101110 | 101110 |
Color Harmonies of #AD406A
Complementary color
Monochromatic Colors of #AD406A
Black with #AD406A
Text Example
Text Example
White with #AD406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD406A; }
p { color: rgb(173,64,106); }
H1.HeaderClassName
{
color: #AD406A;
}
.AnyTagClassName
{
color: #AD406A;
}
</style>
background-color css
<style>
a { background-color: #AD406A; }
a { background-color: rgb(173,64,106); }
div.DivClassName
{
background-color: #AD406A;
}
.BgClassName
{
background-color: #AD406A;
}
</style>
border-color css
<style>
span { border-color: #AD406A; }
span { border-color: rgb(173,64,106); }
td.TdClassName
{
border-color: #AD406A;
}
.TagClassName
{
border-color: #AD406A;
}
</style>