Shades of Rouge #A64061
Tints of Rouge #A64061
RGB
CMYK
RGB Variations
Color information
#A64061 (or 0xA64061) is known color: Rouge. HEX triplet: A6, 40 and 61. RGB value is (166,64,97). Sum of RGB (Red+Green+Blue) = 166+64+97=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A64061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64061 is #59BF9E. Grayscale: #626262. Windows color (decimal): -5881759 or 6373542. OLE color: 6373542.
HSL color Cylindrical-coordinate representation of color #A64061: hue angle of 340.59º 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 #A64061 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 97 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.35 |
| HSL | 340.59º | 0.44% | 0.45% | - |
| HSV(B) | 340.59º | 0.61% | 0.65% | - |
| XYZ | 19.72 | 12.64 | 12.71 | - |
| YUV | 98.26 | 127.29 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 97 | 0 | 0.61 | 0.42 | 0.35 | 340.59 | 0.44 | 0.45 |
| Hex | A6 | 40 | 61 | 0 | 3D | 2A | 23 | 155 | 2C | 2D |
| Octal | 246 | 100 | 141 | 0 | 75 | 52 | 43 | 525 | 54 | 55 |
| Binary | 10100110 | 1000000 | 1100001 | 0 | 111101 | 101010 | 100011 | 101010101 | 101100 | 101101 |
Color Harmonies of #A64061
Complementary color
Monochromatic Colors of #A64061
Black with #A64061
Text Example
Text Example
White with #A64061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64061; }
p { color: rgb(166,64,97); }
H1.HeaderClassName
{
color: #A64061;
}
.AnyTagClassName
{
color: #A64061;
}
</style>
background-color css
<style>
a { background-color: #A64061; }
a { background-color: rgb(166,64,97); }
div.DivClassName
{
background-color: #A64061;
}
.BgClassName
{
background-color: #A64061;
}
</style>
border-color css
<style>
span { border-color: #A64061; }
span { border-color: rgb(166,64,97); }
td.TdClassName
{
border-color: #A64061;
}
.TagClassName
{
border-color: #A64061;
}
</style>