#A53A60

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

Shades of Rouge #A53A60

Tints of Rouge #A53A60

Color information

#A53A60 (or 0xA53A60) is unknown color: approx Rouge. HEX triplet: A5, 3A and 60. RGB value is (165,58,96). Sum of RGB (Red+Green+Blue) = 165+58+96=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A60 is #5AC59F. Grayscale: #5E5E5E. Windows color (decimal): -5948832 or 6306469. OLE color: 6306469.

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

Color convert

RGB1655896-
CMYK00.650.420.35
HSL338.69º47.98%43.73%-
HSV(B)338.69º64.85%64.71%-
XYZ19.1411.8712.35-
YUV94.32128.95178.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.72%
GREEN value IS 58 (23.05% from 255) = 18.18%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=51.72%
G=18.18%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165589600.650.420.35338.6947.9843.73
HexA53A600412A23153302c
Octal24572140010152435236054
Binary10100101111010110000001000001101010100011101010011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A60; }

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

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

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

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

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

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

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

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