Shades of Rouge #A6326D
Tints of Rouge #A6326D
RGB
CMYK
RGB Variations
Color information
#A6326D (or 0xA6326D) is known color: Rouge. HEX triplet: A6, 32 and 6D. RGB value is (166,50,109). Sum of RGB (Red+Green+Blue) = 166+50+109=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6326D is #59CD92. Grayscale: #5B5B5B. Windows color (decimal): -5885331 or 7156390. OLE color: 7156390.
HSL color Cylindrical-coordinate representation of color #A6326D: hue angle of 329.48º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6326D is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 109 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.35 |
| HSL | 329.48º | 0.54% | 0.42% | - |
| HSV(B) | 329.48º | 0.7% | 0.65% | - |
| XYZ | 19.63 | 11.49 | 15.65 | - |
| YUV | 91.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 109 | 0 | 0.70 | 0.34 | 0.35 | 329.48 | 0.54 | 0.42 |
| Hex | A6 | 32 | 6D | 0 | 46 | 22 | 23 | 149 | 36 | 2A |
| Octal | 246 | 62 | 155 | 0 | 106 | 42 | 43 | 511 | 66 | 52 |
| Binary | 10100110 | 110010 | 1101101 | 0 | 1000110 | 100010 | 100011 | 101001001 | 110110 | 101010 |
Color Harmonies of #A6326D
Complementary color
Monochromatic Colors of #A6326D
Black with #A6326D
Text Example
Text Example
White with #A6326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6326D; }
p { color: rgb(166,50,109); }
H1.HeaderClassName
{
color: #A6326D;
}
.AnyTagClassName
{
color: #A6326D;
}
</style>
background-color css
<style>
a { background-color: #A6326D; }
a { background-color: rgb(166,50,109); }
div.DivClassName
{
background-color: #A6326D;
}
.BgClassName
{
background-color: #A6326D;
}
</style>
border-color css
<style>
span { border-color: #A6326D; }
span { border-color: rgb(166,50,109); }
td.TdClassName
{
border-color: #A6326D;
}
.TagClassName
{
border-color: #A6326D;
}
</style>