Shades of Rouge #A64163
Tints of Rouge #A64163
RGB
CMYK
RGB Variations
Color information
#A64163 (or 0xA64163) is known color: Rouge. HEX triplet: A6, 41 and 63. RGB value is (166,65,99). Sum of RGB (Red+Green+Blue) = 166+65+99=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A64163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64163 is #59BE9C. Grayscale: #636363. Windows color (decimal): -5881501 or 6504870. OLE color: 6504870.
HSL color Cylindrical-coordinate representation of color #A64163: hue angle of 339.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64163 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 99 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.35 |
| HSL | 339.8º | 0.44% | 0.45% | - |
| HSV(B) | 339.8º | 0.61% | 0.65% | - |
| XYZ | 19.87 | 12.79 | 13.23 | - |
| YUV | 99.08 | 127.96 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 99 | 0 | 0.61 | 0.40 | 0.35 | 339.8 | 0.44 | 0.45 |
| Hex | A6 | 41 | 63 | 0 | 3D | 28 | 23 | 154 | 2C | 2D |
| Octal | 246 | 101 | 143 | 0 | 75 | 50 | 43 | 524 | 54 | 55 |
| Binary | 10100110 | 1000001 | 1100011 | 0 | 111101 | 101000 | 100011 | 101010100 | 101100 | 101101 |
Color Harmonies of #A64163
Complementary color
Monochromatic Colors of #A64163
Black with #A64163
Text Example
Text Example
White with #A64163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64163; }
p { color: rgb(166,65,99); }
H1.HeaderClassName
{
color: #A64163;
}
.AnyTagClassName
{
color: #A64163;
}
</style>
background-color css
<style>
a { background-color: #A64163; }
a { background-color: rgb(166,65,99); }
div.DivClassName
{
background-color: #A64163;
}
.BgClassName
{
background-color: #A64163;
}
</style>
border-color css
<style>
span { border-color: #A64163; }
span { border-color: rgb(166,65,99); }
td.TdClassName
{
border-color: #A64163;
}
.TagClassName
{
border-color: #A64163;
}
</style>