Shades of Rouge #A6476C
Tints of Rouge #A6476C
RGB
CMYK
RGB Variations
Color information
#A6476C (or 0xA6476C) is known color: Rouge. HEX triplet: A6, 47 and 6C. RGB value is (166,71,108). Sum of RGB (Red+Green+Blue) = 166+71+108=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6476C is #59B893. Grayscale: #676767. Windows color (decimal): -5879956 or 7096230. OLE color: 7096230.
HSL color Cylindrical-coordinate representation of color #A6476C: hue angle of 336.63º 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 #A6476C is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 108 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.35 |
| HSL | 336.63º | 0.4% | 0.46% | - |
| HSV(B) | 336.63º | 0.57% | 0.65% | - |
| XYZ | 20.69 | 13.7 | 15.74 | - |
| YUV | 103.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 108 | 0 | 0.57 | 0.35 | 0.35 | 336.63 | 0.4 | 0.46 |
| Hex | A6 | 47 | 6C | 0 | 39 | 23 | 23 | 151 | 28 | 2E |
| Octal | 246 | 107 | 154 | 0 | 71 | 43 | 43 | 521 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1101100 | 0 | 111001 | 100011 | 100011 | 101010001 | 101000 | 101110 |
Color Harmonies of #A6476C
Complementary color
Monochromatic Colors of #A6476C
Black with #A6476C
Text Example
Text Example
White with #A6476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6476C; }
p { color: rgb(166,71,108); }
H1.HeaderClassName
{
color: #A6476C;
}
.AnyTagClassName
{
color: #A6476C;
}
</style>
background-color css
<style>
a { background-color: #A6476C; }
a { background-color: rgb(166,71,108); }
div.DivClassName
{
background-color: #A6476C;
}
.BgClassName
{
background-color: #A6476C;
}
</style>
border-color css
<style>
span { border-color: #A6476C; }
span { border-color: rgb(166,71,108); }
td.TdClassName
{
border-color: #A6476C;
}
.TagClassName
{
border-color: #A6476C;
}
</style>