Shades of Rouge #AD2664
Tints of Rouge #AD2664
RGB
CMYK
RGB Variations
Color information
#AD2664 (or 0xAD2664) is known color: Rouge. HEX triplet: AD, 26 and 64. RGB value is (173,38,100). Sum of RGB (Red+Green+Blue) = 173+38+100=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2664 is #52D99B. Grayscale: #555555. Windows color (decimal): -5429660 or 6563501. OLE color: 6563501.
HSL color Cylindrical-coordinate representation of color #AD2664: hue angle of 332.44º 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 #AD2664 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 100 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.32 |
| HSL | 332.44º | 0.64% | 0.41% | - |
| HSV(B) | 332.44º | 0.78% | 0.68% | - |
| XYZ | 20.23 | 11.19 | 13.15 | - |
| YUV | 85.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 100 | 0 | 0.78 | 0.42 | 0.32 | 332.44 | 0.64 | 0.41 |
| Hex | AD | 26 | 64 | 0 | 4E | 2A | 20 | 14C | 40 | 29 |
| Octal | 255 | 46 | 144 | 0 | 116 | 52 | 40 | 514 | 100 | 51 |
| Binary | 10101101 | 100110 | 1100100 | 0 | 1001110 | 101010 | 100000 | 101001100 | 1000000 | 101001 |
Color Harmonies of #AD2664
Complementary color
Monochromatic Colors of #AD2664
Black with #AD2664
Text Example
Text Example
White with #AD2664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2664; }
p { color: rgb(173,38,100); }
H1.HeaderClassName
{
color: #AD2664;
}
.AnyTagClassName
{
color: #AD2664;
}
</style>
background-color css
<style>
a { background-color: #AD2664; }
a { background-color: rgb(173,38,100); }
div.DivClassName
{
background-color: #AD2664;
}
.BgClassName
{
background-color: #AD2664;
}
</style>
border-color css
<style>
span { border-color: #AD2664; }
span { border-color: rgb(173,38,100); }
td.TdClassName
{
border-color: #AD2664;
}
.TagClassName
{
border-color: #AD2664;
}
</style>