Shades of Rouge #AD266B
Tints of Rouge #AD266B
RGB
CMYK
RGB Variations
Color information
#AD266B (or 0xAD266B) is known color: Rouge. HEX triplet: AD, 26 and 6B. RGB value is (173,38,107). Sum of RGB (Red+Green+Blue) = 173+38+107=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD266B is #52D994. Grayscale: #565656. Windows color (decimal): -5429653 or 7022253. OLE color: 7022253.
HSL color Cylindrical-coordinate representation of color #AD266B: hue angle of 329.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD266B is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 107 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.32 |
| HSL | 329.33º | 0.64% | 0.41% | - |
| HSV(B) | 329.33º | 0.78% | 0.68% | - |
| XYZ | 20.58 | 11.33 | 15.01 | - |
| YUV | 86.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 107 | 0 | 0.78 | 0.38 | 0.32 | 329.33 | 0.64 | 0.41 |
| Hex | AD | 26 | 6B | 0 | 4E | 26 | 20 | 149 | 40 | 29 |
| Octal | 255 | 46 | 153 | 0 | 116 | 46 | 40 | 511 | 100 | 51 |
| Binary | 10101101 | 100110 | 1101011 | 0 | 1001110 | 100110 | 100000 | 101001001 | 1000000 | 101001 |
Color Harmonies of #AD266B
Complementary color
Monochromatic Colors of #AD266B
Black with #AD266B
Text Example
Text Example
White with #AD266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD266B; }
p { color: rgb(173,38,107); }
H1.HeaderClassName
{
color: #AD266B;
}
.AnyTagClassName
{
color: #AD266B;
}
</style>
background-color css
<style>
a { background-color: #AD266B; }
a { background-color: rgb(173,38,107); }
div.DivClassName
{
background-color: #AD266B;
}
.BgClassName
{
background-color: #AD266B;
}
</style>
border-color css
<style>
span { border-color: #AD266B; }
span { border-color: rgb(173,38,107); }
td.TdClassName
{
border-color: #AD266B;
}
.TagClassName
{
border-color: #AD266B;
}
</style>