Shades of Rouge #A7345C
Tints of Rouge #A7345C
RGB
CMYK
RGB Variations
Color information
#A7345C (or 0xA7345C) is known color: Rouge. HEX triplet: A7, 34 and 5C. RGB value is (167,52,92). Sum of RGB (Red+Green+Blue) = 167+52+92=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A7345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7345C is #58CBA3. Grayscale: #5A5A5A. Windows color (decimal): -5819300 or 6042791. OLE color: 6042791.
HSL color Cylindrical-coordinate representation of color #A7345C: hue angle of 339.13º 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 #A7345C is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 52 | 92 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.35 |
| HSL | 339.13º | 0.53% | 0.43% | - |
| HSV(B) | 339.13º | 0.69% | 0.65% | - |
| XYZ | 19.1 | 11.44 | 11.33 | - |
| YUV | 90.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 52 | 92 | 0 | 0.69 | 0.45 | 0.35 | 339.13 | 0.53 | 0.43 |
| Hex | A7 | 34 | 5C | 0 | 45 | 2D | 23 | 153 | 35 | 2B |
| Octal | 247 | 64 | 134 | 0 | 105 | 55 | 43 | 523 | 65 | 53 |
| Binary | 10100111 | 110100 | 1011100 | 0 | 1000101 | 101101 | 100011 | 101010011 | 110101 | 101011 |
Color Harmonies of #A7345C
Complementary color
Monochromatic Colors of #A7345C
Black with #A7345C
Text Example
Text Example
White with #A7345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7345C; }
p { color: rgb(167,52,92); }
H1.HeaderClassName
{
color: #A7345C;
}
.AnyTagClassName
{
color: #A7345C;
}
</style>
background-color css
<style>
a { background-color: #A7345C; }
a { background-color: rgb(167,52,92); }
div.DivClassName
{
background-color: #A7345C;
}
.BgClassName
{
background-color: #A7345C;
}
</style>
border-color css
<style>
span { border-color: #A7345C; }
span { border-color: rgb(167,52,92); }
td.TdClassName
{
border-color: #A7345C;
}
.TagClassName
{
border-color: #A7345C;
}
</style>