Shades of Rouge #AD3867
Tints of Rouge #AD3867
RGB
CMYK
RGB Variations
Color information
#AD3867 (or 0xAD3867) is known color: Rouge. HEX triplet: AD, 38 and 67. RGB value is (173,56,103). Sum of RGB (Red+Green+Blue) = 173+56+103=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3867 is #52C798. Grayscale: #606060. Windows color (decimal): -5425049 or 6764717. OLE color: 6764717.
HSL color Cylindrical-coordinate representation of color #AD3867: hue angle of 335.9º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3867 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 103 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.32 |
| HSL | 335.9º | 0.51% | 0.45% | - |
| HSV(B) | 335.9º | 0.68% | 0.68% | - |
| XYZ | 21.1 | 12.69 | 14.17 | - |
| YUV | 96.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 103 | 0 | 0.68 | 0.40 | 0.32 | 335.9 | 0.51 | 0.45 |
| Hex | AD | 38 | 67 | 0 | 44 | 28 | 20 | 150 | 33 | 2D |
| Octal | 255 | 70 | 147 | 0 | 104 | 50 | 40 | 520 | 63 | 55 |
| Binary | 10101101 | 111000 | 1100111 | 0 | 1000100 | 101000 | 100000 | 101010000 | 110011 | 101101 |
Color Harmonies of #AD3867
Complementary color
Monochromatic Colors of #AD3867
Black with #AD3867
Text Example
Text Example
White with #AD3867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3867; }
p { color: rgb(173,56,103); }
H1.HeaderClassName
{
color: #AD3867;
}
.AnyTagClassName
{
color: #AD3867;
}
</style>
background-color css
<style>
a { background-color: #AD3867; }
a { background-color: rgb(173,56,103); }
div.DivClassName
{
background-color: #AD3867;
}
.BgClassName
{
background-color: #AD3867;
}
</style>
border-color css
<style>
span { border-color: #AD3867; }
span { border-color: rgb(173,56,103); }
td.TdClassName
{
border-color: #AD3867;
}
.TagClassName
{
border-color: #AD3867;
}
</style>