Shades of Rouge #AD366D
Tints of Rouge #AD366D
RGB
CMYK
RGB Variations
Color information
#AD366D (or 0xAD366D) is known color: Rouge. HEX triplet: AD, 36 and 6D. RGB value is (173,54,109). Sum of RGB (Red+Green+Blue) = 173+54+109=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD366D is #52C992. Grayscale: #5F5F5F. Windows color (decimal): -5425555 or 7157421. OLE color: 7157421.
HSL color Cylindrical-coordinate representation of color #AD366D: hue angle of 332.27º 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 #AD366D is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 109 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.32 |
| HSL | 332.27º | 0.52% | 0.45% | - |
| HSV(B) | 332.27º | 0.69% | 0.68% | - |
| XYZ | 21.31 | 12.63 | 15.78 | - |
| YUV | 95.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 109 | 0 | 0.69 | 0.37 | 0.32 | 332.27 | 0.52 | 0.45 |
| Hex | AD | 36 | 6D | 0 | 45 | 25 | 20 | 14C | 34 | 2D |
| Octal | 255 | 66 | 155 | 0 | 105 | 45 | 40 | 514 | 64 | 55 |
| Binary | 10101101 | 110110 | 1101101 | 0 | 1000101 | 100101 | 100000 | 101001100 | 110100 | 101101 |
Color Harmonies of #AD366D
Complementary color
Monochromatic Colors of #AD366D
Black with #AD366D
Text Example
Text Example
White with #AD366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD366D; }
p { color: rgb(173,54,109); }
H1.HeaderClassName
{
color: #AD366D;
}
.AnyTagClassName
{
color: #AD366D;
}
</style>
background-color css
<style>
a { background-color: #AD366D; }
a { background-color: rgb(173,54,109); }
div.DivClassName
{
background-color: #AD366D;
}
.BgClassName
{
background-color: #AD366D;
}
</style>
border-color css
<style>
span { border-color: #AD366D; }
span { border-color: rgb(173,54,109); }
td.TdClassName
{
border-color: #AD366D;
}
.TagClassName
{
border-color: #AD366D;
}
</style>