Shades of Rouge #AD2B6A
Tints of Rouge #AD2B6A
RGB
CMYK
RGB Variations
Color information
#AD2B6A (or 0xAD2B6A) is known color: Rouge. HEX triplet: AD, 2B and 6A. RGB value is (173,43,106). Sum of RGB (Red+Green+Blue) = 173+43+106=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B6A is #52D495. Grayscale: #585858. Windows color (decimal): -5428374 or 6957997. OLE color: 6957997.
HSL color Cylindrical-coordinate representation of color #AD2B6A: hue angle of 330.92º 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 #AD2B6A is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 106 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.32 |
| HSL | 330.92º | 0.6% | 0.42% | - |
| HSV(B) | 330.92º | 0.75% | 0.68% | - |
| XYZ | 20.7 | 11.65 | 14.79 | - |
| YUV | 89.05 | 137.57 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 106 | 0 | 0.75 | 0.39 | 0.32 | 330.92 | 0.6 | 0.42 |
| Hex | AD | 2B | 6A | 0 | 4B | 27 | 20 | 14B | 3C | 2A |
| Octal | 255 | 53 | 152 | 0 | 113 | 47 | 40 | 513 | 74 | 52 |
| Binary | 10101101 | 101011 | 1101010 | 0 | 1001011 | 100111 | 100000 | 101001011 | 111100 | 101010 |
Color Harmonies of #AD2B6A
Complementary color
Monochromatic Colors of #AD2B6A
Black with #AD2B6A
Text Example
Text Example
White with #AD2B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B6A; }
p { color: rgb(173,43,106); }
H1.HeaderClassName
{
color: #AD2B6A;
}
.AnyTagClassName
{
color: #AD2B6A;
}
</style>
background-color css
<style>
a { background-color: #AD2B6A; }
a { background-color: rgb(173,43,106); }
div.DivClassName
{
background-color: #AD2B6A;
}
.BgClassName
{
background-color: #AD2B6A;
}
</style>
border-color css
<style>
span { border-color: #AD2B6A; }
span { border-color: rgb(173,43,106); }
td.TdClassName
{
border-color: #AD2B6A;
}
.TagClassName
{
border-color: #AD2B6A;
}
</style>