Shades of Rouge #A64766
Tints of Rouge #A64766
RGB
CMYK
RGB Variations
Color information
#A64766 (or 0xA64766) is known color: Rouge. HEX triplet: A6, 47 and 66. RGB value is (166,71,102). Sum of RGB (Red+Green+Blue) = 166+71+102=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A64766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64766 is #59B899. Grayscale: #666666. Windows color (decimal): -5879962 or 6703014. OLE color: 6703014.
HSL color Cylindrical-coordinate representation of color #A64766: hue angle of 340.42º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64766 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 102 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.35 |
| HSL | 340.42º | 0.4% | 0.46% | - |
| HSV(B) | 340.42º | 0.57% | 0.65% | - |
| XYZ | 20.38 | 13.57 | 14.12 | - |
| YUV | 102.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 102 | 0 | 0.57 | 0.39 | 0.35 | 340.42 | 0.4 | 0.46 |
| Hex | A6 | 47 | 66 | 0 | 39 | 27 | 23 | 154 | 28 | 2E |
| Octal | 246 | 107 | 146 | 0 | 71 | 47 | 43 | 524 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1100110 | 0 | 111001 | 100111 | 100011 | 101010100 | 101000 | 101110 |
Color Harmonies of #A64766
Complementary color
Monochromatic Colors of #A64766
Black with #A64766
Text Example
Text Example
White with #A64766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64766; }
p { color: rgb(166,71,102); }
H1.HeaderClassName
{
color: #A64766;
}
.AnyTagClassName
{
color: #A64766;
}
</style>
background-color css
<style>
a { background-color: #A64766; }
a { background-color: rgb(166,71,102); }
div.DivClassName
{
background-color: #A64766;
}
.BgClassName
{
background-color: #A64766;
}
</style>
border-color css
<style>
span { border-color: #A64766; }
span { border-color: rgb(166,71,102); }
td.TdClassName
{
border-color: #A64766;
}
.TagClassName
{
border-color: #A64766;
}
</style>