Shades of Rouge #A63863
Tints of Rouge #A63863
RGB
CMYK
RGB Variations
Color information
#A63863 (or 0xA63863) is known color: Rouge. HEX triplet: A6, 38 and 63. RGB value is (166,56,99). Sum of RGB (Red+Green+Blue) = 166+56+99=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A63863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63863 is #59C79C. Grayscale: #5D5D5D. Windows color (decimal): -5883805 or 6502566. OLE color: 6502566.
HSL color Cylindrical-coordinate representation of color #A63863: hue angle of 336.55º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63863 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 56 | 99 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.35 |
| HSL | 336.55º | 0.5% | 0.44% | - |
| HSV(B) | 336.55º | 0.66% | 0.65% | - |
| XYZ | 19.39 | 11.84 | 13.07 | - |
| YUV | 93.79 | 130.94 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 99 | 0 | 0.66 | 0.40 | 0.35 | 336.55 | 0.5 | 0.44 |
| Hex | A6 | 38 | 63 | 0 | 42 | 28 | 23 | 151 | 32 | 2C |
| Octal | 246 | 70 | 143 | 0 | 102 | 50 | 43 | 521 | 62 | 54 |
| Binary | 10100110 | 111000 | 1100011 | 0 | 1000010 | 101000 | 100011 | 101010001 | 110010 | 101100 |
Color Harmonies of #A63863
Complementary color
Monochromatic Colors of #A63863
Black with #A63863
Text Example
Text Example
White with #A63863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63863; }
p { color: rgb(166,56,99); }
H1.HeaderClassName
{
color: #A63863;
}
.AnyTagClassName
{
color: #A63863;
}
</style>
background-color css
<style>
a { background-color: #A63863; }
a { background-color: rgb(166,56,99); }
div.DivClassName
{
background-color: #A63863;
}
.BgClassName
{
background-color: #A63863;
}
</style>
border-color css
<style>
span { border-color: #A63863; }
span { border-color: rgb(166,56,99); }
td.TdClassName
{
border-color: #A63863;
}
.TagClassName
{
border-color: #A63863;
}
</style>