Shades of Rouge #A63D70
Tints of Rouge #A63D70
RGB
CMYK
RGB Variations
Color information
#A63D70 (or 0xA63D70) is known color: Rouge. HEX triplet: A6, 3D and 70. RGB value is (166,61,112). Sum of RGB (Red+Green+Blue) = 166+61+112=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63D70 is #59C28F. Grayscale: #626262. Windows color (decimal): -5882512 or 7355814. OLE color: 7355814.
HSL color Cylindrical-coordinate representation of color #A63D70: hue angle of 330.86º 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 #A63D70 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 61 | 112 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.35 |
| HSL | 330.86º | 0.46% | 0.45% | - |
| HSV(B) | 330.86º | 0.63% | 0.65% | - |
| XYZ | 20.32 | 12.61 | 16.69 | - |
| YUV | 98.21 | 135.79 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 112 | 0 | 0.63 | 0.33 | 0.35 | 330.86 | 0.46 | 0.45 |
| Hex | A6 | 3D | 70 | 0 | 3F | 21 | 23 | 14B | 2E | 2D |
| Octal | 246 | 75 | 160 | 0 | 77 | 41 | 43 | 513 | 56 | 55 |
| Binary | 10100110 | 111101 | 1110000 | 0 | 111111 | 100001 | 100011 | 101001011 | 101110 | 101101 |
Color Harmonies of #A63D70
Complementary color
Monochromatic Colors of #A63D70
Black with #A63D70
Text Example
Text Example
White with #A63D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63D70; }
p { color: rgb(166,61,112); }
H1.HeaderClassName
{
color: #A63D70;
}
.AnyTagClassName
{
color: #A63D70;
}
</style>
background-color css
<style>
a { background-color: #A63D70; }
a { background-color: rgb(166,61,112); }
div.DivClassName
{
background-color: #A63D70;
}
.BgClassName
{
background-color: #A63D70;
}
</style>
border-color css
<style>
span { border-color: #A63D70; }
span { border-color: rgb(166,61,112); }
td.TdClassName
{
border-color: #A63D70;
}
.TagClassName
{
border-color: #A63D70;
}
</style>