#A44A5D

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

Shades of Hippie Pink #A44A5D

Tints of Hippie Pink #A44A5D

Color information

#A44A5D (or 0xA44A5D) is unknown color: approx Hippie Pink. HEX triplet: A4, 4A and 5D. RGB value is (164,74,93). Sum of RGB (Red+Green+Blue) = 164+74+93=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A5D is #5BB5A2. Grayscale: #676767. Windows color (decimal): -6010275 or 6113956. OLE color: 6113956.

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

Color convert

RGB1647493-
CMYK00.550.430.36
HSL347.33º37.82%46.67%-
HSV(B)347.33º54.88%64.31%-
XYZ19.7313.5811.94-
YUV103.08122.32171.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.55%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=49.55%
G=22.36%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164749300.550.430.36347.3337.8246.67
HexA44A5D0372B2415b262f
Octal24411213506753445334657
Binary10100100100101010111010110111101011100100101011011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A5D; }

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

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

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

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

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

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

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

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