Shades of Rouge #A64363
Tints of Rouge #A64363
RGB
CMYK
RGB Variations
Color information
#A64363 (or 0xA64363) is known color: Rouge. HEX triplet: A6, 43 and 63. RGB value is (166,67,99). Sum of RGB (Red+Green+Blue) = 166+67+99=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A64363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64363 is #59BC9C. Grayscale: #646464. Windows color (decimal): -5880989 or 6505382. OLE color: 6505382.
HSL color Cylindrical-coordinate representation of color #A64363: hue angle of 340.61º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64363 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 99 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.35 |
| HSL | 340.61º | 0.42% | 0.46% | - |
| HSV(B) | 340.61º | 0.6% | 0.65% | - |
| XYZ | 19.99 | 13.02 | 13.26 | - |
| YUV | 100.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 99 | 0 | 0.60 | 0.40 | 0.35 | 340.61 | 0.42 | 0.46 |
| Hex | A6 | 43 | 63 | 0 | 3C | 28 | 23 | 155 | 2A | 2E |
| Octal | 246 | 103 | 143 | 0 | 74 | 50 | 43 | 525 | 52 | 56 |
| Binary | 10100110 | 1000011 | 1100011 | 0 | 111100 | 101000 | 100011 | 101010101 | 101010 | 101110 |
Color Harmonies of #A64363
Complementary color
Monochromatic Colors of #A64363
Black with #A64363
Text Example
Text Example
White with #A64363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64363; }
p { color: rgb(166,67,99); }
H1.HeaderClassName
{
color: #A64363;
}
.AnyTagClassName
{
color: #A64363;
}
</style>
background-color css
<style>
a { background-color: #A64363; }
a { background-color: rgb(166,67,99); }
div.DivClassName
{
background-color: #A64363;
}
.BgClassName
{
background-color: #A64363;
}
</style>
border-color css
<style>
span { border-color: #A64363; }
span { border-color: rgb(166,67,99); }
td.TdClassName
{
border-color: #A64363;
}
.TagClassName
{
border-color: #A64363;
}
</style>