Shades of Rouge #AD2B6E
Tints of Rouge #AD2B6E
RGB
CMYK
RGB Variations
Color information
#AD2B6E (or 0xAD2B6E) is known color: Rouge. HEX triplet: AD, 2B and 6E. RGB value is (173,43,110). Sum of RGB (Red+Green+Blue) = 173+43+110=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B6E is #52D491. Grayscale: #595959. Windows color (decimal): -5428370 or 7220141. OLE color: 7220141.
HSL color Cylindrical-coordinate representation of color #AD2B6E: hue angle of 329.08º 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 #AD2B6E is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 110 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.32 |
| HSL | 329.08º | 0.6% | 0.42% | - |
| HSV(B) | 329.08º | 0.75% | 0.68% | - |
| XYZ | 20.91 | 11.74 | 15.92 | - |
| YUV | 89.51 | 139.57 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 110 | 0 | 0.75 | 0.36 | 0.32 | 329.08 | 0.6 | 0.42 |
| Hex | AD | 2B | 6E | 0 | 4B | 24 | 20 | 149 | 3C | 2A |
| Octal | 255 | 53 | 156 | 0 | 113 | 44 | 40 | 511 | 74 | 52 |
| Binary | 10101101 | 101011 | 1101110 | 0 | 1001011 | 100100 | 100000 | 101001001 | 111100 | 101010 |
Color Harmonies of #AD2B6E
Complementary color
Monochromatic Colors of #AD2B6E
Black with #AD2B6E
Text Example
Text Example
White with #AD2B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B6E; }
p { color: rgb(173,43,110); }
H1.HeaderClassName
{
color: #AD2B6E;
}
.AnyTagClassName
{
color: #AD2B6E;
}
</style>
background-color css
<style>
a { background-color: #AD2B6E; }
a { background-color: rgb(173,43,110); }
div.DivClassName
{
background-color: #AD2B6E;
}
.BgClassName
{
background-color: #AD2B6E;
}
</style>
border-color css
<style>
span { border-color: #AD2B6E; }
span { border-color: rgb(173,43,110); }
td.TdClassName
{
border-color: #AD2B6E;
}
.TagClassName
{
border-color: #AD2B6E;
}
</style>