Shades of Rouge #AD4062
Tints of Rouge #AD4062
RGB
CMYK
RGB Variations
Color information
#AD4062 (or 0xAD4062) is known color: Rouge. HEX triplet: AD, 40 and 62. RGB value is (173,64,98). Sum of RGB (Red+Green+Blue) = 173+64+98=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4062 is #52BF9D. Grayscale: #646464. Windows color (decimal): -5423006 or 6439085. OLE color: 6439085.
HSL color Cylindrical-coordinate representation of color #AD4062: hue angle of 341.28º 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 #AD4062 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 98 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.32 |
| HSL | 341.28º | 0.46% | 0.46% | - |
| HSV(B) | 341.28º | 0.63% | 0.68% | - |
| XYZ | 21.27 | 13.43 | 13.03 | - |
| YUV | 100.47 | 126.61 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 98 | 0 | 0.63 | 0.43 | 0.32 | 341.28 | 0.46 | 0.46 |
| Hex | AD | 40 | 62 | 0 | 3F | 2B | 20 | 155 | 2E | 2E |
| Octal | 255 | 100 | 142 | 0 | 77 | 53 | 40 | 525 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1100010 | 0 | 111111 | 101011 | 100000 | 101010101 | 101110 | 101110 |
Color Harmonies of #AD4062
Complementary color
Monochromatic Colors of #AD4062
Black with #AD4062
Text Example
Text Example
White with #AD4062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4062; }
p { color: rgb(173,64,98); }
H1.HeaderClassName
{
color: #AD4062;
}
.AnyTagClassName
{
color: #AD4062;
}
</style>
background-color css
<style>
a { background-color: #AD4062; }
a { background-color: rgb(173,64,98); }
div.DivClassName
{
background-color: #AD4062;
}
.BgClassName
{
background-color: #AD4062;
}
</style>
border-color css
<style>
span { border-color: #AD4062; }
span { border-color: rgb(173,64,98); }
td.TdClassName
{
border-color: #AD4062;
}
.TagClassName
{
border-color: #AD4062;
}
</style>