Shades of Rouge #AD4065
Tints of Rouge #AD4065
RGB
CMYK
RGB Variations
Color information
#AD4065 (or 0xAD4065) is known color: Rouge. HEX triplet: AD, 40 and 65. RGB value is (173,64,101). Sum of RGB (Red+Green+Blue) = 173+64+101=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4065 is #52BF9A. Grayscale: #646464. Windows color (decimal): -5423003 or 6635693. OLE color: 6635693.
HSL color Cylindrical-coordinate representation of color #AD4065: hue angle of 339.63º 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 #AD4065 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 101 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.32 |
| HSL | 339.63º | 0.46% | 0.46% | - |
| HSV(B) | 339.63º | 0.63% | 0.68% | - |
| XYZ | 21.42 | 13.49 | 13.79 | - |
| YUV | 100.81 | 128.11 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 101 | 0 | 0.63 | 0.42 | 0.32 | 339.63 | 0.46 | 0.46 |
| Hex | AD | 40 | 65 | 0 | 3F | 2A | 20 | 154 | 2E | 2E |
| Octal | 255 | 100 | 145 | 0 | 77 | 52 | 40 | 524 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1100101 | 0 | 111111 | 101010 | 100000 | 101010100 | 101110 | 101110 |
Color Harmonies of #AD4065
Complementary color
Monochromatic Colors of #AD4065
Black with #AD4065
Text Example
Text Example
White with #AD4065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4065; }
p { color: rgb(173,64,101); }
H1.HeaderClassName
{
color: #AD4065;
}
.AnyTagClassName
{
color: #AD4065;
}
</style>
background-color css
<style>
a { background-color: #AD4065; }
a { background-color: rgb(173,64,101); }
div.DivClassName
{
background-color: #AD4065;
}
.BgClassName
{
background-color: #AD4065;
}
</style>
border-color css
<style>
span { border-color: #AD4065; }
span { border-color: rgb(173,64,101); }
td.TdClassName
{
border-color: #AD4065;
}
.TagClassName
{
border-color: #AD4065;
}
</style>