Shades of Rouge #AD2662
Tints of Rouge #AD2662
RGB
CMYK
RGB Variations
Color information
#AD2662 (or 0xAD2662) is known color: Rouge. HEX triplet: AD, 26 and 62. RGB value is (173,38,98). Sum of RGB (Red+Green+Blue) = 173+38+98=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2662 is #52D99D. Grayscale: #555555. Windows color (decimal): -5429662 or 6432429. OLE color: 6432429.
HSL color Cylindrical-coordinate representation of color #AD2662: hue angle of 333.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2662 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 98 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.32 |
| HSL | 333.33º | 0.64% | 0.41% | - |
| HSV(B) | 333.33º | 0.78% | 0.68% | - |
| XYZ | 20.13 | 11.15 | 12.65 | - |
| YUV | 85.21 | 135.23 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 98 | 0 | 0.78 | 0.43 | 0.32 | 333.33 | 0.64 | 0.41 |
| Hex | AD | 26 | 62 | 0 | 4E | 2B | 20 | 14D | 40 | 29 |
| Octal | 255 | 46 | 142 | 0 | 116 | 53 | 40 | 515 | 100 | 51 |
| Binary | 10101101 | 100110 | 1100010 | 0 | 1001110 | 101011 | 100000 | 101001101 | 1000000 | 101001 |
Color Harmonies of #AD2662
Complementary color
Monochromatic Colors of #AD2662
Black with #AD2662
Text Example
Text Example
White with #AD2662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2662; }
p { color: rgb(173,38,98); }
H1.HeaderClassName
{
color: #AD2662;
}
.AnyTagClassName
{
color: #AD2662;
}
</style>
background-color css
<style>
a { background-color: #AD2662; }
a { background-color: rgb(173,38,98); }
div.DivClassName
{
background-color: #AD2662;
}
.BgClassName
{
background-color: #AD2662;
}
</style>
border-color css
<style>
span { border-color: #AD2662; }
span { border-color: rgb(173,38,98); }
td.TdClassName
{
border-color: #AD2662;
}
.TagClassName
{
border-color: #AD2662;
}
</style>