Shades of Rouge #A64172
Tints of Rouge #A64172
RGB
CMYK
RGB Variations
Color information
#A64172 (or 0xA64172) is known color: Rouge. HEX triplet: A6, 41 and 72. RGB value is (166,65,114). Sum of RGB (Red+Green+Blue) = 166+65+114=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A64172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64172 is #59BE8D. Grayscale: #646464. Windows color (decimal): -5881486 or 7487910. OLE color: 7487910.
HSL color Cylindrical-coordinate representation of color #A64172: hue angle of 330.89º 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 #A64172 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 114 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.35 |
| HSL | 330.89º | 0.44% | 0.45% | - |
| HSV(B) | 330.89º | 0.61% | 0.65% | - |
| XYZ | 20.65 | 13.1 | 17.36 | - |
| YUV | 100.79 | 135.46 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 114 | 0 | 0.61 | 0.31 | 0.35 | 330.89 | 0.44 | 0.45 |
| Hex | A6 | 41 | 72 | 0 | 3D | 1F | 23 | 14B | 2C | 2D |
| Octal | 246 | 101 | 162 | 0 | 75 | 37 | 43 | 513 | 54 | 55 |
| Binary | 10100110 | 1000001 | 1110010 | 0 | 111101 | 11111 | 100011 | 101001011 | 101100 | 101101 |
Color Harmonies of #A64172
Complementary color
Monochromatic Colors of #A64172
Black with #A64172
Text Example
Text Example
White with #A64172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64172; }
p { color: rgb(166,65,114); }
H1.HeaderClassName
{
color: #A64172;
}
.AnyTagClassName
{
color: #A64172;
}
</style>
background-color css
<style>
a { background-color: #A64172; }
a { background-color: rgb(166,65,114); }
div.DivClassName
{
background-color: #A64172;
}
.BgClassName
{
background-color: #A64172;
}
</style>
border-color css
<style>
span { border-color: #A64172; }
span { border-color: rgb(166,65,114); }
td.TdClassName
{
border-color: #A64172;
}
.TagClassName
{
border-color: #A64172;
}
</style>