#A43E60

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

Shades of Rouge #A43E60

Tints of Rouge #A43E60

Color information

#A43E60 (or 0xA43E60) is unknown color: approx Rouge. HEX triplet: A4, 3E and 60. RGB value is (164,62,96). Sum of RGB (Red+Green+Blue) = 164+62+96=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43E60 is #5BC19F. Grayscale: #606060. Windows color (decimal): -6013344 or 6307492. OLE color: 6307492.

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

Color convert

RGB1646296-
CMYK00.620.410.36
HSL340º45.13%44.31%-
HSV(B)340º62.2%64.31%-
XYZ19.1412.1812.41-
YUV96.37127.79176.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.93%
GREEN value IS 62 (24.61% from 255) = 19.25%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=50.93%
G=19.25%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164629600.620.410.3634045.1344.31
HexA43E6003E29241542d2c
Octal2447614007651445245554
Binary1010010011111011000000111110101001100100101010100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43E60; }

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

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

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

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

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

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

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

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