#A53460

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

Shades of Rouge #A53460

Tints of Rouge #A53460

Color information

#A53460 (or 0xA53460) is unknown color: approx Rouge. HEX triplet: A5, 34 and 60. RGB value is (165,52,96). Sum of RGB (Red+Green+Blue) = 165+52+96=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A53460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53460 is #5ACB9F. Grayscale: #5A5A5A. Windows color (decimal): -5950368 or 6304933. OLE color: 6304933.

HSL color Cylindrical-coordinate representation of color #A53460: hue angle of 336.64º degrees, saturation: 0.52, 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 #A53460 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1655296-
CMYK00.680.420.35
HSL336.64º52.07%42.55%-
HSV(B)336.64º68.48%64.71%-
XYZ18.8611.312.25-
YUV90.8130.94180.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=52.72%
G=16.61%
B=30.67%

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
Decimal165529600.680.420.35336.6452.0742.55
HexA534600442A23151342b
Octal24564140010452435216453
Binary10100101110100110000001000100101010100011101010001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53460; }

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

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

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

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

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

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

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

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