Shades of Rouge #AD3169
Tints of Rouge #AD3169
RGB
CMYK
RGB Variations
Color information
#AD3169 (or 0xAD3169) is known color: Rouge. HEX triplet: AD, 31 and 69. RGB value is (173,49,105). Sum of RGB (Red+Green+Blue) = 173+49+105=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3169 is #52CE96. Grayscale: #5C5C5C. Windows color (decimal): -5426839 or 6893997. OLE color: 6893997.
HSL color Cylindrical-coordinate representation of color #AD3169: hue angle of 332.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3169 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 105 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.32 |
| HSL | 332.9º | 0.56% | 0.44% | - |
| HSV(B) | 332.9º | 0.72% | 0.68% | - |
| XYZ | 20.88 | 12.1 | 14.6 | - |
| YUV | 92.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 105 | 0 | 0.72 | 0.39 | 0.32 | 332.9 | 0.56 | 0.44 |
| Hex | AD | 31 | 69 | 0 | 48 | 27 | 20 | 14D | 38 | 2C |
| Octal | 255 | 61 | 151 | 0 | 110 | 47 | 40 | 515 | 70 | 54 |
| Binary | 10101101 | 110001 | 1101001 | 0 | 1001000 | 100111 | 100000 | 101001101 | 111000 | 101100 |
Color Harmonies of #AD3169
Complementary color
Monochromatic Colors of #AD3169
Black with #AD3169
Text Example
Text Example
White with #AD3169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3169; }
p { color: rgb(173,49,105); }
H1.HeaderClassName
{
color: #AD3169;
}
.AnyTagClassName
{
color: #AD3169;
}
</style>
background-color css
<style>
a { background-color: #AD3169; }
a { background-color: rgb(173,49,105); }
div.DivClassName
{
background-color: #AD3169;
}
.BgClassName
{
background-color: #AD3169;
}
</style>
border-color css
<style>
span { border-color: #AD3169; }
span { border-color: rgb(173,49,105); }
td.TdClassName
{
border-color: #AD3169;
}
.TagClassName
{
border-color: #AD3169;
}
</style>