Shades of Rouge #A53C76
Tints of Rouge #A53C76
RGB
CMYK
RGB Variations
Color information
#A53C76 (or 0xA53C76) is known color: Rouge. HEX triplet: A5, 3C and 76. RGB value is (165,60,118). Sum of RGB (Red+Green+Blue) = 165+60+118=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53C76 is #5AC389. Grayscale: #616161. Windows color (decimal): -5948298 or 7748773. OLE color: 7748773.
HSL color Cylindrical-coordinate representation of color #A53C76: hue angle of 326.86º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53C76 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 60 | 118 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.35 |
| HSL | 326.86º | 0.47% | 0.44% | - |
| HSV(B) | 326.86º | 0.64% | 0.65% | - |
| XYZ | 20.4 | 12.54 | 18.48 | - |
| YUV | 98.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 60 | 118 | 0 | 0.64 | 0.28 | 0.35 | 326.86 | 0.47 | 0.44 |
| Hex | A5 | 3C | 76 | 0 | 40 | 1C | 23 | 147 | 2F | 2C |
| Octal | 245 | 74 | 166 | 0 | 100 | 34 | 43 | 507 | 57 | 54 |
| Binary | 10100101 | 111100 | 1110110 | 0 | 1000000 | 11100 | 100011 | 101000111 | 101111 | 101100 |
Color Harmonies of #A53C76
Complementary color
Monochromatic Colors of #A53C76
Black with #A53C76
Text Example
Text Example
White with #A53C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53C76; }
p { color: rgb(165,60,118); }
H1.HeaderClassName
{
color: #A53C76;
}
.AnyTagClassName
{
color: #A53C76;
}
</style>
background-color css
<style>
a { background-color: #A53C76; }
a { background-color: rgb(165,60,118); }
div.DivClassName
{
background-color: #A53C76;
}
.BgClassName
{
background-color: #A53C76;
}
</style>
border-color css
<style>
span { border-color: #A53C76; }
span { border-color: rgb(165,60,118); }
td.TdClassName
{
border-color: #A53C76;
}
.TagClassName
{
border-color: #A53C76;
}
</style>