Shades of Rouge #AD366A
Tints of Rouge #AD366A
RGB
CMYK
RGB Variations
Color information
#AD366A (or 0xAD366A) is known color: Rouge. HEX triplet: AD, 36 and 6A. RGB value is (173,54,106). Sum of RGB (Red+Green+Blue) = 173+54+106=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD366A is #52C995. Grayscale: #5F5F5F. Windows color (decimal): -5425558 or 6960813. OLE color: 6960813.
HSL color Cylindrical-coordinate representation of color #AD366A: hue angle of 333.78º 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 #AD366A is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 106 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.32 |
| HSL | 333.78º | 0.52% | 0.45% | - |
| HSV(B) | 333.78º | 0.69% | 0.68% | - |
| XYZ | 21.15 | 12.56 | 14.95 | - |
| YUV | 95.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 106 | 0 | 0.69 | 0.39 | 0.32 | 333.78 | 0.52 | 0.45 |
| Hex | AD | 36 | 6A | 0 | 45 | 27 | 20 | 14E | 34 | 2D |
| Octal | 255 | 66 | 152 | 0 | 105 | 47 | 40 | 516 | 64 | 55 |
| Binary | 10101101 | 110110 | 1101010 | 0 | 1000101 | 100111 | 100000 | 101001110 | 110100 | 101101 |
Color Harmonies of #AD366A
Complementary color
Monochromatic Colors of #AD366A
Black with #AD366A
Text Example
Text Example
White with #AD366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD366A; }
p { color: rgb(173,54,106); }
H1.HeaderClassName
{
color: #AD366A;
}
.AnyTagClassName
{
color: #AD366A;
}
</style>
background-color css
<style>
a { background-color: #AD366A; }
a { background-color: rgb(173,54,106); }
div.DivClassName
{
background-color: #AD366A;
}
.BgClassName
{
background-color: #AD366A;
}
</style>
border-color css
<style>
span { border-color: #AD366A; }
span { border-color: rgb(173,54,106); }
td.TdClassName
{
border-color: #AD366A;
}
.TagClassName
{
border-color: #AD366A;
}
</style>