Shades of Rouge #AD415E
Tints of Rouge #AD415E
RGB
CMYK
RGB Variations
Color information
#AD415E (or 0xAD415E) is known color: Rouge. HEX triplet: AD, 41 and 5E. RGB value is (173,65,94). Sum of RGB (Red+Green+Blue) = 173+65+94=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD415E is #52BEA1. Grayscale: #646464. Windows color (decimal): -5422754 or 6177197. OLE color: 6177197.
HSL color Cylindrical-coordinate representation of color #AD415E: hue angle of 343.89º 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 #AD415E is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 94 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.32 |
| HSL | 343.89º | 0.45% | 0.47% | - |
| HSV(B) | 343.89º | 0.62% | 0.68% | - |
| XYZ | 21.14 | 13.47 | 12.08 | - |
| YUV | 100.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 94 | 0 | 0.62 | 0.46 | 0.32 | 343.89 | 0.45 | 0.47 |
| Hex | AD | 41 | 5E | 0 | 3E | 2E | 20 | 158 | 2D | 2F |
| Octal | 255 | 101 | 136 | 0 | 76 | 56 | 40 | 530 | 55 | 57 |
| Binary | 10101101 | 1000001 | 1011110 | 0 | 111110 | 101110 | 100000 | 101011000 | 101101 | 101111 |
Color Harmonies of #AD415E
Complementary color
Monochromatic Colors of #AD415E
Black with #AD415E
Text Example
Text Example
White with #AD415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD415E; }
p { color: rgb(173,65,94); }
H1.HeaderClassName
{
color: #AD415E;
}
.AnyTagClassName
{
color: #AD415E;
}
</style>
background-color css
<style>
a { background-color: #AD415E; }
a { background-color: rgb(173,65,94); }
div.DivClassName
{
background-color: #AD415E;
}
.BgClassName
{
background-color: #AD415E;
}
</style>
border-color css
<style>
span { border-color: #AD415E; }
span { border-color: rgb(173,65,94); }
td.TdClassName
{
border-color: #AD415E;
}
.TagClassName
{
border-color: #AD415E;
}
</style>