Shades of Rouge #A64D6B
Tints of Rouge #A64D6B
RGB
CMYK
RGB Variations
Color information
#A64D6B (or 0xA64D6B) is known color: Rouge. HEX triplet: A6, 4D and 6B. RGB value is (166,77,107). Sum of RGB (Red+Green+Blue) = 166+77+107=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64D6B is #59B294. Grayscale: #6A6A6A. Windows color (decimal): -5878421 or 7032230. OLE color: 7032230.
HSL color Cylindrical-coordinate representation of color #A64D6B: hue angle of 339.78º 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 #A64D6B is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 107 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.35 |
| HSL | 339.78º | 0.37% | 0.48% | - |
| HSV(B) | 339.78º | 0.54% | 0.65% | - |
| XYZ | 21.03 | 14.48 | 15.6 | - |
| YUV | 107.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 107 | 0 | 0.54 | 0.36 | 0.35 | 339.78 | 0.37 | 0.48 |
| Hex | A6 | 4D | 6B | 0 | 36 | 24 | 23 | 154 | 25 | 30 |
| Octal | 246 | 115 | 153 | 0 | 66 | 44 | 43 | 524 | 45 | 60 |
| Binary | 10100110 | 1001101 | 1101011 | 0 | 110110 | 100100 | 100011 | 101010100 | 100101 | 110000 |
Color Harmonies of #A64D6B
Complementary color
Monochromatic Colors of #A64D6B
Black with #A64D6B
Text Example
Text Example
White with #A64D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64D6B; }
p { color: rgb(166,77,107); }
H1.HeaderClassName
{
color: #A64D6B;
}
.AnyTagClassName
{
color: #A64D6B;
}
</style>
background-color css
<style>
a { background-color: #A64D6B; }
a { background-color: rgb(166,77,107); }
div.DivClassName
{
background-color: #A64D6B;
}
.BgClassName
{
background-color: #A64D6B;
}
</style>
border-color css
<style>
span { border-color: #A64D6B; }
span { border-color: rgb(166,77,107); }
td.TdClassName
{
border-color: #A64D6B;
}
.TagClassName
{
border-color: #A64D6B;
}
</style>