Shades of Rouge #A53563
Tints of Rouge #A53563
RGB
CMYK
RGB Variations
Color information
#A53563 (or 0xA53563) is known color: Rouge. HEX triplet: A5, 35 and 63. RGB value is (165,53,99). Sum of RGB (Red+Green+Blue) = 165+53+99=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A53563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53563 is #5ACA9C. Grayscale: #5B5B5B. Windows color (decimal): -5950109 or 6501797. OLE color: 6501797.
HSL color Cylindrical-coordinate representation of color #A53563: hue angle of 335.36º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53563 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 53 | 99 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.35 |
| HSL | 335.36º | 0.51% | 0.43% | - |
| HSV(B) | 335.36º | 0.68% | 0.65% | - |
| XYZ | 19.04 | 11.45 | 13.01 | - |
| YUV | 91.73 | 132.11 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 99 | 0 | 0.68 | 0.40 | 0.35 | 335.36 | 0.51 | 0.43 |
| Hex | A5 | 35 | 63 | 0 | 44 | 28 | 23 | 14F | 33 | 2B |
| Octal | 245 | 65 | 143 | 0 | 104 | 50 | 43 | 517 | 63 | 53 |
| Binary | 10100101 | 110101 | 1100011 | 0 | 1000100 | 101000 | 100011 | 101001111 | 110011 | 101011 |
Color Harmonies of #A53563
Complementary color
Monochromatic Colors of #A53563
Black with #A53563
Text Example
Text Example
White with #A53563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53563; }
p { color: rgb(165,53,99); }
H1.HeaderClassName
{
color: #A53563;
}
.AnyTagClassName
{
color: #A53563;
}
</style>
background-color css
<style>
a { background-color: #A53563; }
a { background-color: rgb(165,53,99); }
div.DivClassName
{
background-color: #A53563;
}
.BgClassName
{
background-color: #A53563;
}
</style>
border-color css
<style>
span { border-color: #A53563; }
span { border-color: rgb(165,53,99); }
td.TdClassName
{
border-color: #A53563;
}
.TagClassName
{
border-color: #A53563;
}
</style>