Shades of Rouge #AD3464
Tints of Rouge #AD3464
RGB
CMYK
RGB Variations
Color information
#AD3464 (or 0xAD3464) is known color: Rouge. HEX triplet: AD, 34 and 64. RGB value is (173,52,100). Sum of RGB (Red+Green+Blue) = 173+52+100=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3464 is #52CB9B. Grayscale: #5D5D5D. Windows color (decimal): -5426076 or 6567085. OLE color: 6567085.
HSL color Cylindrical-coordinate representation of color #AD3464: hue angle of 336.2º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3464 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 100 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.32 |
| HSL | 336.2º | 0.54% | 0.44% | - |
| HSV(B) | 336.2º | 0.7% | 0.68% | - |
| XYZ | 20.76 | 12.26 | 13.33 | - |
| YUV | 93.65 | 131.59 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 100 | 0 | 0.70 | 0.42 | 0.32 | 336.2 | 0.54 | 0.44 |
| Hex | AD | 34 | 64 | 0 | 46 | 2A | 20 | 150 | 36 | 2C |
| Octal | 255 | 64 | 144 | 0 | 106 | 52 | 40 | 520 | 66 | 54 |
| Binary | 10101101 | 110100 | 1100100 | 0 | 1000110 | 101010 | 100000 | 101010000 | 110110 | 101100 |
Color Harmonies of #AD3464
Complementary color
Monochromatic Colors of #AD3464
Black with #AD3464
Text Example
Text Example
White with #AD3464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3464; }
p { color: rgb(173,52,100); }
H1.HeaderClassName
{
color: #AD3464;
}
.AnyTagClassName
{
color: #AD3464;
}
</style>
background-color css
<style>
a { background-color: #AD3464; }
a { background-color: rgb(173,52,100); }
div.DivClassName
{
background-color: #AD3464;
}
.BgClassName
{
background-color: #AD3464;
}
</style>
border-color css
<style>
span { border-color: #AD3464; }
span { border-color: rgb(173,52,100); }
td.TdClassName
{
border-color: #AD3464;
}
.TagClassName
{
border-color: #AD3464;
}
</style>