#A44559

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

Shades of Hippie Pink #A44559

Tints of Hippie Pink #A44559

Color information

#A44559 (or 0xA44559) is unknown color: approx Hippie Pink. HEX triplet: A4, 45 and 59. RGB value is (164,69,89). Sum of RGB (Red+Green+Blue) = 164+69+89=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A44559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44559 is #5BBAA6. Grayscale: #636363. Windows color (decimal): -6011559 or 5850532. OLE color: 5850532.

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

Color convert

RGB1646989-
CMYK00.580.460.36
HSL347.37º40.77%45.69%-
HSV(B)347.37º57.93%64.31%-
XYZ19.2412.8710.92-
YUV99.68121.97173.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.93%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 89 (35.16% from 255) = 27.64%
R=50.93%
G=21.43%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164698900.580.460.36347.3740.7745.69
HexA4455903A2E2415b292e
Octal24410513107256445335156
Binary10100100100010110110010111010101110100100101011011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44559; }

 p { color: rgb(164,69,89); }

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

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

 a { background-color: rgb(164,69,89); }

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

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

 span { border-color: rgb(164,69,89); }

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