Shades of Rouge #A6476B
Tints of Rouge #A6476B
RGB
CMYK
RGB Variations
Color information
#A6476B (or 0xA6476B) is known color: Rouge. HEX triplet: A6, 47 and 6B. RGB value is (166,71,107). Sum of RGB (Red+Green+Blue) = 166+71+107=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6476B is #59B894. Grayscale: #676767. Windows color (decimal): -5879957 or 7030694. OLE color: 7030694.
HSL color Cylindrical-coordinate representation of color #A6476B: hue angle of 337.26º 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 #A6476B is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 107 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.35 |
| HSL | 337.26º | 0.4% | 0.46% | - |
| HSV(B) | 337.26º | 0.57% | 0.65% | - |
| XYZ | 20.63 | 13.68 | 15.46 | - |
| YUV | 103.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 107 | 0 | 0.57 | 0.36 | 0.35 | 337.26 | 0.4 | 0.46 |
| Hex | A6 | 47 | 6B | 0 | 39 | 24 | 23 | 151 | 28 | 2E |
| Octal | 246 | 107 | 153 | 0 | 71 | 44 | 43 | 521 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1101011 | 0 | 111001 | 100100 | 100011 | 101010001 | 101000 | 101110 |
Color Harmonies of #A6476B
Complementary color
Monochromatic Colors of #A6476B
Black with #A6476B
Text Example
Text Example
White with #A6476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6476B; }
p { color: rgb(166,71,107); }
H1.HeaderClassName
{
color: #A6476B;
}
.AnyTagClassName
{
color: #A6476B;
}
</style>
background-color css
<style>
a { background-color: #A6476B; }
a { background-color: rgb(166,71,107); }
div.DivClassName
{
background-color: #A6476B;
}
.BgClassName
{
background-color: #A6476B;
}
</style>
border-color css
<style>
span { border-color: #A6476B; }
span { border-color: rgb(166,71,107); }
td.TdClassName
{
border-color: #A6476B;
}
.TagClassName
{
border-color: #A6476B;
}
</style>