Shades of Rouge #AD4064
Tints of Rouge #AD4064
RGB
CMYK
RGB Variations
Color information
#AD4064 (or 0xAD4064) is known color: Rouge. HEX triplet: AD, 40 and 64. RGB value is (173,64,100). Sum of RGB (Red+Green+Blue) = 173+64+100=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4064 is #52BF9B. Grayscale: #646464. Windows color (decimal): -5423004 or 6570157. OLE color: 6570157.
HSL color Cylindrical-coordinate representation of color #AD4064: hue angle of 340.18º 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 #AD4064 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 100 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.32 |
| HSL | 340.18º | 0.46% | 0.46% | - |
| HSV(B) | 340.18º | 0.63% | 0.68% | - |
| XYZ | 21.37 | 13.47 | 13.53 | - |
| YUV | 100.7 | 127.61 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 100 | 0 | 0.63 | 0.42 | 0.32 | 340.18 | 0.46 | 0.46 |
| Hex | AD | 40 | 64 | 0 | 3F | 2A | 20 | 154 | 2E | 2E |
| Octal | 255 | 100 | 144 | 0 | 77 | 52 | 40 | 524 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1100100 | 0 | 111111 | 101010 | 100000 | 101010100 | 101110 | 101110 |
Color Harmonies of #AD4064
Complementary color
Monochromatic Colors of #AD4064
Black with #AD4064
Text Example
Text Example
White with #AD4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4064; }
p { color: rgb(173,64,100); }
H1.HeaderClassName
{
color: #AD4064;
}
.AnyTagClassName
{
color: #AD4064;
}
</style>
background-color css
<style>
a { background-color: #AD4064; }
a { background-color: rgb(173,64,100); }
div.DivClassName
{
background-color: #AD4064;
}
.BgClassName
{
background-color: #AD4064;
}
</style>
border-color css
<style>
span { border-color: #AD4064; }
span { border-color: rgb(173,64,100); }
td.TdClassName
{
border-color: #AD4064;
}
.TagClassName
{
border-color: #AD4064;
}
</style>