Shades of Rouge #A63E6D
Tints of Rouge #A63E6D
RGB
CMYK
RGB Variations
Color information
#A63E6D (or 0xA63E6D) is known color: Rouge. HEX triplet: A6, 3E and 6D. RGB value is (166,62,109). Sum of RGB (Red+Green+Blue) = 166+62+109=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63E6D is #59C192. Grayscale: #626262. Windows color (decimal): -5882259 or 7159462. OLE color: 7159462.
HSL color Cylindrical-coordinate representation of color #A63E6D: hue angle of 332.88º 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 #A63E6D is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 109 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.35 |
| HSL | 332.88º | 0.46% | 0.45% | - |
| HSV(B) | 332.88º | 0.63% | 0.65% | - |
| XYZ | 20.21 | 12.66 | 15.85 | - |
| YUV | 98.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 109 | 0 | 0.63 | 0.34 | 0.35 | 332.88 | 0.46 | 0.45 |
| Hex | A6 | 3E | 6D | 0 | 3F | 22 | 23 | 14D | 2E | 2D |
| Octal | 246 | 76 | 155 | 0 | 77 | 42 | 43 | 515 | 56 | 55 |
| Binary | 10100110 | 111110 | 1101101 | 0 | 111111 | 100010 | 100011 | 101001101 | 101110 | 101101 |
Color Harmonies of #A63E6D
Complementary color
Monochromatic Colors of #A63E6D
Black with #A63E6D
Text Example
Text Example
White with #A63E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63E6D; }
p { color: rgb(166,62,109); }
H1.HeaderClassName
{
color: #A63E6D;
}
.AnyTagClassName
{
color: #A63E6D;
}
</style>
background-color css
<style>
a { background-color: #A63E6D; }
a { background-color: rgb(166,62,109); }
div.DivClassName
{
background-color: #A63E6D;
}
.BgClassName
{
background-color: #A63E6D;
}
</style>
border-color css
<style>
span { border-color: #A63E6D; }
span { border-color: rgb(166,62,109); }
td.TdClassName
{
border-color: #A63E6D;
}
.TagClassName
{
border-color: #A63E6D;
}
</style>