Shades of Rouge #A53762
Tints of Rouge #A53762
RGB
CMYK
RGB Variations
Color information
#A53762 (or 0xA53762) is known color: Rouge. HEX triplet: A5, 37 and 62. RGB value is (165,55,98). Sum of RGB (Red+Green+Blue) = 165+55+98=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A53762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53762 is #5AC89D. Grayscale: #5C5C5C. Windows color (decimal): -5949598 or 6436773. OLE color: 6436773.
HSL color Cylindrical-coordinate representation of color #A53762: hue angle of 336.55º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A53762 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 55 | 98 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.35 |
| HSL | 336.55º | 0.5% | 0.43% | - |
| HSV(B) | 336.55º | 0.67% | 0.65% | - |
| XYZ | 19.09 | 11.61 | 12.79 | - |
| YUV | 92.79 | 130.94 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 55 | 98 | 0 | 0.67 | 0.41 | 0.35 | 336.55 | 0.5 | 0.43 |
| Hex | A5 | 37 | 62 | 0 | 43 | 29 | 23 | 151 | 32 | 2B |
| Octal | 245 | 67 | 142 | 0 | 103 | 51 | 43 | 521 | 62 | 53 |
| Binary | 10100101 | 110111 | 1100010 | 0 | 1000011 | 101001 | 100011 | 101010001 | 110010 | 101011 |
Color Harmonies of #A53762
Complementary color
Monochromatic Colors of #A53762
Black with #A53762
Text Example
Text Example
White with #A53762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53762; }
p { color: rgb(165,55,98); }
H1.HeaderClassName
{
color: #A53762;
}
.AnyTagClassName
{
color: #A53762;
}
</style>
background-color css
<style>
a { background-color: #A53762; }
a { background-color: rgb(165,55,98); }
div.DivClassName
{
background-color: #A53762;
}
.BgClassName
{
background-color: #A53762;
}
</style>
border-color css
<style>
span { border-color: #A53762; }
span { border-color: rgb(165,55,98); }
td.TdClassName
{
border-color: #A53762;
}
.TagClassName
{
border-color: #A53762;
}
</style>