Shades of Rouge #AD365A
Tints of Rouge #AD365A
RGB
CMYK
RGB Variations
Color information
#AD365A (or 0xAD365A) is known color: Rouge. HEX triplet: AD, 36 and 5A. RGB value is (173,54,90). Sum of RGB (Red+Green+Blue) = 173+54+90=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD365A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD365A is #52C9A5. Grayscale: #5D5D5D. Windows color (decimal): -5425574 or 5912237. OLE color: 5912237.
HSL color Cylindrical-coordinate representation of color #AD365A: hue angle of 341.85º 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 #AD365A is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 90 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.32 |
| HSL | 341.85º | 0.52% | 0.45% | - |
| HSV(B) | 341.85º | 0.69% | 0.68% | - |
| XYZ | 20.4 | 12.26 | 10.96 | - |
| YUV | 93.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 90 | 0 | 0.69 | 0.48 | 0.32 | 341.85 | 0.52 | 0.45 |
| Hex | AD | 36 | 5A | 0 | 45 | 30 | 20 | 156 | 34 | 2D |
| Octal | 255 | 66 | 132 | 0 | 105 | 60 | 40 | 526 | 64 | 55 |
| Binary | 10101101 | 110110 | 1011010 | 0 | 1000101 | 110000 | 100000 | 101010110 | 110100 | 101101 |
Color Harmonies of #AD365A
Complementary color
Monochromatic Colors of #AD365A
Black with #AD365A
Text Example
Text Example
White with #AD365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD365A; }
p { color: rgb(173,54,90); }
H1.HeaderClassName
{
color: #AD365A;
}
.AnyTagClassName
{
color: #AD365A;
}
</style>
background-color css
<style>
a { background-color: #AD365A; }
a { background-color: rgb(173,54,90); }
div.DivClassName
{
background-color: #AD365A;
}
.BgClassName
{
background-color: #AD365A;
}
</style>
border-color css
<style>
span { border-color: #AD365A; }
span { border-color: rgb(173,54,90); }
td.TdClassName
{
border-color: #AD365A;
}
.TagClassName
{
border-color: #AD365A;
}
</style>