Shades of Rouge #A64162
Tints of Rouge #A64162
RGB
CMYK
RGB Variations
Color information
#A64162 (or 0xA64162) is known color: Rouge. HEX triplet: A6, 41 and 62. RGB value is (166,65,98). Sum of RGB (Red+Green+Blue) = 166+65+98=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A64162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64162 is #59BE9D. Grayscale: #626262. Windows color (decimal): -5881502 or 6439334. OLE color: 6439334.
HSL color Cylindrical-coordinate representation of color #A64162: hue angle of 340.4º 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 #A64162 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 98 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.35 |
| HSL | 340.4º | 0.44% | 0.45% | - |
| HSV(B) | 340.4º | 0.61% | 0.65% | - |
| XYZ | 19.82 | 12.77 | 12.98 | - |
| YUV | 98.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 98 | 0 | 0.61 | 0.41 | 0.35 | 340.4 | 0.44 | 0.45 |
| Hex | A6 | 41 | 62 | 0 | 3D | 29 | 23 | 154 | 2C | 2D |
| Octal | 246 | 101 | 142 | 0 | 75 | 51 | 43 | 524 | 54 | 55 |
| Binary | 10100110 | 1000001 | 1100010 | 0 | 111101 | 101001 | 100011 | 101010100 | 101100 | 101101 |
Color Harmonies of #A64162
Complementary color
Monochromatic Colors of #A64162
Black with #A64162
Text Example
Text Example
White with #A64162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64162; }
p { color: rgb(166,65,98); }
H1.HeaderClassName
{
color: #A64162;
}
.AnyTagClassName
{
color: #A64162;
}
</style>
background-color css
<style>
a { background-color: #A64162; }
a { background-color: rgb(166,65,98); }
div.DivClassName
{
background-color: #A64162;
}
.BgClassName
{
background-color: #A64162;
}
</style>
border-color css
<style>
span { border-color: #A64162; }
span { border-color: rgb(166,65,98); }
td.TdClassName
{
border-color: #A64162;
}
.TagClassName
{
border-color: #A64162;
}
</style>