Shades of Rouge #A7346C
Tints of Rouge #A7346C
RGB
CMYK
RGB Variations
Color information
#A7346C (or 0xA7346C) is known color: Rouge. HEX triplet: A7, 34 and 6C. RGB value is (167,52,108). Sum of RGB (Red+Green+Blue) = 167+52+108=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A7346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7346C is #58CB93. Grayscale: #5C5C5C. Windows color (decimal): -5819284 or 7091367. OLE color: 7091367.
HSL color Cylindrical-coordinate representation of color #A7346C: hue angle of 330.78º 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 #A7346C is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 52 | 108 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.35 |
| HSL | 330.78º | 0.53% | 0.43% | - |
| HSV(B) | 330.78º | 0.69% | 0.65% | - |
| XYZ | 19.87 | 11.75 | 15.41 | - |
| YUV | 92.77 | 136.6 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 52 | 108 | 0 | 0.69 | 0.35 | 0.35 | 330.78 | 0.53 | 0.43 |
| Hex | A7 | 34 | 6C | 0 | 45 | 23 | 23 | 14B | 35 | 2B |
| Octal | 247 | 64 | 154 | 0 | 105 | 43 | 43 | 513 | 65 | 53 |
| Binary | 10100111 | 110100 | 1101100 | 0 | 1000101 | 100011 | 100011 | 101001011 | 110101 | 101011 |
Color Harmonies of #A7346C
Complementary color
Monochromatic Colors of #A7346C
Black with #A7346C
Text Example
Text Example
White with #A7346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7346C; }
p { color: rgb(167,52,108); }
H1.HeaderClassName
{
color: #A7346C;
}
.AnyTagClassName
{
color: #A7346C;
}
</style>
background-color css
<style>
a { background-color: #A7346C; }
a { background-color: rgb(167,52,108); }
div.DivClassName
{
background-color: #A7346C;
}
.BgClassName
{
background-color: #A7346C;
}
</style>
border-color css
<style>
span { border-color: #A7346C; }
span { border-color: rgb(167,52,108); }
td.TdClassName
{
border-color: #A7346C;
}
.TagClassName
{
border-color: #A7346C;
}
</style>