Shades of Rouge #AD416F
Tints of Rouge #AD416F
RGB
CMYK
RGB Variations
Color information
#AD416F (or 0xAD416F) is known color: Rouge. HEX triplet: AD, 41 and 6F. RGB value is (173,65,111). Sum of RGB (Red+Green+Blue) = 173+65+111=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD416F is #52BE90. Grayscale: #666666. Windows color (decimal): -5422737 or 7291309. OLE color: 7291309.
HSL color Cylindrical-coordinate representation of color #AD416F: hue angle of 334.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD416F is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 111 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.32 |
| HSL | 334.44º | 0.45% | 0.47% | - |
| HSV(B) | 334.44º | 0.62% | 0.68% | - |
| XYZ | 21.99 | 13.81 | 16.55 | - |
| YUV | 102.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 111 | 0 | 0.62 | 0.36 | 0.32 | 334.44 | 0.45 | 0.47 |
| Hex | AD | 41 | 6F | 0 | 3E | 24 | 20 | 14E | 2D | 2F |
| Octal | 255 | 101 | 157 | 0 | 76 | 44 | 40 | 516 | 55 | 57 |
| Binary | 10101101 | 1000001 | 1101111 | 0 | 111110 | 100100 | 100000 | 101001110 | 101101 | 101111 |
Color Harmonies of #AD416F
Complementary color
Monochromatic Colors of #AD416F
Black with #AD416F
Text Example
Text Example
White with #AD416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD416F; }
p { color: rgb(173,65,111); }
H1.HeaderClassName
{
color: #AD416F;
}
.AnyTagClassName
{
color: #AD416F;
}
</style>
background-color css
<style>
a { background-color: #AD416F; }
a { background-color: rgb(173,65,111); }
div.DivClassName
{
background-color: #AD416F;
}
.BgClassName
{
background-color: #AD416F;
}
</style>
border-color css
<style>
span { border-color: #AD416F; }
span { border-color: rgb(173,65,111); }
td.TdClassName
{
border-color: #AD416F;
}
.TagClassName
{
border-color: #AD416F;
}
</style>