Shades of Rouge #AD295F
Tints of Rouge #AD295F
RGB
CMYK
RGB Variations
Color information
#AD295F (or 0xAD295F) is known color: Rouge. HEX triplet: AD, 29 and 5F. RGB value is (173,41,95). Sum of RGB (Red+Green+Blue) = 173+41+95=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD295F is #52D6A0. Grayscale: #565656. Windows color (decimal): -5428897 or 6236589. OLE color: 6236589.
HSL color Cylindrical-coordinate representation of color #AD295F: hue angle of 335.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD295F is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 95 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.32 |
| HSL | 335.45º | 0.62% | 0.42% | - |
| HSV(B) | 335.45º | 0.76% | 0.68% | - |
| XYZ | 20.09 | 11.3 | 11.95 | - |
| YUV | 86.62 | 132.73 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 95 | 0 | 0.76 | 0.45 | 0.32 | 335.45 | 0.62 | 0.42 |
| Hex | AD | 29 | 5F | 0 | 4C | 2D | 20 | 14F | 3E | 2A |
| Octal | 255 | 51 | 137 | 0 | 114 | 55 | 40 | 517 | 76 | 52 |
| Binary | 10101101 | 101001 | 1011111 | 0 | 1001100 | 101101 | 100000 | 101001111 | 111110 | 101010 |
Color Harmonies of #AD295F
Complementary color
Monochromatic Colors of #AD295F
Black with #AD295F
Text Example
Text Example
White with #AD295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD295F; }
p { color: rgb(173,41,95); }
H1.HeaderClassName
{
color: #AD295F;
}
.AnyTagClassName
{
color: #AD295F;
}
</style>
background-color css
<style>
a { background-color: #AD295F; }
a { background-color: rgb(173,41,95); }
div.DivClassName
{
background-color: #AD295F;
}
.BgClassName
{
background-color: #AD295F;
}
</style>
border-color css
<style>
span { border-color: #AD295F; }
span { border-color: rgb(173,41,95); }
td.TdClassName
{
border-color: #AD295F;
}
.TagClassName
{
border-color: #AD295F;
}
</style>