Shades of Rouge #AD296B
Tints of Rouge #AD296B
RGB
CMYK
RGB Variations
Color information
#AD296B (or 0xAD296B) is known color: Rouge. HEX triplet: AD, 29 and 6B. RGB value is (173,41,107). Sum of RGB (Red+Green+Blue) = 173+41+107=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD296B is #52D694. Grayscale: #575757. Windows color (decimal): -5428885 or 7023021. OLE color: 7023021.
HSL color Cylindrical-coordinate representation of color #AD296B: hue angle of 330º degrees, saturation: 0.62, 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 #AD296B is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 107 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.32 |
| HSL | 330º | 0.62% | 0.42% | - |
| HSV(B) | 330º | 0.76% | 0.68% | - |
| XYZ | 20.68 | 11.53 | 15.05 | - |
| YUV | 87.99 | 138.73 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 107 | 0 | 0.76 | 0.38 | 0.32 | 330 | 0.62 | 0.42 |
| Hex | AD | 29 | 6B | 0 | 4C | 26 | 20 | 14A | 3E | 2A |
| Octal | 255 | 51 | 153 | 0 | 114 | 46 | 40 | 512 | 76 | 52 |
| Binary | 10101101 | 101001 | 1101011 | 0 | 1001100 | 100110 | 100000 | 101001010 | 111110 | 101010 |
Color Harmonies of #AD296B
Complementary color
Monochromatic Colors of #AD296B
Black with #AD296B
Text Example
Text Example
White with #AD296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD296B; }
p { color: rgb(173,41,107); }
H1.HeaderClassName
{
color: #AD296B;
}
.AnyTagClassName
{
color: #AD296B;
}
</style>
background-color css
<style>
a { background-color: #AD296B; }
a { background-color: rgb(173,41,107); }
div.DivClassName
{
background-color: #AD296B;
}
.BgClassName
{
background-color: #AD296B;
}
</style>
border-color css
<style>
span { border-color: #AD296B; }
span { border-color: rgb(173,41,107); }
td.TdClassName
{
border-color: #AD296B;
}
.TagClassName
{
border-color: #AD296B;
}
</style>