Shades of Rouge #A64D68
Tints of Rouge #A64D68
RGB
CMYK
RGB Variations
Color information
#A64D68 (or 0xA64D68) is known color: Rouge. HEX triplet: A6, 4D and 68. RGB value is (166,77,104). Sum of RGB (Red+Green+Blue) = 166+77+104=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64D68 is #59B297. Grayscale: #6A6A6A. Windows color (decimal): -5878424 or 6835622. OLE color: 6835622.
HSL color Cylindrical-coordinate representation of color #A64D68: hue angle of 341.8º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64D68 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 104 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.35 |
| HSL | 341.8º | 0.37% | 0.48% | - |
| HSV(B) | 341.8º | 0.54% | 0.65% | - |
| XYZ | 20.88 | 14.41 | 14.78 | - |
| YUV | 106.69 | 126.49 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 104 | 0 | 0.54 | 0.37 | 0.35 | 341.8 | 0.37 | 0.48 |
| Hex | A6 | 4D | 68 | 0 | 36 | 25 | 23 | 156 | 25 | 30 |
| Octal | 246 | 115 | 150 | 0 | 66 | 45 | 43 | 526 | 45 | 60 |
| Binary | 10100110 | 1001101 | 1101000 | 0 | 110110 | 100101 | 100011 | 101010110 | 100101 | 110000 |
Color Harmonies of #A64D68
Complementary color
Monochromatic Colors of #A64D68
Black with #A64D68
Text Example
Text Example
White with #A64D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64D68; }
p { color: rgb(166,77,104); }
H1.HeaderClassName
{
color: #A64D68;
}
.AnyTagClassName
{
color: #A64D68;
}
</style>
background-color css
<style>
a { background-color: #A64D68; }
a { background-color: rgb(166,77,104); }
div.DivClassName
{
background-color: #A64D68;
}
.BgClassName
{
background-color: #A64D68;
}
</style>
border-color css
<style>
span { border-color: #A64D68; }
span { border-color: rgb(166,77,104); }
td.TdClassName
{
border-color: #A64D68;
}
.TagClassName
{
border-color: #A64D68;
}
</style>