Shades of Rouge #AD4068
Tints of Rouge #AD4068
RGB
CMYK
RGB Variations
Color information
#AD4068 (or 0xAD4068) is known color: Rouge. HEX triplet: AD, 40 and 68. RGB value is (173,64,104). Sum of RGB (Red+Green+Blue) = 173+64+104=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4068 is #52BF97. Grayscale: #656565. Windows color (decimal): -5423000 or 6832301. OLE color: 6832301.
HSL color Cylindrical-coordinate representation of color #AD4068: hue angle of 337.98º 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 #AD4068 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 104 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.32 |
| HSL | 337.98º | 0.46% | 0.46% | - |
| HSV(B) | 337.98º | 0.63% | 0.68% | - |
| XYZ | 21.57 | 13.55 | 14.58 | - |
| YUV | 101.15 | 129.61 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 104 | 0 | 0.63 | 0.40 | 0.32 | 337.98 | 0.46 | 0.46 |
| Hex | AD | 40 | 68 | 0 | 3F | 28 | 20 | 152 | 2E | 2E |
| Octal | 255 | 100 | 150 | 0 | 77 | 50 | 40 | 522 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1101000 | 0 | 111111 | 101000 | 100000 | 101010010 | 101110 | 101110 |
Color Harmonies of #AD4068
Complementary color
Monochromatic Colors of #AD4068
Black with #AD4068
Text Example
Text Example
White with #AD4068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4068; }
p { color: rgb(173,64,104); }
H1.HeaderClassName
{
color: #AD4068;
}
.AnyTagClassName
{
color: #AD4068;
}
</style>
background-color css
<style>
a { background-color: #AD4068; }
a { background-color: rgb(173,64,104); }
div.DivClassName
{
background-color: #AD4068;
}
.BgClassName
{
background-color: #AD4068;
}
</style>
border-color css
<style>
span { border-color: #AD4068; }
span { border-color: rgb(173,64,104); }
td.TdClassName
{
border-color: #AD4068;
}
.TagClassName
{
border-color: #AD4068;
}
</style>