Shades of Rouge #A64E6C
Tints of Rouge #A64E6C
RGB
CMYK
RGB Variations
Color information
#A64E6C (or 0xA64E6C) is known color: Rouge. HEX triplet: A6, 4E and 6C. RGB value is (166,78,108). Sum of RGB (Red+Green+Blue) = 166+78+108=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64E6C is #59B193. Grayscale: #6B6B6B. Windows color (decimal): -5878164 or 7098022. OLE color: 7098022.
HSL color Cylindrical-coordinate representation of color #A64E6C: hue angle of 339.55º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A64E6C is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 78 | 108 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.35 |
| HSL | 339.55º | 0.36% | 0.48% | - |
| HSV(B) | 339.55º | 0.53% | 0.65% | - |
| XYZ | 21.16 | 14.64 | 15.9 | - |
| YUV | 107.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 108 | 0 | 0.53 | 0.35 | 0.35 | 339.55 | 0.36 | 0.48 |
| Hex | A6 | 4E | 6C | 0 | 35 | 23 | 23 | 154 | 24 | 30 |
| Octal | 246 | 116 | 154 | 0 | 65 | 43 | 43 | 524 | 44 | 60 |
| Binary | 10100110 | 1001110 | 1101100 | 0 | 110101 | 100011 | 100011 | 101010100 | 100100 | 110000 |
Color Harmonies of #A64E6C
Complementary color
Monochromatic Colors of #A64E6C
Black with #A64E6C
Text Example
Text Example
White with #A64E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64E6C; }
p { color: rgb(166,78,108); }
H1.HeaderClassName
{
color: #A64E6C;
}
.AnyTagClassName
{
color: #A64E6C;
}
</style>
background-color css
<style>
a { background-color: #A64E6C; }
a { background-color: rgb(166,78,108); }
div.DivClassName
{
background-color: #A64E6C;
}
.BgClassName
{
background-color: #A64E6C;
}
</style>
border-color css
<style>
span { border-color: #A64E6C; }
span { border-color: rgb(166,78,108); }
td.TdClassName
{
border-color: #A64E6C;
}
.TagClassName
{
border-color: #A64E6C;
}
</style>