Shades of Rouge #A63F65
Tints of Rouge #A63F65
RGB
CMYK
RGB Variations
Color information
#A63F65 (or 0xA63F65) is known color: Rouge. HEX triplet: A6, 3F and 65. RGB value is (166,63,101). Sum of RGB (Red+Green+Blue) = 166+63+101=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63F65 is #59C09A. Grayscale: #626262. Windows color (decimal): -5882011 or 6635430. OLE color: 6635430.
HSL color Cylindrical-coordinate representation of color #A63F65: hue angle of 337.86º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A63F65 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 63 | 101 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.35 |
| HSL | 337.86º | 0.45% | 0.45% | - |
| HSV(B) | 337.86º | 0.62% | 0.65% | - |
| XYZ | 19.85 | 12.6 | 13.7 | - |
| YUV | 98.13 | 129.62 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 101 | 0 | 0.62 | 0.39 | 0.35 | 337.86 | 0.45 | 0.45 |
| Hex | A6 | 3F | 65 | 0 | 3E | 27 | 23 | 152 | 2D | 2D |
| Octal | 246 | 77 | 145 | 0 | 76 | 47 | 43 | 522 | 55 | 55 |
| Binary | 10100110 | 111111 | 1100101 | 0 | 111110 | 100111 | 100011 | 101010010 | 101101 | 101101 |
Color Harmonies of #A63F65
Complementary color
Monochromatic Colors of #A63F65
Black with #A63F65
Text Example
Text Example
White with #A63F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63F65; }
p { color: rgb(166,63,101); }
H1.HeaderClassName
{
color: #A63F65;
}
.AnyTagClassName
{
color: #A63F65;
}
</style>
background-color css
<style>
a { background-color: #A63F65; }
a { background-color: rgb(166,63,101); }
div.DivClassName
{
background-color: #A63F65;
}
.BgClassName
{
background-color: #A63F65;
}
</style>
border-color css
<style>
span { border-color: #A63F65; }
span { border-color: rgb(166,63,101); }
td.TdClassName
{
border-color: #A63F65;
}
.TagClassName
{
border-color: #A63F65;
}
</style>