Shades of Rouge #A63E6B
Tints of Rouge #A63E6B
RGB
CMYK
RGB Variations
Color information
#A63E6B (or 0xA63E6B) is known color: Rouge. HEX triplet: A6, 3E and 6B. RGB value is (166,62,107). Sum of RGB (Red+Green+Blue) = 166+62+107=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63E6B is #59C194. Grayscale: #626262. Windows color (decimal): -5882261 or 7028390. OLE color: 7028390.
HSL color Cylindrical-coordinate representation of color #A63E6B: hue angle of 334.04º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63E6B is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 107 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.35 |
| HSL | 334.04º | 0.46% | 0.45% | - |
| HSV(B) | 334.04º | 0.63% | 0.65% | - |
| XYZ | 20.1 | 12.61 | 15.29 | - |
| YUV | 98.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 107 | 0 | 0.63 | 0.36 | 0.35 | 334.04 | 0.46 | 0.45 |
| Hex | A6 | 3E | 6B | 0 | 3F | 24 | 23 | 14E | 2E | 2D |
| Octal | 246 | 76 | 153 | 0 | 77 | 44 | 43 | 516 | 56 | 55 |
| Binary | 10100110 | 111110 | 1101011 | 0 | 111111 | 100100 | 100011 | 101001110 | 101110 | 101101 |
Color Harmonies of #A63E6B
Complementary color
Monochromatic Colors of #A63E6B
Black with #A63E6B
Text Example
Text Example
White with #A63E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63E6B; }
p { color: rgb(166,62,107); }
H1.HeaderClassName
{
color: #A63E6B;
}
.AnyTagClassName
{
color: #A63E6B;
}
</style>
background-color css
<style>
a { background-color: #A63E6B; }
a { background-color: rgb(166,62,107); }
div.DivClassName
{
background-color: #A63E6B;
}
.BgClassName
{
background-color: #A63E6B;
}
</style>
border-color css
<style>
span { border-color: #A63E6B; }
span { border-color: rgb(166,62,107); }
td.TdClassName
{
border-color: #A63E6B;
}
.TagClassName
{
border-color: #A63E6B;
}
</style>