Shades of Rouge #AD405E
Tints of Rouge #AD405E
RGB
CMYK
RGB Variations
Color information
#AD405E (or 0xAD405E) is known color: Rouge. HEX triplet: AD, 40 and 5E. RGB value is (173,64,94). Sum of RGB (Red+Green+Blue) = 173+64+94=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD405E is #52BFA1. Grayscale: #646464. Windows color (decimal): -5423010 or 6176941. OLE color: 6176941.
HSL color Cylindrical-coordinate representation of color #AD405E: hue angle of 343.49º 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 #AD405E is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 94 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.32 |
| HSL | 343.49º | 0.46% | 0.46% | - |
| HSV(B) | 343.49º | 0.63% | 0.68% | - |
| XYZ | 21.09 | 13.36 | 12.06 | - |
| YUV | 100.01 | 124.61 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 94 | 0 | 0.63 | 0.46 | 0.32 | 343.49 | 0.46 | 0.46 |
| Hex | AD | 40 | 5E | 0 | 3F | 2E | 20 | 157 | 2E | 2E |
| Octal | 255 | 100 | 136 | 0 | 77 | 56 | 40 | 527 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1011110 | 0 | 111111 | 101110 | 100000 | 101010111 | 101110 | 101110 |
Color Harmonies of #AD405E
Complementary color
Monochromatic Colors of #AD405E
Black with #AD405E
Text Example
Text Example
White with #AD405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD405E; }
p { color: rgb(173,64,94); }
H1.HeaderClassName
{
color: #AD405E;
}
.AnyTagClassName
{
color: #AD405E;
}
</style>
background-color css
<style>
a { background-color: #AD405E; }
a { background-color: rgb(173,64,94); }
div.DivClassName
{
background-color: #AD405E;
}
.BgClassName
{
background-color: #AD405E;
}
</style>
border-color css
<style>
span { border-color: #AD405E; }
span { border-color: rgb(173,64,94); }
td.TdClassName
{
border-color: #AD405E;
}
.TagClassName
{
border-color: #AD405E;
}
</style>