Shades of Rouge #AD3665
Tints of Rouge #AD3665
RGB
CMYK
RGB Variations
Color information
#AD3665 (or 0xAD3665) is known color: Rouge. HEX triplet: AD, 36 and 65. RGB value is (173,54,101). Sum of RGB (Red+Green+Blue) = 173+54+101=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3665 is #52C99A. Grayscale: #5E5E5E. Windows color (decimal): -5425563 or 6633133. OLE color: 6633133.
HSL color Cylindrical-coordinate representation of color #AD3665: hue angle of 336.3º 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 #AD3665 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 101 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.32 |
| HSL | 336.3º | 0.52% | 0.45% | - |
| HSV(B) | 336.3º | 0.69% | 0.68% | - |
| XYZ | 20.9 | 12.46 | 13.62 | - |
| YUV | 94.94 | 131.42 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 101 | 0 | 0.69 | 0.42 | 0.32 | 336.3 | 0.52 | 0.45 |
| Hex | AD | 36 | 65 | 0 | 45 | 2A | 20 | 150 | 34 | 2D |
| Octal | 255 | 66 | 145 | 0 | 105 | 52 | 40 | 520 | 64 | 55 |
| Binary | 10101101 | 110110 | 1100101 | 0 | 1000101 | 101010 | 100000 | 101010000 | 110100 | 101101 |
Color Harmonies of #AD3665
Complementary color
Monochromatic Colors of #AD3665
Black with #AD3665
Text Example
Text Example
White with #AD3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3665; }
p { color: rgb(173,54,101); }
H1.HeaderClassName
{
color: #AD3665;
}
.AnyTagClassName
{
color: #AD3665;
}
</style>
background-color css
<style>
a { background-color: #AD3665; }
a { background-color: rgb(173,54,101); }
div.DivClassName
{
background-color: #AD3665;
}
.BgClassName
{
background-color: #AD3665;
}
</style>
border-color css
<style>
span { border-color: #AD3665; }
span { border-color: rgb(173,54,101); }
td.TdClassName
{
border-color: #AD3665;
}
.TagClassName
{
border-color: #AD3665;
}
</style>