Shades of Rouge #AD395F
Tints of Rouge #AD395F
RGB
CMYK
RGB Variations
Color information
#AD395F (or 0xAD395F) is known color: Rouge. HEX triplet: AD, 39 and 5F. RGB value is (173,57,95). Sum of RGB (Red+Green+Blue) = 173+57+95=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD395F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD395F is #52C6A0. Grayscale: #5F5F5F. Windows color (decimal): -5424801 or 6240685. OLE color: 6240685.
HSL color Cylindrical-coordinate representation of color #AD395F: hue angle of 340.34º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD395F is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 95 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.32 |
| HSL | 340.34º | 0.5% | 0.45% | - |
| HSV(B) | 340.34º | 0.67% | 0.68% | - |
| XYZ | 20.76 | 12.64 | 12.17 | - |
| YUV | 96.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 95 | 0 | 0.67 | 0.45 | 0.32 | 340.34 | 0.5 | 0.45 |
| Hex | AD | 39 | 5F | 0 | 43 | 2D | 20 | 154 | 32 | 2D |
| Octal | 255 | 71 | 137 | 0 | 103 | 55 | 40 | 524 | 62 | 55 |
| Binary | 10101101 | 111001 | 1011111 | 0 | 1000011 | 101101 | 100000 | 101010100 | 110010 | 101101 |
Color Harmonies of #AD395F
Complementary color
Monochromatic Colors of #AD395F
Black with #AD395F
Text Example
Text Example
White with #AD395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD395F; }
p { color: rgb(173,57,95); }
H1.HeaderClassName
{
color: #AD395F;
}
.AnyTagClassName
{
color: #AD395F;
}
</style>
background-color css
<style>
a { background-color: #AD395F; }
a { background-color: rgb(173,57,95); }
div.DivClassName
{
background-color: #AD395F;
}
.BgClassName
{
background-color: #AD395F;
}
</style>
border-color css
<style>
span { border-color: #AD395F; }
span { border-color: rgb(173,57,95); }
td.TdClassName
{
border-color: #AD395F;
}
.TagClassName
{
border-color: #AD395F;
}
</style>