Shades of Rouge #AD3D68
Tints of Rouge #AD3D68
RGB
CMYK
RGB Variations
Color information
#AD3D68 (or 0xAD3D68) is known color: Rouge. HEX triplet: AD, 3D and 68. RGB value is (173,61,104). Sum of RGB (Red+Green+Blue) = 173+61+104=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3D68 is #52C297. Grayscale: #636363. Windows color (decimal): -5423768 or 6831533. OLE color: 6831533.
HSL color Cylindrical-coordinate representation of color #AD3D68: hue angle of 336.96º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3D68 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 104 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.32 |
| HSL | 336.96º | 0.48% | 0.46% | - |
| HSV(B) | 336.96º | 0.65% | 0.68% | - |
| XYZ | 21.4 | 13.22 | 14.52 | - |
| YUV | 99.39 | 130.61 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 104 | 0 | 0.65 | 0.40 | 0.32 | 336.96 | 0.48 | 0.46 |
| Hex | AD | 3D | 68 | 0 | 41 | 28 | 20 | 151 | 30 | 2E |
| Octal | 255 | 75 | 150 | 0 | 101 | 50 | 40 | 521 | 60 | 56 |
| Binary | 10101101 | 111101 | 1101000 | 0 | 1000001 | 101000 | 100000 | 101010001 | 110000 | 101110 |
Color Harmonies of #AD3D68
Complementary color
Monochromatic Colors of #AD3D68
Black with #AD3D68
Text Example
Text Example
White with #AD3D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D68; }
p { color: rgb(173,61,104); }
H1.HeaderClassName
{
color: #AD3D68;
}
.AnyTagClassName
{
color: #AD3D68;
}
</style>
background-color css
<style>
a { background-color: #AD3D68; }
a { background-color: rgb(173,61,104); }
div.DivClassName
{
background-color: #AD3D68;
}
.BgClassName
{
background-color: #AD3D68;
}
</style>
border-color css
<style>
span { border-color: #AD3D68; }
span { border-color: rgb(173,61,104); }
td.TdClassName
{
border-color: #AD3D68;
}
.TagClassName
{
border-color: #AD3D68;
}
</style>