Shades of Rouge #AD3468
Tints of Rouge #AD3468
RGB
CMYK
RGB Variations
Color information
#AD3468 (or 0xAD3468) is known color: Rouge. HEX triplet: AD, 34 and 68. RGB value is (173,52,104). Sum of RGB (Red+Green+Blue) = 173+52+104=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3468 is #52CB97. Grayscale: #5E5E5E. Windows color (decimal): -5426072 or 6829229. OLE color: 6829229.
HSL color Cylindrical-coordinate representation of color #AD3468: hue angle of 334.21º 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 #AD3468 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 104 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.32 |
| HSL | 334.21º | 0.54% | 0.44% | - |
| HSV(B) | 334.21º | 0.7% | 0.68% | - |
| XYZ | 20.96 | 12.34 | 14.37 | - |
| YUV | 94.11 | 133.59 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 104 | 0 | 0.70 | 0.40 | 0.32 | 334.21 | 0.54 | 0.44 |
| Hex | AD | 34 | 68 | 0 | 46 | 28 | 20 | 14E | 36 | 2C |
| Octal | 255 | 64 | 150 | 0 | 106 | 50 | 40 | 516 | 66 | 54 |
| Binary | 10101101 | 110100 | 1101000 | 0 | 1000110 | 101000 | 100000 | 101001110 | 110110 | 101100 |
Color Harmonies of #AD3468
Complementary color
Monochromatic Colors of #AD3468
Black with #AD3468
Text Example
Text Example
White with #AD3468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3468; }
p { color: rgb(173,52,104); }
H1.HeaderClassName
{
color: #AD3468;
}
.AnyTagClassName
{
color: #AD3468;
}
</style>
background-color css
<style>
a { background-color: #AD3468; }
a { background-color: rgb(173,52,104); }
div.DivClassName
{
background-color: #AD3468;
}
.BgClassName
{
background-color: #AD3468;
}
</style>
border-color css
<style>
span { border-color: #AD3468; }
span { border-color: rgb(173,52,104); }
td.TdClassName
{
border-color: #AD3468;
}
.TagClassName
{
border-color: #AD3468;
}
</style>