Shades of Rouge #AD376B
Tints of Rouge #AD376B
RGB
CMYK
RGB Variations
Color information
#AD376B (or 0xAD376B) is known color: Rouge. HEX triplet: AD, 37 and 6B. RGB value is (173,55,107). Sum of RGB (Red+Green+Blue) = 173+55+107=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD376B is #52C894. Grayscale: #606060. Windows color (decimal): -5425301 or 7026605. OLE color: 7026605.
HSL color Cylindrical-coordinate representation of color #AD376B: hue angle of 333.56º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD376B is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 107 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.32 |
| HSL | 333.56º | 0.52% | 0.45% | - |
| HSV(B) | 333.56º | 0.68% | 0.68% | - |
| XYZ | 21.25 | 12.68 | 15.24 | - |
| YUV | 96.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 107 | 0 | 0.68 | 0.38 | 0.32 | 333.56 | 0.52 | 0.45 |
| Hex | AD | 37 | 6B | 0 | 44 | 26 | 20 | 14E | 34 | 2D |
| Octal | 255 | 67 | 153 | 0 | 104 | 46 | 40 | 516 | 64 | 55 |
| Binary | 10101101 | 110111 | 1101011 | 0 | 1000100 | 100110 | 100000 | 101001110 | 110100 | 101101 |
Color Harmonies of #AD376B
Complementary color
Monochromatic Colors of #AD376B
Black with #AD376B
Text Example
Text Example
White with #AD376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD376B; }
p { color: rgb(173,55,107); }
H1.HeaderClassName
{
color: #AD376B;
}
.AnyTagClassName
{
color: #AD376B;
}
</style>
background-color css
<style>
a { background-color: #AD376B; }
a { background-color: rgb(173,55,107); }
div.DivClassName
{
background-color: #AD376B;
}
.BgClassName
{
background-color: #AD376B;
}
</style>
border-color css
<style>
span { border-color: #AD376B; }
span { border-color: rgb(173,55,107); }
td.TdClassName
{
border-color: #AD376B;
}
.TagClassName
{
border-color: #AD376B;
}
</style>