Shades of Rouge #A53D70
Tints of Rouge #A53D70
RGB
CMYK
RGB Variations
Color information
#A53D70 (or 0xA53D70) is known color: Rouge. HEX triplet: A5, 3D and 70. RGB value is (165,61,112). Sum of RGB (Red+Green+Blue) = 165+61+112=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53D70 is #5AC28F. Grayscale: #616161. Windows color (decimal): -5948048 or 7355813. OLE color: 7355813.
HSL color Cylindrical-coordinate representation of color #A53D70: hue angle of 330.58º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A53D70 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 61 | 112 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.35 |
| HSL | 330.58º | 0.46% | 0.44% | - |
| HSV(B) | 330.58º | 0.63% | 0.65% | - |
| XYZ | 20.11 | 12.51 | 16.68 | - |
| YUV | 97.91 | 135.96 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 112 | 0 | 0.63 | 0.32 | 0.35 | 330.58 | 0.46 | 0.44 |
| Hex | A5 | 3D | 70 | 0 | 3F | 20 | 23 | 14B | 2E | 2C |
| Octal | 245 | 75 | 160 | 0 | 77 | 40 | 43 | 513 | 56 | 54 |
| Binary | 10100101 | 111101 | 1110000 | 0 | 111111 | 100000 | 100011 | 101001011 | 101110 | 101100 |
Color Harmonies of #A53D70
Complementary color
Monochromatic Colors of #A53D70
Black with #A53D70
Text Example
Text Example
White with #A53D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53D70; }
p { color: rgb(165,61,112); }
H1.HeaderClassName
{
color: #A53D70;
}
.AnyTagClassName
{
color: #A53D70;
}
</style>
background-color css
<style>
a { background-color: #A53D70; }
a { background-color: rgb(165,61,112); }
div.DivClassName
{
background-color: #A53D70;
}
.BgClassName
{
background-color: #A53D70;
}
</style>
border-color css
<style>
span { border-color: #A53D70; }
span { border-color: rgb(165,61,112); }
td.TdClassName
{
border-color: #A53D70;
}
.TagClassName
{
border-color: #A53D70;
}
</style>