Shades of Rouge #A6446D
Tints of Rouge #A6446D
RGB
CMYK
RGB Variations
Color information
#A6446D (or 0xA6446D) is known color: Rouge. HEX triplet: A6, 44 and 6D. RGB value is (166,68,109). Sum of RGB (Red+Green+Blue) = 166+68+109=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6446D is #59BB92. Grayscale: #656565. Windows color (decimal): -5880723 or 7160998. OLE color: 7160998.
HSL color Cylindrical-coordinate representation of color #A6446D: hue angle of 334.9º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6446D is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 109 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.35 |
| HSL | 334.9º | 0.42% | 0.46% | - |
| HSV(B) | 334.9º | 0.59% | 0.65% | - |
| XYZ | 20.55 | 13.35 | 15.96 | - |
| YUV | 101.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 109 | 0 | 0.59 | 0.34 | 0.35 | 334.9 | 0.42 | 0.46 |
| Hex | A6 | 44 | 6D | 0 | 3B | 22 | 23 | 14F | 2A | 2E |
| Octal | 246 | 104 | 155 | 0 | 73 | 42 | 43 | 517 | 52 | 56 |
| Binary | 10100110 | 1000100 | 1101101 | 0 | 111011 | 100010 | 100011 | 101001111 | 101010 | 101110 |
Color Harmonies of #A6446D
Complementary color
Monochromatic Colors of #A6446D
Black with #A6446D
Text Example
Text Example
White with #A6446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6446D; }
p { color: rgb(166,68,109); }
H1.HeaderClassName
{
color: #A6446D;
}
.AnyTagClassName
{
color: #A6446D;
}
</style>
background-color css
<style>
a { background-color: #A6446D; }
a { background-color: rgb(166,68,109); }
div.DivClassName
{
background-color: #A6446D;
}
.BgClassName
{
background-color: #A6446D;
}
</style>
border-color css
<style>
span { border-color: #A6446D; }
span { border-color: rgb(166,68,109); }
td.TdClassName
{
border-color: #A6446D;
}
.TagClassName
{
border-color: #A6446D;
}
</style>