Shades of Rouge #AD2B6D
Tints of Rouge #AD2B6D
RGB
CMYK
RGB Variations
Color information
#AD2B6D (or 0xAD2B6D) is known color: Rouge. HEX triplet: AD, 2B and 6D. RGB value is (173,43,109). Sum of RGB (Red+Green+Blue) = 173+43+109=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B6D is #52D492. Grayscale: #595959. Windows color (decimal): -5428371 or 7154605. OLE color: 7154605.
HSL color Cylindrical-coordinate representation of color #AD2B6D: hue angle of 329.54º 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 #AD2B6D is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 109 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.32 |
| HSL | 329.54º | 0.6% | 0.42% | - |
| HSV(B) | 329.54º | 0.75% | 0.68% | - |
| XYZ | 20.86 | 11.72 | 15.63 | - |
| YUV | 89.39 | 139.07 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 109 | 0 | 0.75 | 0.37 | 0.32 | 329.54 | 0.6 | 0.42 |
| Hex | AD | 2B | 6D | 0 | 4B | 25 | 20 | 14A | 3C | 2A |
| Octal | 255 | 53 | 155 | 0 | 113 | 45 | 40 | 512 | 74 | 52 |
| Binary | 10101101 | 101011 | 1101101 | 0 | 1001011 | 100101 | 100000 | 101001010 | 111100 | 101010 |
Color Harmonies of #AD2B6D
Complementary color
Monochromatic Colors of #AD2B6D
Black with #AD2B6D
Text Example
Text Example
White with #AD2B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B6D; }
p { color: rgb(173,43,109); }
H1.HeaderClassName
{
color: #AD2B6D;
}
.AnyTagClassName
{
color: #AD2B6D;
}
</style>
background-color css
<style>
a { background-color: #AD2B6D; }
a { background-color: rgb(173,43,109); }
div.DivClassName
{
background-color: #AD2B6D;
}
.BgClassName
{
background-color: #AD2B6D;
}
</style>
border-color css
<style>
span { border-color: #AD2B6D; }
span { border-color: rgb(173,43,109); }
td.TdClassName
{
border-color: #AD2B6D;
}
.TagClassName
{
border-color: #AD2B6D;
}
</style>