Shades of Rouge #A6355B
Tints of Rouge #A6355B
RGB
CMYK
RGB Variations
Color information
#A6355B (or 0xA6355B) is known color: Rouge. HEX triplet: A6, 35 and 5B. RGB value is (166,53,91). Sum of RGB (Red+Green+Blue) = 166+53+91=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6355B is #59CAA4. Grayscale: #5B5B5B. Windows color (decimal): -5884581 or 5977510. OLE color: 5977510.
HSL color Cylindrical-coordinate representation of color #A6355B: hue angle of 339.82º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6355B is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 91 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.35 |
| HSL | 339.82º | 0.52% | 0.43% | - |
| HSV(B) | 339.82º | 0.68% | 0.65% | - |
| XYZ | 18.89 | 11.41 | 11.1 | - |
| YUV | 91.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 91 | 0 | 0.68 | 0.45 | 0.35 | 339.82 | 0.52 | 0.43 |
| Hex | A6 | 35 | 5B | 0 | 44 | 2D | 23 | 154 | 34 | 2B |
| Octal | 246 | 65 | 133 | 0 | 104 | 55 | 43 | 524 | 64 | 53 |
| Binary | 10100110 | 110101 | 1011011 | 0 | 1000100 | 101101 | 100011 | 101010100 | 110100 | 101011 |
Color Harmonies of #A6355B
Complementary color
Monochromatic Colors of #A6355B
Black with #A6355B
Text Example
Text Example
White with #A6355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6355B; }
p { color: rgb(166,53,91); }
H1.HeaderClassName
{
color: #A6355B;
}
.AnyTagClassName
{
color: #A6355B;
}
</style>
background-color css
<style>
a { background-color: #A6355B; }
a { background-color: rgb(166,53,91); }
div.DivClassName
{
background-color: #A6355B;
}
.BgClassName
{
background-color: #A6355B;
}
</style>
border-color css
<style>
span { border-color: #A6355B; }
span { border-color: rgb(166,53,91); }
td.TdClassName
{
border-color: #A6355B;
}
.TagClassName
{
border-color: #A6355B;
}
</style>