Shades of Rouge #AD3967
Tints of Rouge #AD3967
RGB
CMYK
RGB Variations
Color information
#AD3967 (or 0xAD3967) is known color: Rouge. HEX triplet: AD, 39 and 67. RGB value is (173,57,103). Sum of RGB (Red+Green+Blue) = 173+57+103=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3967 is #52C698. Grayscale: #606060. Windows color (decimal): -5424793 or 6764973. OLE color: 6764973.
HSL color Cylindrical-coordinate representation of color #AD3967: hue angle of 336.21º 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 #AD3967 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 103 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.32 |
| HSL | 336.21º | 0.5% | 0.45% | - |
| HSV(B) | 336.21º | 0.67% | 0.68% | - |
| XYZ | 21.14 | 12.79 | 14.19 | - |
| YUV | 96.93 | 131.43 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 103 | 0 | 0.67 | 0.40 | 0.32 | 336.21 | 0.5 | 0.45 |
| Hex | AD | 39 | 67 | 0 | 43 | 28 | 20 | 150 | 32 | 2D |
| Octal | 255 | 71 | 147 | 0 | 103 | 50 | 40 | 520 | 62 | 55 |
| Binary | 10101101 | 111001 | 1100111 | 0 | 1000011 | 101000 | 100000 | 101010000 | 110010 | 101101 |
Color Harmonies of #AD3967
Complementary color
Monochromatic Colors of #AD3967
Black with #AD3967
Text Example
Text Example
White with #AD3967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3967; }
p { color: rgb(173,57,103); }
H1.HeaderClassName
{
color: #AD3967;
}
.AnyTagClassName
{
color: #AD3967;
}
</style>
background-color css
<style>
a { background-color: #AD3967; }
a { background-color: rgb(173,57,103); }
div.DivClassName
{
background-color: #AD3967;
}
.BgClassName
{
background-color: #AD3967;
}
</style>
border-color css
<style>
span { border-color: #AD3967; }
span { border-color: rgb(173,57,103); }
td.TdClassName
{
border-color: #AD3967;
}
.TagClassName
{
border-color: #AD3967;
}
</style>