Shades of Rouge #AD2666
Tints of Rouge #AD2666
RGB
CMYK
RGB Variations
Color information
#AD2666 (or 0xAD2666) is known color: Rouge. HEX triplet: AD, 26 and 66. RGB value is (173,38,102). Sum of RGB (Red+Green+Blue) = 173+38+102=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2666 is #52D999. Grayscale: #555555. Windows color (decimal): -5429658 or 6694573. OLE color: 6694573.
HSL color Cylindrical-coordinate representation of color #AD2666: hue angle of 331.56º 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 #AD2666 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 102 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.32 |
| HSL | 331.56º | 0.64% | 0.41% | - |
| HSV(B) | 331.56º | 0.78% | 0.68% | - |
| XYZ | 20.32 | 11.23 | 13.67 | - |
| YUV | 85.66 | 137.23 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 102 | 0 | 0.78 | 0.41 | 0.32 | 331.56 | 0.64 | 0.41 |
| Hex | AD | 26 | 66 | 0 | 4E | 29 | 20 | 14C | 40 | 29 |
| Octal | 255 | 46 | 146 | 0 | 116 | 51 | 40 | 514 | 100 | 51 |
| Binary | 10101101 | 100110 | 1100110 | 0 | 1001110 | 101001 | 100000 | 101001100 | 1000000 | 101001 |
Color Harmonies of #AD2666
Complementary color
Monochromatic Colors of #AD2666
Black with #AD2666
Text Example
Text Example
White with #AD2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2666; }
p { color: rgb(173,38,102); }
H1.HeaderClassName
{
color: #AD2666;
}
.AnyTagClassName
{
color: #AD2666;
}
</style>
background-color css
<style>
a { background-color: #AD2666; }
a { background-color: rgb(173,38,102); }
div.DivClassName
{
background-color: #AD2666;
}
.BgClassName
{
background-color: #AD2666;
}
</style>
border-color css
<style>
span { border-color: #AD2666; }
span { border-color: rgb(173,38,102); }
td.TdClassName
{
border-color: #AD2666;
}
.TagClassName
{
border-color: #AD2666;
}
</style>