Shades of Rouge #A7346E
Tints of Rouge #A7346E
RGB
CMYK
RGB Variations
Color information
#A7346E (or 0xA7346E) is known color: Rouge. HEX triplet: A7, 34 and 6E. RGB value is (167,52,110). Sum of RGB (Red+Green+Blue) = 167+52+110=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A7346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7346E is #58CB91. Grayscale: #5C5C5C. Windows color (decimal): -5819282 or 7222439. OLE color: 7222439.
HSL color Cylindrical-coordinate representation of color #A7346E: hue angle of 329.74º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7346E is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 52 | 110 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.35 |
| HSL | 329.74º | 0.53% | 0.43% | - |
| HSV(B) | 329.74º | 0.69% | 0.65% | - |
| XYZ | 19.98 | 11.8 | 15.98 | - |
| YUV | 93 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 52 | 110 | 0 | 0.69 | 0.34 | 0.35 | 329.74 | 0.53 | 0.43 |
| Hex | A7 | 34 | 6E | 0 | 45 | 22 | 23 | 14A | 35 | 2B |
| Octal | 247 | 64 | 156 | 0 | 105 | 42 | 43 | 512 | 65 | 53 |
| Binary | 10100111 | 110100 | 1101110 | 0 | 1000101 | 100010 | 100011 | 101001010 | 110101 | 101011 |
Color Harmonies of #A7346E
Complementary color
Monochromatic Colors of #A7346E
Black with #A7346E
Text Example
Text Example
White with #A7346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7346E; }
p { color: rgb(167,52,110); }
H1.HeaderClassName
{
color: #A7346E;
}
.AnyTagClassName
{
color: #A7346E;
}
</style>
background-color css
<style>
a { background-color: #A7346E; }
a { background-color: rgb(167,52,110); }
div.DivClassName
{
background-color: #A7346E;
}
.BgClassName
{
background-color: #A7346E;
}
</style>
border-color css
<style>
span { border-color: #A7346E; }
span { border-color: rgb(167,52,110); }
td.TdClassName
{
border-color: #A7346E;
}
.TagClassName
{
border-color: #A7346E;
}
</style>