Shades of Rouge #AD2A6E
Tints of Rouge #AD2A6E
RGB
CMYK
RGB Variations
Color information
#AD2A6E (or 0xAD2A6E) is known color: Rouge. HEX triplet: AD, 2A and 6E. RGB value is (173,42,110). Sum of RGB (Red+Green+Blue) = 173+42+110=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2A6E is #52D591. Grayscale: #585858. Windows color (decimal): -5428626 or 7219885. OLE color: 7219885.
HSL color Cylindrical-coordinate representation of color #AD2A6E: hue angle of 328.85º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2A6E is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 110 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.32 |
| HSL | 328.85º | 0.61% | 0.42% | - |
| HSV(B) | 328.85º | 0.76% | 0.68% | - |
| XYZ | 20.88 | 11.67 | 15.9 | - |
| YUV | 88.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 110 | 0 | 0.76 | 0.36 | 0.32 | 328.85 | 0.61 | 0.42 |
| Hex | AD | 2A | 6E | 0 | 4C | 24 | 20 | 149 | 3D | 2A |
| Octal | 255 | 52 | 156 | 0 | 114 | 44 | 40 | 511 | 75 | 52 |
| Binary | 10101101 | 101010 | 1101110 | 0 | 1001100 | 100100 | 100000 | 101001001 | 111101 | 101010 |
Color Harmonies of #AD2A6E
Complementary color
Monochromatic Colors of #AD2A6E
Black with #AD2A6E
Text Example
Text Example
White with #AD2A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A6E; }
p { color: rgb(173,42,110); }
H1.HeaderClassName
{
color: #AD2A6E;
}
.AnyTagClassName
{
color: #AD2A6E;
}
</style>
background-color css
<style>
a { background-color: #AD2A6E; }
a { background-color: rgb(173,42,110); }
div.DivClassName
{
background-color: #AD2A6E;
}
.BgClassName
{
background-color: #AD2A6E;
}
</style>
border-color css
<style>
span { border-color: #AD2A6E; }
span { border-color: rgb(173,42,110); }
td.TdClassName
{
border-color: #AD2A6E;
}
.TagClassName
{
border-color: #AD2A6E;
}
</style>