Shades of Rouge #A73E5C
Tints of Rouge #A73E5C
RGB
CMYK
RGB Variations
Color information
#A73E5C (or 0xA73E5C) is known color: Rouge. HEX triplet: A7, 3E and 5C. RGB value is (167,62,92). Sum of RGB (Red+Green+Blue) = 167+62+92=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A73E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73E5C is #58C1A3. Grayscale: #606060. Windows color (decimal): -5816740 or 6045351. OLE color: 6045351.
HSL color Cylindrical-coordinate representation of color #A73E5C: hue angle of 342.86º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A73E5C is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 62 | 92 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.35 |
| HSL | 342.86º | 0.46% | 0.45% | - |
| HSV(B) | 342.86º | 0.63% | 0.65% | - |
| XYZ | 19.59 | 12.43 | 11.49 | - |
| YUV | 96.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 62 | 92 | 0 | 0.63 | 0.45 | 0.35 | 342.86 | 0.46 | 0.45 |
| Hex | A7 | 3E | 5C | 0 | 3F | 2D | 23 | 157 | 2E | 2D |
| Octal | 247 | 76 | 134 | 0 | 77 | 55 | 43 | 527 | 56 | 55 |
| Binary | 10100111 | 111110 | 1011100 | 0 | 111111 | 101101 | 100011 | 101010111 | 101110 | 101101 |
Color Harmonies of #A73E5C
Complementary color
Monochromatic Colors of #A73E5C
Black with #A73E5C
Text Example
Text Example
White with #A73E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73E5C; }
p { color: rgb(167,62,92); }
H1.HeaderClassName
{
color: #A73E5C;
}
.AnyTagClassName
{
color: #A73E5C;
}
</style>
background-color css
<style>
a { background-color: #A73E5C; }
a { background-color: rgb(167,62,92); }
div.DivClassName
{
background-color: #A73E5C;
}
.BgClassName
{
background-color: #A73E5C;
}
</style>
border-color css
<style>
span { border-color: #A73E5C; }
span { border-color: rgb(167,62,92); }
td.TdClassName
{
border-color: #A73E5C;
}
.TagClassName
{
border-color: #A73E5C;
}
</style>