Shades of Rouge #A64072
Tints of Rouge #A64072
RGB
CMYK
RGB Variations
Color information
#A64072 (or 0xA64072) is known color: Rouge. HEX triplet: A6, 40 and 72. RGB value is (166,64,114). Sum of RGB (Red+Green+Blue) = 166+64+114=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A64072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64072 is #59BF8D. Grayscale: #646464. Windows color (decimal): -5881742 or 7487654. OLE color: 7487654.
HSL color Cylindrical-coordinate representation of color #A64072: hue angle of 330.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 #A64072 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 114 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.35 |
| HSL | 330.59º | 0.44% | 0.45% | - |
| HSV(B) | 330.59º | 0.61% | 0.65% | - |
| XYZ | 20.6 | 12.99 | 17.34 | - |
| YUV | 100.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 114 | 0 | 0.61 | 0.31 | 0.35 | 330.59 | 0.44 | 0.45 |
| Hex | A6 | 40 | 72 | 0 | 3D | 1F | 23 | 14B | 2C | 2D |
| Octal | 246 | 100 | 162 | 0 | 75 | 37 | 43 | 513 | 54 | 55 |
| Binary | 10100110 | 1000000 | 1110010 | 0 | 111101 | 11111 | 100011 | 101001011 | 101100 | 101101 |
Color Harmonies of #A64072
Complementary color
Monochromatic Colors of #A64072
Black with #A64072
Text Example
Text Example
White with #A64072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64072; }
p { color: rgb(166,64,114); }
H1.HeaderClassName
{
color: #A64072;
}
.AnyTagClassName
{
color: #A64072;
}
</style>
background-color css
<style>
a { background-color: #A64072; }
a { background-color: rgb(166,64,114); }
div.DivClassName
{
background-color: #A64072;
}
.BgClassName
{
background-color: #A64072;
}
</style>
border-color css
<style>
span { border-color: #A64072; }
span { border-color: rgb(166,64,114); }
td.TdClassName
{
border-color: #A64072;
}
.TagClassName
{
border-color: #A64072;
}
</style>