Shades of Rouge #AD2A5C
Tints of Rouge #AD2A5C
RGB
CMYK
RGB Variations
Color information
#AD2A5C (or 0xAD2A5C) is known color: Rouge. HEX triplet: AD, 2A and 5C. RGB value is (173,42,92). Sum of RGB (Red+Green+Blue) = 173+42+92=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2A5C is #52D5A3. Grayscale: #565656. Windows color (decimal): -5428644 or 6040237. OLE color: 6040237.
HSL color Cylindrical-coordinate representation of color #AD2A5C: hue angle of 337.1º 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 #AD2A5C is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 92 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.32 |
| HSL | 337.1º | 0.61% | 0.42% | - |
| HSV(B) | 337.1º | 0.76% | 0.68% | - |
| XYZ | 19.99 | 11.31 | 11.26 | - |
| YUV | 86.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 92 | 0 | 0.76 | 0.47 | 0.32 | 337.1 | 0.61 | 0.42 |
| Hex | AD | 2A | 5C | 0 | 4C | 2F | 20 | 151 | 3D | 2A |
| Octal | 255 | 52 | 134 | 0 | 114 | 57 | 40 | 521 | 75 | 52 |
| Binary | 10101101 | 101010 | 1011100 | 0 | 1001100 | 101111 | 100000 | 101010001 | 111101 | 101010 |
Color Harmonies of #AD2A5C
Complementary color
Monochromatic Colors of #AD2A5C
Black with #AD2A5C
Text Example
Text Example
White with #AD2A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A5C; }
p { color: rgb(173,42,92); }
H1.HeaderClassName
{
color: #AD2A5C;
}
.AnyTagClassName
{
color: #AD2A5C;
}
</style>
background-color css
<style>
a { background-color: #AD2A5C; }
a { background-color: rgb(173,42,92); }
div.DivClassName
{
background-color: #AD2A5C;
}
.BgClassName
{
background-color: #AD2A5C;
}
</style>
border-color css
<style>
span { border-color: #AD2A5C; }
span { border-color: rgb(173,42,92); }
td.TdClassName
{
border-color: #AD2A5C;
}
.TagClassName
{
border-color: #AD2A5C;
}
</style>