Shades of Rouge #AD4462
Tints of Rouge #AD4462
RGB
CMYK
RGB Variations
Color information
#AD4462 (or 0xAD4462) is known color: Rouge. HEX triplet: AD, 44 and 62. RGB value is (173,68,98). Sum of RGB (Red+Green+Blue) = 173+68+98=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4462 is #52BB9D. Grayscale: #666666. Windows color (decimal): -5421982 or 6440109. OLE color: 6440109.
HSL color Cylindrical-coordinate representation of color #AD4462: hue angle of 342.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4462 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 98 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.32 |
| HSL | 342.86º | 0.44% | 0.47% | - |
| HSV(B) | 342.86º | 0.61% | 0.68% | - |
| XYZ | 21.51 | 13.9 | 13.1 | - |
| YUV | 102.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 98 | 0 | 0.61 | 0.43 | 0.32 | 342.86 | 0.44 | 0.47 |
| Hex | AD | 44 | 62 | 0 | 3D | 2B | 20 | 157 | 2C | 2F |
| Octal | 255 | 104 | 142 | 0 | 75 | 53 | 40 | 527 | 54 | 57 |
| Binary | 10101101 | 1000100 | 1100010 | 0 | 111101 | 101011 | 100000 | 101010111 | 101100 | 101111 |
Color Harmonies of #AD4462
Complementary color
Monochromatic Colors of #AD4462
Black with #AD4462
Text Example
Text Example
White with #AD4462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4462; }
p { color: rgb(173,68,98); }
H1.HeaderClassName
{
color: #AD4462;
}
.AnyTagClassName
{
color: #AD4462;
}
</style>
background-color css
<style>
a { background-color: #AD4462; }
a { background-color: rgb(173,68,98); }
div.DivClassName
{
background-color: #AD4462;
}
.BgClassName
{
background-color: #AD4462;
}
</style>
border-color css
<style>
span { border-color: #AD4462; }
span { border-color: rgb(173,68,98); }
td.TdClassName
{
border-color: #AD4462;
}
.TagClassName
{
border-color: #AD4462;
}
</style>