Shades of Rouge #A64F6B
Tints of Rouge #A64F6B
RGB
CMYK
RGB Variations
Color information
#A64F6B (or 0xA64F6B) is known color: Rouge. HEX triplet: A6, 4F and 6B. RGB value is (166,79,107). Sum of RGB (Red+Green+Blue) = 166+79+107=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64F6B is #59B094. Grayscale: #6C6C6C. Windows color (decimal): -5877909 or 7032742. OLE color: 7032742.
HSL color Cylindrical-coordinate representation of color #A64F6B: hue angle of 340.69º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A64F6B is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 79 | 107 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.35 |
| HSL | 340.69º | 0.36% | 0.48% | - |
| HSV(B) | 340.69º | 0.52% | 0.65% | - |
| XYZ | 21.18 | 14.76 | 15.64 | - |
| YUV | 108.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 107 | 0 | 0.52 | 0.36 | 0.35 | 340.69 | 0.36 | 0.48 |
| Hex | A6 | 4F | 6B | 0 | 34 | 24 | 23 | 155 | 24 | 30 |
| Octal | 246 | 117 | 153 | 0 | 64 | 44 | 43 | 525 | 44 | 60 |
| Binary | 10100110 | 1001111 | 1101011 | 0 | 110100 | 100100 | 100011 | 101010101 | 100100 | 110000 |
Color Harmonies of #A64F6B
Complementary color
Monochromatic Colors of #A64F6B
Black with #A64F6B
Text Example
Text Example
White with #A64F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64F6B; }
p { color: rgb(166,79,107); }
H1.HeaderClassName
{
color: #A64F6B;
}
.AnyTagClassName
{
color: #A64F6B;
}
</style>
background-color css
<style>
a { background-color: #A64F6B; }
a { background-color: rgb(166,79,107); }
div.DivClassName
{
background-color: #A64F6B;
}
.BgClassName
{
background-color: #A64F6B;
}
</style>
border-color css
<style>
span { border-color: #A64F6B; }
span { border-color: rgb(166,79,107); }
td.TdClassName
{
border-color: #A64F6B;
}
.TagClassName
{
border-color: #A64F6B;
}
</style>