Shades of Rouge #A64668
Tints of Rouge #A64668
RGB
CMYK
RGB Variations
Color information
#A64668 (or 0xA64668) is known color: Rouge. HEX triplet: A6, 46 and 68. RGB value is (166,70,104). Sum of RGB (Red+Green+Blue) = 166+70+104=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A64668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64668 is #59B997. Grayscale: #666666. Windows color (decimal): -5880216 or 6833830. OLE color: 6833830.
HSL color Cylindrical-coordinate representation of color #A64668: hue angle of 338.75º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64668 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 104 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.35 |
| HSL | 338.75º | 0.41% | 0.46% | - |
| HSV(B) | 338.75º | 0.58% | 0.65% | - |
| XYZ | 20.41 | 13.49 | 14.62 | - |
| YUV | 102.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 104 | 0 | 0.58 | 0.37 | 0.35 | 338.75 | 0.41 | 0.46 |
| Hex | A6 | 46 | 68 | 0 | 3A | 25 | 23 | 153 | 29 | 2E |
| Octal | 246 | 106 | 150 | 0 | 72 | 45 | 43 | 523 | 51 | 56 |
| Binary | 10100110 | 1000110 | 1101000 | 0 | 111010 | 100101 | 100011 | 101010011 | 101001 | 101110 |
Color Harmonies of #A64668
Complementary color
Monochromatic Colors of #A64668
Black with #A64668
Text Example
Text Example
White with #A64668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64668; }
p { color: rgb(166,70,104); }
H1.HeaderClassName
{
color: #A64668;
}
.AnyTagClassName
{
color: #A64668;
}
</style>
background-color css
<style>
a { background-color: #A64668; }
a { background-color: rgb(166,70,104); }
div.DivClassName
{
background-color: #A64668;
}
.BgClassName
{
background-color: #A64668;
}
</style>
border-color css
<style>
span { border-color: #A64668; }
span { border-color: rgb(166,70,104); }
td.TdClassName
{
border-color: #A64668;
}
.TagClassName
{
border-color: #A64668;
}
</style>