Shades of Rouge #A6416E
Tints of Rouge #A6416E
RGB
CMYK
RGB Variations
Color information
#A6416E (or 0xA6416E) is known color: Rouge. HEX triplet: A6, 41 and 6E. RGB value is (166,65,110). Sum of RGB (Red+Green+Blue) = 166+65+110=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6416E is #59BE91. Grayscale: #646464. Windows color (decimal): -5881490 or 7225766. OLE color: 7225766.
HSL color Cylindrical-coordinate representation of color #A6416E: hue angle of 333.27º 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 #A6416E is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 110 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.35 |
| HSL | 333.27º | 0.44% | 0.45% | - |
| HSV(B) | 333.27º | 0.61% | 0.65% | - |
| XYZ | 20.43 | 13.01 | 16.19 | - |
| YUV | 100.33 | 133.46 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 110 | 0 | 0.61 | 0.34 | 0.35 | 333.27 | 0.44 | 0.45 |
| Hex | A6 | 41 | 6E | 0 | 3D | 22 | 23 | 14D | 2C | 2D |
| Octal | 246 | 101 | 156 | 0 | 75 | 42 | 43 | 515 | 54 | 55 |
| Binary | 10100110 | 1000001 | 1101110 | 0 | 111101 | 100010 | 100011 | 101001101 | 101100 | 101101 |
Color Harmonies of #A6416E
Complementary color
Monochromatic Colors of #A6416E
Black with #A6416E
Text Example
Text Example
White with #A6416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6416E; }
p { color: rgb(166,65,110); }
H1.HeaderClassName
{
color: #A6416E;
}
.AnyTagClassName
{
color: #A6416E;
}
</style>
background-color css
<style>
a { background-color: #A6416E; }
a { background-color: rgb(166,65,110); }
div.DivClassName
{
background-color: #A6416E;
}
.BgClassName
{
background-color: #A6416E;
}
</style>
border-color css
<style>
span { border-color: #A6416E; }
span { border-color: rgb(166,65,110); }
td.TdClassName
{
border-color: #A6416E;
}
.TagClassName
{
border-color: #A6416E;
}
</style>