Shades of Rouge #A63661
Tints of Rouge #A63661
RGB
CMYK
RGB Variations
Color information
#A63661 (or 0xA63661) is known color: Rouge. HEX triplet: A6, 36 and 61. RGB value is (166,54,97). Sum of RGB (Red+Green+Blue) = 166+54+97=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A63661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63661 is #59C99E. Grayscale: #5C5C5C. Windows color (decimal): -5884319 or 6370982. OLE color: 6370982.
HSL color Cylindrical-coordinate representation of color #A63661: hue angle of 336.96º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63661 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 97 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.35 |
| HSL | 336.96º | 0.51% | 0.43% | - |
| HSV(B) | 336.96º | 0.67% | 0.65% | - |
| XYZ | 19.2 | 11.61 | 12.54 | - |
| YUV | 92.39 | 130.61 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 97 | 0 | 0.67 | 0.42 | 0.35 | 336.96 | 0.51 | 0.43 |
| Hex | A6 | 36 | 61 | 0 | 43 | 2A | 23 | 151 | 33 | 2B |
| Octal | 246 | 66 | 141 | 0 | 103 | 52 | 43 | 521 | 63 | 53 |
| Binary | 10100110 | 110110 | 1100001 | 0 | 1000011 | 101010 | 100011 | 101010001 | 110011 | 101011 |
Color Harmonies of #A63661
Complementary color
Monochromatic Colors of #A63661
Black with #A63661
Text Example
Text Example
White with #A63661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63661; }
p { color: rgb(166,54,97); }
H1.HeaderClassName
{
color: #A63661;
}
.AnyTagClassName
{
color: #A63661;
}
</style>
background-color css
<style>
a { background-color: #A63661; }
a { background-color: rgb(166,54,97); }
div.DivClassName
{
background-color: #A63661;
}
.BgClassName
{
background-color: #A63661;
}
</style>
border-color css
<style>
span { border-color: #A63661; }
span { border-color: rgb(166,54,97); }
td.TdClassName
{
border-color: #A63661;
}
.TagClassName
{
border-color: #A63661;
}
</style>