Shades of Rouge #A64071
Tints of Rouge #A64071
RGB
CMYK
RGB Variations
Color information
#A64071 (or 0xA64071) is known color: Rouge. HEX triplet: A6, 40 and 71. RGB value is (166,64,113). Sum of RGB (Red+Green+Blue) = 166+64+113=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A64071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64071 is #59BF8E. Grayscale: #636363. Windows color (decimal): -5881743 or 7422118. OLE color: 7422118.
HSL color Cylindrical-coordinate representation of color #A64071: hue angle of 331.18º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64071 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 113 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.35 |
| HSL | 331.18º | 0.44% | 0.45% | - |
| HSV(B) | 331.18º | 0.61% | 0.65% | - |
| XYZ | 20.54 | 12.97 | 17.04 | - |
| YUV | 100.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 113 | 0 | 0.61 | 0.32 | 0.35 | 331.18 | 0.44 | 0.45 |
| Hex | A6 | 40 | 71 | 0 | 3D | 20 | 23 | 14B | 2C | 2D |
| Octal | 246 | 100 | 161 | 0 | 75 | 40 | 43 | 513 | 54 | 55 |
| Binary | 10100110 | 1000000 | 1110001 | 0 | 111101 | 100000 | 100011 | 101001011 | 101100 | 101101 |
Color Harmonies of #A64071
Complementary color
Monochromatic Colors of #A64071
Black with #A64071
Text Example
Text Example
White with #A64071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64071; }
p { color: rgb(166,64,113); }
H1.HeaderClassName
{
color: #A64071;
}
.AnyTagClassName
{
color: #A64071;
}
</style>
background-color css
<style>
a { background-color: #A64071; }
a { background-color: rgb(166,64,113); }
div.DivClassName
{
background-color: #A64071;
}
.BgClassName
{
background-color: #A64071;
}
</style>
border-color css
<style>
span { border-color: #A64071; }
span { border-color: rgb(166,64,113); }
td.TdClassName
{
border-color: #A64071;
}
.TagClassName
{
border-color: #A64071;
}
</style>