#A43560

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

Shades of Rouge #A43560

Tints of Rouge #A43560

Color information

#A43560 (or 0xA43560) is unknown color: approx Rouge. HEX triplet: A4, 35 and 60. RGB value is (164,53,96). Sum of RGB (Red+Green+Blue) = 164+53+96=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A43560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43560 is #5BCA9F. Grayscale: #5B5B5B. Windows color (decimal): -6015648 or 6305188. OLE color: 6305188.

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

Color convert

RGB1645396-
CMYK00.680.410.36
HSL336.76º51.15%42.55%-
HSV(B)336.76º67.68%64.31%-
XYZ18.6911.2812.26-
YUV91.09130.77180-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.40%
GREEN value IS 53 (21.09% from 255) = 16.93%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=52.40%
G=16.93%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164539600.680.410.36336.7651.1542.55
HexA435600442924151332b
Octal24465140010451445216353
Binary10100100110101110000001000100101001100100101010001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43560; }

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

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

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

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

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

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

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

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