Shades of Rouge #A53E6D
Tints of Rouge #A53E6D
RGB
CMYK
RGB Variations
Color information
#A53E6D (or 0xA53E6D) is known color: Rouge. HEX triplet: A5, 3E and 6D. RGB value is (165,62,109). Sum of RGB (Red+Green+Blue) = 165+62+109=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53E6D is #5AC192. Grayscale: #626262. Windows color (decimal): -5947795 or 7159461. OLE color: 7159461.
HSL color Cylindrical-coordinate representation of color #A53E6D: hue angle of 332.62º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A53E6D is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 62 | 109 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.35 |
| HSL | 332.62º | 0.45% | 0.45% | - |
| HSV(B) | 332.62º | 0.62% | 0.65% | - |
| XYZ | 20 | 12.55 | 15.84 | - |
| YUV | 98.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 109 | 0 | 0.62 | 0.34 | 0.35 | 332.62 | 0.45 | 0.45 |
| Hex | A5 | 3E | 6D | 0 | 3E | 22 | 23 | 14D | 2D | 2D |
| Octal | 245 | 76 | 155 | 0 | 76 | 42 | 43 | 515 | 55 | 55 |
| Binary | 10100101 | 111110 | 1101101 | 0 | 111110 | 100010 | 100011 | 101001101 | 101101 | 101101 |
Color Harmonies of #A53E6D
Complementary color
Monochromatic Colors of #A53E6D
Black with #A53E6D
Text Example
Text Example
White with #A53E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53E6D; }
p { color: rgb(165,62,109); }
H1.HeaderClassName
{
color: #A53E6D;
}
.AnyTagClassName
{
color: #A53E6D;
}
</style>
background-color css
<style>
a { background-color: #A53E6D; }
a { background-color: rgb(165,62,109); }
div.DivClassName
{
background-color: #A53E6D;
}
.BgClassName
{
background-color: #A53E6D;
}
</style>
border-color css
<style>
span { border-color: #A53E6D; }
span { border-color: rgb(165,62,109); }
td.TdClassName
{
border-color: #A53E6D;
}
.TagClassName
{
border-color: #A53E6D;
}
</style>