Shades of Rouge #AD426A
Tints of Rouge #AD426A
RGB
CMYK
RGB Variations
Color information
#AD426A (or 0xAD426A) is known color: Rouge. HEX triplet: AD, 42 and 6A. RGB value is (173,66,106). Sum of RGB (Red+Green+Blue) = 173+66+106=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD426A is #52BD95. Grayscale: #666666. Windows color (decimal): -5422486 or 6963885. OLE color: 6963885.
HSL color Cylindrical-coordinate representation of color #AD426A: hue angle of 337.57º 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 #AD426A is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 106 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.32 |
| HSL | 337.57º | 0.45% | 0.47% | - |
| HSV(B) | 337.57º | 0.62% | 0.68% | - |
| XYZ | 21.78 | 13.82 | 15.16 | - |
| YUV | 102.55 | 129.95 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 106 | 0 | 0.62 | 0.39 | 0.32 | 337.57 | 0.45 | 0.47 |
| Hex | AD | 42 | 6A | 0 | 3E | 27 | 20 | 152 | 2D | 2F |
| Octal | 255 | 102 | 152 | 0 | 76 | 47 | 40 | 522 | 55 | 57 |
| Binary | 10101101 | 1000010 | 1101010 | 0 | 111110 | 100111 | 100000 | 101010010 | 101101 | 101111 |
Color Harmonies of #AD426A
Complementary color
Monochromatic Colors of #AD426A
Black with #AD426A
Text Example
Text Example
White with #AD426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD426A; }
p { color: rgb(173,66,106); }
H1.HeaderClassName
{
color: #AD426A;
}
.AnyTagClassName
{
color: #AD426A;
}
</style>
background-color css
<style>
a { background-color: #AD426A; }
a { background-color: rgb(173,66,106); }
div.DivClassName
{
background-color: #AD426A;
}
.BgClassName
{
background-color: #AD426A;
}
</style>
border-color css
<style>
span { border-color: #AD426A; }
span { border-color: rgb(173,66,106); }
td.TdClassName
{
border-color: #AD426A;
}
.TagClassName
{
border-color: #AD426A;
}
</style>