Shades of Rouge #AD366C
Tints of Rouge #AD366C
RGB
CMYK
RGB Variations
Color information
#AD366C (or 0xAD366C) is known color: Rouge. HEX triplet: AD, 36 and 6C. RGB value is (173,54,108). Sum of RGB (Red+Green+Blue) = 173+54+108=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD366C is #52C993. Grayscale: #5F5F5F. Windows color (decimal): -5425556 or 7091885. OLE color: 7091885.
HSL color Cylindrical-coordinate representation of color #AD366C: hue angle of 332.77º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD366C is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 108 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.32 |
| HSL | 332.77º | 0.52% | 0.45% | - |
| HSV(B) | 332.77º | 0.69% | 0.68% | - |
| XYZ | 21.26 | 12.61 | 15.5 | - |
| YUV | 95.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 108 | 0 | 0.69 | 0.38 | 0.32 | 332.77 | 0.52 | 0.45 |
| Hex | AD | 36 | 6C | 0 | 45 | 26 | 20 | 14D | 34 | 2D |
| Octal | 255 | 66 | 154 | 0 | 105 | 46 | 40 | 515 | 64 | 55 |
| Binary | 10101101 | 110110 | 1101100 | 0 | 1000101 | 100110 | 100000 | 101001101 | 110100 | 101101 |
Color Harmonies of #AD366C
Complementary color
Monochromatic Colors of #AD366C
Black with #AD366C
Text Example
Text Example
White with #AD366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD366C; }
p { color: rgb(173,54,108); }
H1.HeaderClassName
{
color: #AD366C;
}
.AnyTagClassName
{
color: #AD366C;
}
</style>
background-color css
<style>
a { background-color: #AD366C; }
a { background-color: rgb(173,54,108); }
div.DivClassName
{
background-color: #AD366C;
}
.BgClassName
{
background-color: #AD366C;
}
</style>
border-color css
<style>
span { border-color: #AD366C; }
span { border-color: rgb(173,54,108); }
td.TdClassName
{
border-color: #AD366C;
}
.TagClassName
{
border-color: #AD366C;
}
</style>