Shades of Rouge #A64863
Tints of Rouge #A64863
RGB
CMYK
RGB Variations
Color information
#A64863 (or 0xA64863) is known color: Rouge. HEX triplet: A6, 48 and 63. RGB value is (166,72,99). Sum of RGB (Red+Green+Blue) = 166+72+99=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A64863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64863 is #59B79C. Grayscale: #676767. Windows color (decimal): -5879709 or 6506662. OLE color: 6506662.
HSL color Cylindrical-coordinate representation of color #A64863: hue angle of 342.77º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64863 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 99 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.35 |
| HSL | 342.77º | 0.39% | 0.47% | - |
| HSV(B) | 342.77º | 0.57% | 0.65% | - |
| XYZ | 20.3 | 13.64 | 13.37 | - |
| YUV | 103.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 99 | 0 | 0.57 | 0.40 | 0.35 | 342.77 | 0.39 | 0.47 |
| Hex | A6 | 48 | 63 | 0 | 39 | 28 | 23 | 157 | 27 | 2F |
| Octal | 246 | 110 | 143 | 0 | 71 | 50 | 43 | 527 | 47 | 57 |
| Binary | 10100110 | 1001000 | 1100011 | 0 | 111001 | 101000 | 100011 | 101010111 | 100111 | 101111 |
Color Harmonies of #A64863
Complementary color
Monochromatic Colors of #A64863
Black with #A64863
Text Example
Text Example
White with #A64863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64863; }
p { color: rgb(166,72,99); }
H1.HeaderClassName
{
color: #A64863;
}
.AnyTagClassName
{
color: #A64863;
}
</style>
background-color css
<style>
a { background-color: #A64863; }
a { background-color: rgb(166,72,99); }
div.DivClassName
{
background-color: #A64863;
}
.BgClassName
{
background-color: #A64863;
}
</style>
border-color css
<style>
span { border-color: #A64863; }
span { border-color: rgb(166,72,99); }
td.TdClassName
{
border-color: #A64863;
}
.TagClassName
{
border-color: #A64863;
}
</style>