#A44B58

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

Shades of Hippie Pink #A44B58

Tints of Hippie Pink #A44B58

Color information

#A44B58 (or 0xA44B58) is unknown color: approx Hippie Pink. HEX triplet: A4, 4B and 58. RGB value is (164,75,88). Sum of RGB (Red+Green+Blue) = 164+75+88=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44B58 is #5BB4A7. Grayscale: #676767. Windows color (decimal): -6010024 or 5786532. OLE color: 5786532.

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

Color convert

RGB1647588-
CMYK00.540.460.36
HSL351.24º37.24%46.86%-
HSV(B)351.24º54.27%64.31%-
XYZ19.5913.6310.83-
YUV103.09119.49171.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=50.15%
G=22.94%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164758800.540.460.36351.2437.2446.86
HexA44B580362E2415f252f
Octal24411313006656445374557
Binary10100100100101110110000110110101110100100101011111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B58; }

 p { color: rgb(164,75,88); }

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

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

 a { background-color: rgb(164,75,88); }

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

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

 span { border-color: rgb(164,75,88); }

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