#A43A5D

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

Shades of Rouge #A43A5D

Tints of Rouge #A43A5D

Color information

#A43A5D (or 0xA43A5D) is unknown color: approx Rouge. HEX triplet: A4, 3A and 5D. RGB value is (164,58,93). Sum of RGB (Red+Green+Blue) = 164+58+93=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A5D is #5BC5A2. Grayscale: #5D5D5D. Windows color (decimal): -6014371 or 6109860. OLE color: 6109860.

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

Color convert

RGB1645893-
CMYK00.650.430.36
HSL340.19º47.75%43.53%-
HSV(B)340.19º64.63%64.31%-
XYZ18.811.7111.63-
YUV93.68127.62178.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.06%
GREEN value IS 58 (23.05% from 255) = 18.41%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=52.06%
G=18.41%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164589300.650.430.36340.1947.7543.53
HexA43A5D0412B24154302c
Octal24472135010153445246054
Binary10100100111010101110101000001101011100100101010100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A5D; }

 p { color: rgb(164,58,93); }

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

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

 a { background-color: rgb(164,58,93); }

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

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

 span { border-color: rgb(164,58,93); }

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