#A53560

Color #A53560 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A53560

Tints of Rouge #A53560

Color information

#A53560 (or 0xA53560) is unknown color: approx Rouge. HEX triplet: A5, 35 and 60. RGB value is (165,53,96). Sum of RGB (Red+Green+Blue) = 165+53+96=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A53560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53560 is #5ACA9F. Grayscale: #5B5B5B. Windows color (decimal): -5950112 or 6305189. OLE color: 6305189.

HSL color Cylindrical-coordinate representation of color #A53560: hue angle of 336.96º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53560 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1655396-
CMYK00.680.420.35
HSL336.96º51.38%42.75%-
HSV(B)336.96º67.88%64.71%-
XYZ18.911.3912.27-
YUV91.39130.61180.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 52.55%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=52.55%
G=16.88%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165539600.680.420.35336.9651.3842.75
HexA535600442A23151332b
Octal24565140010452435216353
Binary10100101110101110000001000100101010100011101010001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53560; }

 p { color: rgb(165,53,96); }

 H1.HeaderClassName
 {
   color: #A53560;
 }
 .AnyTagClassName
 {
   color: #A53560;
 }
</style>
background-color css

<style>
 a { background-color: #A53560; }

 a { background-color: rgb(165,53,96); }

 div.DivClassName
 {
   background-color: #A53560;
 }
 .BgClassName
 {
   background-color: #A53560;
 }
</style>
border-color css

<style>
 span { border-color: #A53560; }

 span { border-color: rgb(165,53,96); }

 td.TdClassName
 {
   border-color: #A53560;
 }
 .TagClassName
 {
   border-color: #A53560;
 }
</style>