Shades of Rouge #AD2C6E
Tints of Rouge #AD2C6E
RGB
CMYK
RGB Variations
Color information
#AD2C6E (or 0xAD2C6E) is known color: Rouge. HEX triplet: AD, 2C and 6E. RGB value is (173,44,110). Sum of RGB (Red+Green+Blue) = 173+44+110=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2C6E is #52D391. Grayscale: #595959. Windows color (decimal): -5428114 or 7220397. OLE color: 7220397.
HSL color Cylindrical-coordinate representation of color #AD2C6E: hue angle of 329.3º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2C6E is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 110 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.32 |
| HSL | 329.3º | 0.59% | 0.43% | - |
| HSV(B) | 329.3º | 0.75% | 0.68% | - |
| XYZ | 20.95 | 11.81 | 15.93 | - |
| YUV | 90.1 | 139.24 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 110 | 0 | 0.75 | 0.36 | 0.32 | 329.3 | 0.59 | 0.43 |
| Hex | AD | 2C | 6E | 0 | 4B | 24 | 20 | 149 | 3B | 2B |
| Octal | 255 | 54 | 156 | 0 | 113 | 44 | 40 | 511 | 73 | 53 |
| Binary | 10101101 | 101100 | 1101110 | 0 | 1001011 | 100100 | 100000 | 101001001 | 111011 | 101011 |
Color Harmonies of #AD2C6E
Complementary color
Monochromatic Colors of #AD2C6E
Black with #AD2C6E
Text Example
Text Example
White with #AD2C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C6E; }
p { color: rgb(173,44,110); }
H1.HeaderClassName
{
color: #AD2C6E;
}
.AnyTagClassName
{
color: #AD2C6E;
}
</style>
background-color css
<style>
a { background-color: #AD2C6E; }
a { background-color: rgb(173,44,110); }
div.DivClassName
{
background-color: #AD2C6E;
}
.BgClassName
{
background-color: #AD2C6E;
}
</style>
border-color css
<style>
span { border-color: #AD2C6E; }
span { border-color: rgb(173,44,110); }
td.TdClassName
{
border-color: #AD2C6E;
}
.TagClassName
{
border-color: #AD2C6E;
}
</style>