Shades of Rouge #A6356D
Tints of Rouge #A6356D
RGB
CMYK
RGB Variations
Color information
#A6356D (or 0xA6356D) is known color: Rouge. HEX triplet: A6, 35 and 6D. RGB value is (166,53,109). Sum of RGB (Red+Green+Blue) = 166+53+109=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6356D is #59CA92. Grayscale: #5D5D5D. Windows color (decimal): -5884563 or 7157158. OLE color: 7157158.
HSL color Cylindrical-coordinate representation of color #A6356D: hue angle of 330.27º 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 #A6356D is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 109 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.35 |
| HSL | 330.27º | 0.52% | 0.43% | - |
| HSV(B) | 330.27º | 0.68% | 0.65% | - |
| XYZ | 19.76 | 11.76 | 15.7 | - |
| YUV | 93.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 109 | 0 | 0.68 | 0.34 | 0.35 | 330.27 | 0.52 | 0.43 |
| Hex | A6 | 35 | 6D | 0 | 44 | 22 | 23 | 14A | 34 | 2B |
| Octal | 246 | 65 | 155 | 0 | 104 | 42 | 43 | 512 | 64 | 53 |
| Binary | 10100110 | 110101 | 1101101 | 0 | 1000100 | 100010 | 100011 | 101001010 | 110100 | 101011 |
Color Harmonies of #A6356D
Complementary color
Monochromatic Colors of #A6356D
Black with #A6356D
Text Example
Text Example
White with #A6356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6356D; }
p { color: rgb(166,53,109); }
H1.HeaderClassName
{
color: #A6356D;
}
.AnyTagClassName
{
color: #A6356D;
}
</style>
background-color css
<style>
a { background-color: #A6356D; }
a { background-color: rgb(166,53,109); }
div.DivClassName
{
background-color: #A6356D;
}
.BgClassName
{
background-color: #A6356D;
}
</style>
border-color css
<style>
span { border-color: #A6356D; }
span { border-color: rgb(166,53,109); }
td.TdClassName
{
border-color: #A6356D;
}
.TagClassName
{
border-color: #A6356D;
}
</style>