Shades of Rouge #AD456B
Tints of Rouge #AD456B
RGB
CMYK
RGB Variations
Color information
#AD456B (or 0xAD456B) is known color: Rouge. HEX triplet: AD, 45 and 6B. RGB value is (173,69,107). Sum of RGB (Red+Green+Blue) = 173+69+107=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD456B is #52BA94. Grayscale: #686868. Windows color (decimal): -5421717 or 7030189. OLE color: 7030189.
HSL color Cylindrical-coordinate representation of color #AD456B: hue angle of 338.08º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD456B is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 107 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.32 |
| HSL | 338.08º | 0.43% | 0.47% | - |
| HSV(B) | 338.08º | 0.6% | 0.68% | - |
| XYZ | 22.02 | 14.2 | 15.49 | - |
| YUV | 104.43 | 129.46 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 107 | 0 | 0.60 | 0.38 | 0.32 | 338.08 | 0.43 | 0.47 |
| Hex | AD | 45 | 6B | 0 | 3C | 26 | 20 | 152 | 2B | 2F |
| Octal | 255 | 105 | 153 | 0 | 74 | 46 | 40 | 522 | 53 | 57 |
| Binary | 10101101 | 1000101 | 1101011 | 0 | 111100 | 100110 | 100000 | 101010010 | 101011 | 101111 |
Color Harmonies of #AD456B
Complementary color
Monochromatic Colors of #AD456B
Black with #AD456B
Text Example
Text Example
White with #AD456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD456B; }
p { color: rgb(173,69,107); }
H1.HeaderClassName
{
color: #AD456B;
}
.AnyTagClassName
{
color: #AD456B;
}
</style>
background-color css
<style>
a { background-color: #AD456B; }
a { background-color: rgb(173,69,107); }
div.DivClassName
{
background-color: #AD456B;
}
.BgClassName
{
background-color: #AD456B;
}
</style>
border-color css
<style>
span { border-color: #AD456B; }
span { border-color: rgb(173,69,107); }
td.TdClassName
{
border-color: #AD456B;
}
.TagClassName
{
border-color: #AD456B;
}
</style>