Shades of Rouge #A7466D
Tints of Rouge #A7466D
RGB
CMYK
RGB Variations
Color information
#A7466D (or 0xA7466D) is known color: Rouge. HEX triplet: A7, 46 and 6D. RGB value is (167,70,109). Sum of RGB (Red+Green+Blue) = 167+70+109=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A7466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7466D is #58B992. Grayscale: #676767. Windows color (decimal): -5814675 or 7161511. OLE color: 7161511.
HSL color Cylindrical-coordinate representation of color #A7466D: hue angle of 335.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7466D is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 109 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.35 |
| HSL | 335.88º | 0.41% | 0.46% | - |
| HSV(B) | 335.88º | 0.58% | 0.65% | - |
| XYZ | 20.89 | 13.7 | 16.01 | - |
| YUV | 103.45 | 131.14 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 109 | 0 | 0.58 | 0.35 | 0.35 | 335.88 | 0.41 | 0.46 |
| Hex | A7 | 46 | 6D | 0 | 3A | 23 | 23 | 150 | 29 | 2E |
| Octal | 247 | 106 | 155 | 0 | 72 | 43 | 43 | 520 | 51 | 56 |
| Binary | 10100111 | 1000110 | 1101101 | 0 | 111010 | 100011 | 100011 | 101010000 | 101001 | 101110 |
Color Harmonies of #A7466D
Complementary color
Monochromatic Colors of #A7466D
Black with #A7466D
Text Example
Text Example
White with #A7466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7466D; }
p { color: rgb(167,70,109); }
H1.HeaderClassName
{
color: #A7466D;
}
.AnyTagClassName
{
color: #A7466D;
}
</style>
background-color css
<style>
a { background-color: #A7466D; }
a { background-color: rgb(167,70,109); }
div.DivClassName
{
background-color: #A7466D;
}
.BgClassName
{
background-color: #A7466D;
}
</style>
border-color css
<style>
span { border-color: #A7466D; }
span { border-color: rgb(167,70,109); }
td.TdClassName
{
border-color: #A7466D;
}
.TagClassName
{
border-color: #A7466D;
}
</style>