Shades of Rouge #A53672
Tints of Rouge #A53672
RGB
CMYK
RGB Variations
Color information
#A53672 (or 0xA53672) is known color: Rouge. HEX triplet: A5, 36 and 72. RGB value is (165,54,114). Sum of RGB (Red+Green+Blue) = 165+54+114=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A53672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53672 is #5AC98D. Grayscale: #5D5D5D. Windows color (decimal): -5949838 or 7485093. OLE color: 7485093.
HSL color Cylindrical-coordinate representation of color #A53672: hue angle of 327.57º degrees, saturation: 0.51, 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 #A53672 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 54 | 114 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.35 |
| HSL | 327.57º | 0.51% | 0.43% | - |
| HSV(B) | 327.57º | 0.67% | 0.65% | - |
| XYZ | 19.87 | 11.85 | 17.16 | - |
| YUV | 94.03 | 139.27 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 54 | 114 | 0 | 0.67 | 0.31 | 0.35 | 327.57 | 0.51 | 0.43 |
| Hex | A5 | 36 | 72 | 0 | 43 | 1F | 23 | 148 | 33 | 2B |
| Octal | 245 | 66 | 162 | 0 | 103 | 37 | 43 | 510 | 63 | 53 |
| Binary | 10100101 | 110110 | 1110010 | 0 | 1000011 | 11111 | 100011 | 101001000 | 110011 | 101011 |
Color Harmonies of #A53672
Complementary color
Monochromatic Colors of #A53672
Black with #A53672
Text Example
Text Example
White with #A53672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53672; }
p { color: rgb(165,54,114); }
H1.HeaderClassName
{
color: #A53672;
}
.AnyTagClassName
{
color: #A53672;
}
</style>
background-color css
<style>
a { background-color: #A53672; }
a { background-color: rgb(165,54,114); }
div.DivClassName
{
background-color: #A53672;
}
.BgClassName
{
background-color: #A53672;
}
</style>
border-color css
<style>
span { border-color: #A53672; }
span { border-color: rgb(165,54,114); }
td.TdClassName
{
border-color: #A53672;
}
.TagClassName
{
border-color: #A53672;
}
</style>