#A43D5D

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

Shades of Rouge #A43D5D

Tints of Rouge #A43D5D

Color information

#A43D5D (or 0xA43D5D) is unknown color: approx Rouge. HEX triplet: A4, 3D and 5D. RGB value is (164,61,93). Sum of RGB (Red+Green+Blue) = 164+61+93=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43D5D is #5BC2A2. Grayscale: #5F5F5F. Windows color (decimal): -6013603 or 6110628. OLE color: 6110628.

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

Color convert

RGB1646193-
CMYK00.630.430.36
HSL341.36º45.78%44.12%-
HSV(B)341.36º62.8%64.31%-
XYZ18.9512.0211.68-
YUV95.44126.62176.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 61 (24.22% from 255) = 19.18%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=51.57%
G=19.18%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164619300.630.430.36341.3645.7844.12
HexA43D5D03F2B241552e2c
Octal2447513507753445255654
Binary1010010011110110111010111111101011100100101010101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43D5D; }

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

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

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

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

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

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

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

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