Shades of Rouge #A63F68
Tints of Rouge #A63F68
RGB
CMYK
RGB Variations
Color information
#A63F68 (or 0xA63F68) is known color: Rouge. HEX triplet: A6, 3F and 68. RGB value is (166,63,104). Sum of RGB (Red+Green+Blue) = 166+63+104=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63F68 is #59C097. Grayscale: #626262. Windows color (decimal): -5882008 or 6832038. OLE color: 6832038.
HSL color Cylindrical-coordinate representation of color #A63F68: hue angle of 336.12º 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 #A63F68 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 63 | 104 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.35 |
| HSL | 336.12º | 0.45% | 0.45% | - |
| HSV(B) | 336.12º | 0.62% | 0.65% | - |
| XYZ | 20 | 12.66 | 14.49 | - |
| YUV | 98.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 104 | 0 | 0.62 | 0.37 | 0.35 | 336.12 | 0.45 | 0.45 |
| Hex | A6 | 3F | 68 | 0 | 3E | 25 | 23 | 150 | 2D | 2D |
| Octal | 246 | 77 | 150 | 0 | 76 | 45 | 43 | 520 | 55 | 55 |
| Binary | 10100110 | 111111 | 1101000 | 0 | 111110 | 100101 | 100011 | 101010000 | 101101 | 101101 |
Color Harmonies of #A63F68
Complementary color
Monochromatic Colors of #A63F68
Black with #A63F68
Text Example
Text Example
White with #A63F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63F68; }
p { color: rgb(166,63,104); }
H1.HeaderClassName
{
color: #A63F68;
}
.AnyTagClassName
{
color: #A63F68;
}
</style>
background-color css
<style>
a { background-color: #A63F68; }
a { background-color: rgb(166,63,104); }
div.DivClassName
{
background-color: #A63F68;
}
.BgClassName
{
background-color: #A63F68;
}
</style>
border-color css
<style>
span { border-color: #A63F68; }
span { border-color: rgb(166,63,104); }
td.TdClassName
{
border-color: #A63F68;
}
.TagClassName
{
border-color: #A63F68;
}
</style>