Shades of Rouge #A6416D
Tints of Rouge #A6416D
RGB
CMYK
RGB Variations
Color information
#A6416D (or 0xA6416D) is known color: Rouge. HEX triplet: A6, 41 and 6D. RGB value is (166,65,109). Sum of RGB (Red+Green+Blue) = 166+65+109=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6416D is #59BE92. Grayscale: #646464. Windows color (decimal): -5881491 or 7160230. OLE color: 7160230.
HSL color Cylindrical-coordinate representation of color #A6416D: hue angle of 333.86º 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 #A6416D is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 109 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.35 |
| HSL | 333.86º | 0.44% | 0.45% | - |
| HSV(B) | 333.86º | 0.61% | 0.65% | - |
| XYZ | 20.38 | 12.99 | 15.9 | - |
| YUV | 100.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 109 | 0 | 0.61 | 0.34 | 0.35 | 333.86 | 0.44 | 0.45 |
| Hex | A6 | 41 | 6D | 0 | 3D | 22 | 23 | 14E | 2C | 2D |
| Octal | 246 | 101 | 155 | 0 | 75 | 42 | 43 | 516 | 54 | 55 |
| Binary | 10100110 | 1000001 | 1101101 | 0 | 111101 | 100010 | 100011 | 101001110 | 101100 | 101101 |
Color Harmonies of #A6416D
Complementary color
Monochromatic Colors of #A6416D
Black with #A6416D
Text Example
Text Example
White with #A6416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6416D; }
p { color: rgb(166,65,109); }
H1.HeaderClassName
{
color: #A6416D;
}
.AnyTagClassName
{
color: #A6416D;
}
</style>
background-color css
<style>
a { background-color: #A6416D; }
a { background-color: rgb(166,65,109); }
div.DivClassName
{
background-color: #A6416D;
}
.BgClassName
{
background-color: #A6416D;
}
</style>
border-color css
<style>
span { border-color: #A6416D; }
span { border-color: rgb(166,65,109); }
td.TdClassName
{
border-color: #A6416D;
}
.TagClassName
{
border-color: #A6416D;
}
</style>