Shades of Rouge #AD2B66
Tints of Rouge #AD2B66
RGB
CMYK
RGB Variations
Color information
#AD2B66 (or 0xAD2B66) is known color: Rouge. HEX triplet: AD, 2B and 66. RGB value is (173,43,102). Sum of RGB (Red+Green+Blue) = 173+43+102=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B66 is #52D499. Grayscale: #585858. Windows color (decimal): -5428378 or 6695853. OLE color: 6695853.
HSL color Cylindrical-coordinate representation of color #AD2B66: hue angle of 332.77º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2B66 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 102 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.32 |
| HSL | 332.77º | 0.6% | 0.42% | - |
| HSV(B) | 332.77º | 0.75% | 0.68% | - |
| XYZ | 20.5 | 11.57 | 13.72 | - |
| YUV | 88.6 | 135.57 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 102 | 0 | 0.75 | 0.41 | 0.32 | 332.77 | 0.6 | 0.42 |
| Hex | AD | 2B | 66 | 0 | 4B | 29 | 20 | 14D | 3C | 2A |
| Octal | 255 | 53 | 146 | 0 | 113 | 51 | 40 | 515 | 74 | 52 |
| Binary | 10101101 | 101011 | 1100110 | 0 | 1001011 | 101001 | 100000 | 101001101 | 111100 | 101010 |
Color Harmonies of #AD2B66
Complementary color
Monochromatic Colors of #AD2B66
Black with #AD2B66
Text Example
Text Example
White with #AD2B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B66; }
p { color: rgb(173,43,102); }
H1.HeaderClassName
{
color: #AD2B66;
}
.AnyTagClassName
{
color: #AD2B66;
}
</style>
background-color css
<style>
a { background-color: #AD2B66; }
a { background-color: rgb(173,43,102); }
div.DivClassName
{
background-color: #AD2B66;
}
.BgClassName
{
background-color: #AD2B66;
}
</style>
border-color css
<style>
span { border-color: #AD2B66; }
span { border-color: rgb(173,43,102); }
td.TdClassName
{
border-color: #AD2B66;
}
.TagClassName
{
border-color: #AD2B66;
}
</style>