Shades of Rouge #AD426B
Tints of Rouge #AD426B
RGB
CMYK
RGB Variations
Color information
#AD426B (or 0xAD426B) is known color: Rouge. HEX triplet: AD, 42 and 6B. RGB value is (173,66,107). Sum of RGB (Red+Green+Blue) = 173+66+107=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD426B is #52BD94. Grayscale: #666666. Windows color (decimal): -5422485 or 7029421. OLE color: 7029421.
HSL color Cylindrical-coordinate representation of color #AD426B: hue angle of 337.01º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD426B is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 107 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.32 |
| HSL | 337.01º | 0.45% | 0.47% | - |
| HSV(B) | 337.01º | 0.62% | 0.68% | - |
| XYZ | 21.84 | 13.84 | 15.43 | - |
| YUV | 102.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 107 | 0 | 0.62 | 0.38 | 0.32 | 337.01 | 0.45 | 0.47 |
| Hex | AD | 42 | 6B | 0 | 3E | 26 | 20 | 151 | 2D | 2F |
| Octal | 255 | 102 | 153 | 0 | 76 | 46 | 40 | 521 | 55 | 57 |
| Binary | 10101101 | 1000010 | 1101011 | 0 | 111110 | 100110 | 100000 | 101010001 | 101101 | 101111 |
Color Harmonies of #AD426B
Complementary color
Monochromatic Colors of #AD426B
Black with #AD426B
Text Example
Text Example
White with #AD426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD426B; }
p { color: rgb(173,66,107); }
H1.HeaderClassName
{
color: #AD426B;
}
.AnyTagClassName
{
color: #AD426B;
}
</style>
background-color css
<style>
a { background-color: #AD426B; }
a { background-color: rgb(173,66,107); }
div.DivClassName
{
background-color: #AD426B;
}
.BgClassName
{
background-color: #AD426B;
}
</style>
border-color css
<style>
span { border-color: #AD426B; }
span { border-color: rgb(173,66,107); }
td.TdClassName
{
border-color: #AD426B;
}
.TagClassName
{
border-color: #AD426B;
}
</style>