Shades of Rouge #AD2B6C
Tints of Rouge #AD2B6C
RGB
CMYK
RGB Variations
Color information
#AD2B6C (or 0xAD2B6C) is known color: Rouge. HEX triplet: AD, 2B and 6C. RGB value is (173,43,108). Sum of RGB (Red+Green+Blue) = 173+43+108=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B6C is #52D493. Grayscale: #595959. Windows color (decimal): -5428372 or 7089069. OLE color: 7089069.
HSL color Cylindrical-coordinate representation of color #AD2B6C: hue angle of 330º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2B6C is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 108 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.32 |
| HSL | 330º | 0.6% | 0.42% | - |
| HSV(B) | 330º | 0.75% | 0.68% | - |
| XYZ | 20.8 | 11.69 | 15.35 | - |
| YUV | 89.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 108 | 0 | 0.75 | 0.38 | 0.32 | 330 | 0.6 | 0.42 |
| Hex | AD | 2B | 6C | 0 | 4B | 26 | 20 | 14A | 3C | 2A |
| Octal | 255 | 53 | 154 | 0 | 113 | 46 | 40 | 512 | 74 | 52 |
| Binary | 10101101 | 101011 | 1101100 | 0 | 1001011 | 100110 | 100000 | 101001010 | 111100 | 101010 |
Color Harmonies of #AD2B6C
Complementary color
Monochromatic Colors of #AD2B6C
Black with #AD2B6C
Text Example
Text Example
White with #AD2B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B6C; }
p { color: rgb(173,43,108); }
H1.HeaderClassName
{
color: #AD2B6C;
}
.AnyTagClassName
{
color: #AD2B6C;
}
</style>
background-color css
<style>
a { background-color: #AD2B6C; }
a { background-color: rgb(173,43,108); }
div.DivClassName
{
background-color: #AD2B6C;
}
.BgClassName
{
background-color: #AD2B6C;
}
</style>
border-color css
<style>
span { border-color: #AD2B6C; }
span { border-color: rgb(173,43,108); }
td.TdClassName
{
border-color: #AD2B6C;
}
.TagClassName
{
border-color: #AD2B6C;
}
</style>