Shades of Rouge #A73463
Tints of Rouge #A73463
RGB
CMYK
RGB Variations
Color information
#A73463 (or 0xA73463) is known color: Rouge. HEX triplet: A7, 34 and 63. RGB value is (167,52,99). Sum of RGB (Red+Green+Blue) = 167+52+99=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A73463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73463 is #58CB9C. Grayscale: #5B5B5B. Windows color (decimal): -5819293 or 6501543. OLE color: 6501543.
HSL color Cylindrical-coordinate representation of color #A73463: hue angle of 335.48º 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 #A73463 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 52 | 99 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.35 |
| HSL | 335.48º | 0.53% | 0.43% | - |
| HSV(B) | 335.48º | 0.69% | 0.65% | - |
| XYZ | 19.42 | 11.57 | 13.01 | - |
| YUV | 91.74 | 132.1 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 52 | 99 | 0 | 0.69 | 0.41 | 0.35 | 335.48 | 0.53 | 0.43 |
| Hex | A7 | 34 | 63 | 0 | 45 | 29 | 23 | 14F | 35 | 2B |
| Octal | 247 | 64 | 143 | 0 | 105 | 51 | 43 | 517 | 65 | 53 |
| Binary | 10100111 | 110100 | 1100011 | 0 | 1000101 | 101001 | 100011 | 101001111 | 110101 | 101011 |
Color Harmonies of #A73463
Complementary color
Monochromatic Colors of #A73463
Black with #A73463
Text Example
Text Example
White with #A73463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73463; }
p { color: rgb(167,52,99); }
H1.HeaderClassName
{
color: #A73463;
}
.AnyTagClassName
{
color: #A73463;
}
</style>
background-color css
<style>
a { background-color: #A73463; }
a { background-color: rgb(167,52,99); }
div.DivClassName
{
background-color: #A73463;
}
.BgClassName
{
background-color: #A73463;
}
</style>
border-color css
<style>
span { border-color: #A73463; }
span { border-color: rgb(167,52,99); }
td.TdClassName
{
border-color: #A73463;
}
.TagClassName
{
border-color: #A73463;
}
</style>