Shades of Rouge #A63673
Tints of Rouge #A63673
RGB
CMYK
RGB Variations
Color information
#A63673 (or 0xA63673) is known color: Rouge. HEX triplet: A6, 36 and 73. RGB value is (166,54,115). Sum of RGB (Red+Green+Blue) = 166+54+115=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A63673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63673 is #59C98C. Grayscale: #5E5E5E. Windows color (decimal): -5884301 or 7550630. OLE color: 7550630.
HSL color Cylindrical-coordinate representation of color #A63673: hue angle of 327.32º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63673 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 115 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.35 |
| HSL | 327.32º | 0.51% | 0.43% | - |
| HSV(B) | 327.32º | 0.67% | 0.65% | - |
| XYZ | 20.14 | 11.98 | 17.47 | - |
| YUV | 94.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 115 | 0 | 0.67 | 0.31 | 0.35 | 327.32 | 0.51 | 0.43 |
| Hex | A6 | 36 | 73 | 0 | 43 | 1F | 23 | 147 | 33 | 2B |
| Octal | 246 | 66 | 163 | 0 | 103 | 37 | 43 | 507 | 63 | 53 |
| Binary | 10100110 | 110110 | 1110011 | 0 | 1000011 | 11111 | 100011 | 101000111 | 110011 | 101011 |
Color Harmonies of #A63673
Complementary color
Monochromatic Colors of #A63673
Black with #A63673
Text Example
Text Example
White with #A63673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63673; }
p { color: rgb(166,54,115); }
H1.HeaderClassName
{
color: #A63673;
}
.AnyTagClassName
{
color: #A63673;
}
</style>
background-color css
<style>
a { background-color: #A63673; }
a { background-color: rgb(166,54,115); }
div.DivClassName
{
background-color: #A63673;
}
.BgClassName
{
background-color: #A63673;
}
</style>
border-color css
<style>
span { border-color: #A63673; }
span { border-color: rgb(166,54,115); }
td.TdClassName
{
border-color: #A63673;
}
.TagClassName
{
border-color: #A63673;
}
</style>