Shades of Rouge #A63764
Tints of Rouge #A63764
RGB
CMYK
RGB Variations
Color information
#A63764 (or 0xA63764) is known color: Rouge. HEX triplet: A6, 37 and 64. RGB value is (166,55,100). Sum of RGB (Red+Green+Blue) = 166+55+100=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A63764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63764 is #59C89B. Grayscale: #5D5D5D. Windows color (decimal): -5884060 or 6567846. OLE color: 6567846.
HSL color Cylindrical-coordinate representation of color #A63764: hue angle of 335.68º degrees, saturation: 0.5, 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 #A63764 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 55 | 100 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.35 |
| HSL | 335.68º | 0.5% | 0.43% | - |
| HSV(B) | 335.68º | 0.67% | 0.65% | - |
| XYZ | 19.39 | 11.76 | 13.3 | - |
| YUV | 93.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 100 | 0 | 0.67 | 0.40 | 0.35 | 335.68 | 0.5 | 0.43 |
| Hex | A6 | 37 | 64 | 0 | 43 | 28 | 23 | 150 | 32 | 2B |
| Octal | 246 | 67 | 144 | 0 | 103 | 50 | 43 | 520 | 62 | 53 |
| Binary | 10100110 | 110111 | 1100100 | 0 | 1000011 | 101000 | 100011 | 101010000 | 110010 | 101011 |
Color Harmonies of #A63764
Complementary color
Monochromatic Colors of #A63764
Black with #A63764
Text Example
Text Example
White with #A63764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63764; }
p { color: rgb(166,55,100); }
H1.HeaderClassName
{
color: #A63764;
}
.AnyTagClassName
{
color: #A63764;
}
</style>
background-color css
<style>
a { background-color: #A63764; }
a { background-color: rgb(166,55,100); }
div.DivClassName
{
background-color: #A63764;
}
.BgClassName
{
background-color: #A63764;
}
</style>
border-color css
<style>
span { border-color: #A63764; }
span { border-color: rgb(166,55,100); }
td.TdClassName
{
border-color: #A63764;
}
.TagClassName
{
border-color: #A63764;
}
</style>