Shades of Rouge #A63061
Tints of Rouge #A63061
RGB
CMYK
RGB Variations
Color information
#A63061 (or 0xA63061) is known color: Rouge. HEX triplet: A6, 30 and 61. RGB value is (166,48,97). Sum of RGB (Red+Green+Blue) = 166+48+97=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A63061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63061 is #59CF9E. Grayscale: #585858. Windows color (decimal): -5885855 or 6369446. OLE color: 6369446.
HSL color Cylindrical-coordinate representation of color #A63061: hue angle of 335.08º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A63061 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 97 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.35 |
| HSL | 335.08º | 0.55% | 0.42% | - |
| HSV(B) | 335.08º | 0.71% | 0.65% | - |
| XYZ | 18.94 | 11.08 | 12.45 | - |
| YUV | 88.87 | 132.59 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 97 | 0 | 0.71 | 0.42 | 0.35 | 335.08 | 0.55 | 0.42 |
| Hex | A6 | 30 | 61 | 0 | 47 | 2A | 23 | 14F | 37 | 2A |
| Octal | 246 | 60 | 141 | 0 | 107 | 52 | 43 | 517 | 67 | 52 |
| Binary | 10100110 | 110000 | 1100001 | 0 | 1000111 | 101010 | 100011 | 101001111 | 110111 | 101010 |
Color Harmonies of #A63061
Complementary color
Monochromatic Colors of #A63061
Black with #A63061
Text Example
Text Example
White with #A63061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63061; }
p { color: rgb(166,48,97); }
H1.HeaderClassName
{
color: #A63061;
}
.AnyTagClassName
{
color: #A63061;
}
</style>
background-color css
<style>
a { background-color: #A63061; }
a { background-color: rgb(166,48,97); }
div.DivClassName
{
background-color: #A63061;
}
.BgClassName
{
background-color: #A63061;
}
</style>
border-color css
<style>
span { border-color: #A63061; }
span { border-color: rgb(166,48,97); }
td.TdClassName
{
border-color: #A63061;
}
.TagClassName
{
border-color: #A63061;
}
</style>