#A44659

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

Shades of Hippie Pink #A44659

Tints of Hippie Pink #A44659

Color information

#A44659 (or 0xA44659) is unknown color: approx Hippie Pink. HEX triplet: A4, 46 and 59. RGB value is (164,70,89). Sum of RGB (Red+Green+Blue) = 164+70+89=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A44659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44659 is #5BB9A6. Grayscale: #646464. Windows color (decimal): -6011303 or 5850788. OLE color: 5850788.

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

Color convert

RGB1647089-
CMYK00.570.460.36
HSL347.87º40.17%45.88%-
HSV(B)347.87º57.32%64.31%-
XYZ19.312.9910.94-
YUV100.27121.64173.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.77%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 89 (35.16% from 255) = 27.55%
R=50.77%
G=21.67%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164708900.570.460.36347.8740.1745.88
HexA446590392E2415c282e
Octal24410613107156445345056
Binary10100100100011010110010111001101110100100101011100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44659; }

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

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

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

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

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

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

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

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