Shades of Rouge #AD2C6C
Tints of Rouge #AD2C6C
RGB
CMYK
RGB Variations
Color information
#AD2C6C (or 0xAD2C6C) is known color: Rouge. HEX triplet: AD, 2C and 6C. RGB value is (173,44,108). Sum of RGB (Red+Green+Blue) = 173+44+108=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2C6C is #52D393. Grayscale: #595959. Windows color (decimal): -5428116 or 7089325. OLE color: 7089325.
HSL color Cylindrical-coordinate representation of color #AD2C6C: hue angle of 330.23º 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 #AD2C6C is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 108 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.32 |
| HSL | 330.23º | 0.59% | 0.43% | - |
| HSV(B) | 330.23º | 0.75% | 0.68% | - |
| XYZ | 20.84 | 11.77 | 15.36 | - |
| YUV | 89.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 108 | 0 | 0.75 | 0.38 | 0.32 | 330.23 | 0.59 | 0.43 |
| Hex | AD | 2C | 6C | 0 | 4B | 26 | 20 | 14A | 3B | 2B |
| Octal | 255 | 54 | 154 | 0 | 113 | 46 | 40 | 512 | 73 | 53 |
| Binary | 10101101 | 101100 | 1101100 | 0 | 1001011 | 100110 | 100000 | 101001010 | 111011 | 101011 |
Color Harmonies of #AD2C6C
Complementary color
Monochromatic Colors of #AD2C6C
Black with #AD2C6C
Text Example
Text Example
White with #AD2C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C6C; }
p { color: rgb(173,44,108); }
H1.HeaderClassName
{
color: #AD2C6C;
}
.AnyTagClassName
{
color: #AD2C6C;
}
</style>
background-color css
<style>
a { background-color: #AD2C6C; }
a { background-color: rgb(173,44,108); }
div.DivClassName
{
background-color: #AD2C6C;
}
.BgClassName
{
background-color: #AD2C6C;
}
</style>
border-color css
<style>
span { border-color: #AD2C6C; }
span { border-color: rgb(173,44,108); }
td.TdClassName
{
border-color: #AD2C6C;
}
.TagClassName
{
border-color: #AD2C6C;
}
</style>