Shades of Rouge #A6476F
Tints of Rouge #A6476F
RGB
CMYK
RGB Variations
Color information
#A6476F (or 0xA6476F) is known color: Rouge. HEX triplet: A6, 47 and 6F. RGB value is (166,71,111). Sum of RGB (Red+Green+Blue) = 166+71+111=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A6476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6476F is #59B890. Grayscale: #676767. Windows color (decimal): -5879953 or 7292838. OLE color: 7292838.
HSL color Cylindrical-coordinate representation of color #A6476F: hue angle of 334.74º 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 #A6476F is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 111 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.35 |
| HSL | 334.74º | 0.4% | 0.46% | - |
| HSV(B) | 334.74º | 0.57% | 0.65% | - |
| XYZ | 20.85 | 13.76 | 16.6 | - |
| YUV | 103.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 111 | 0 | 0.57 | 0.33 | 0.35 | 334.74 | 0.4 | 0.46 |
| Hex | A6 | 47 | 6F | 0 | 39 | 21 | 23 | 14F | 28 | 2E |
| Octal | 246 | 107 | 157 | 0 | 71 | 41 | 43 | 517 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1101111 | 0 | 111001 | 100001 | 100011 | 101001111 | 101000 | 101110 |
Color Harmonies of #A6476F
Complementary color
Monochromatic Colors of #A6476F
Black with #A6476F
Text Example
Text Example
White with #A6476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6476F; }
p { color: rgb(166,71,111); }
H1.HeaderClassName
{
color: #A6476F;
}
.AnyTagClassName
{
color: #A6476F;
}
</style>
background-color css
<style>
a { background-color: #A6476F; }
a { background-color: rgb(166,71,111); }
div.DivClassName
{
background-color: #A6476F;
}
.BgClassName
{
background-color: #A6476F;
}
</style>
border-color css
<style>
span { border-color: #A6476F; }
span { border-color: rgb(166,71,111); }
td.TdClassName
{
border-color: #A6476F;
}
.TagClassName
{
border-color: #A6476F;
}
</style>