Shades of Rouge #A6476D
Tints of Rouge #A6476D
RGB
CMYK
RGB Variations
Color information
#A6476D (or 0xA6476D) is known color: Rouge. HEX triplet: A6, 47 and 6D. RGB value is (166,71,109). Sum of RGB (Red+Green+Blue) = 166+71+109=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6476D is #59B892. Grayscale: #676767. Windows color (decimal): -5879955 or 7161766. OLE color: 7161766.
HSL color Cylindrical-coordinate representation of color #A6476D: hue angle of 336º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6476D is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 109 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.35 |
| HSL | 336º | 0.4% | 0.46% | - |
| HSV(B) | 336º | 0.57% | 0.65% | - |
| XYZ | 20.74 | 13.72 | 16.02 | - |
| YUV | 103.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 109 | 0 | 0.57 | 0.34 | 0.35 | 336 | 0.4 | 0.46 |
| Hex | A6 | 47 | 6D | 0 | 39 | 22 | 23 | 150 | 28 | 2E |
| Octal | 246 | 107 | 155 | 0 | 71 | 42 | 43 | 520 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1101101 | 0 | 111001 | 100010 | 100011 | 101010000 | 101000 | 101110 |
Color Harmonies of #A6476D
Complementary color
Monochromatic Colors of #A6476D
Black with #A6476D
Text Example
Text Example
White with #A6476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6476D; }
p { color: rgb(166,71,109); }
H1.HeaderClassName
{
color: #A6476D;
}
.AnyTagClassName
{
color: #A6476D;
}
</style>
background-color css
<style>
a { background-color: #A6476D; }
a { background-color: rgb(166,71,109); }
div.DivClassName
{
background-color: #A6476D;
}
.BgClassName
{
background-color: #A6476D;
}
</style>
border-color css
<style>
span { border-color: #A6476D; }
span { border-color: rgb(166,71,109); }
td.TdClassName
{
border-color: #A6476D;
}
.TagClassName
{
border-color: #A6476D;
}
</style>