#A44657

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

Shades of Hippie Pink #A44657

Tints of Hippie Pink #A44657

Color information

#A44657 (or 0xA44657) is unknown color: approx Hippie Pink. HEX triplet: A4, 46 and 57. RGB value is (164,70,87). Sum of RGB (Red+Green+Blue) = 164+70+87=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A44657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44657 is #5BB9A8. Grayscale: #646464. Windows color (decimal): -6011305 or 5719716. OLE color: 5719716.

HSL color Cylindrical-coordinate representation of color #A44657: hue angle of 349.15º 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 #A44657 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1647087-
CMYK00.570.470.36
HSL349.15º40.17%45.88%-
HSV(B)349.15º57.32%64.31%-
XYZ19.2212.9610.51-
YUV100.04120.64173.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 70 (27.73% from 255) = 21.81%
BLUE value IS 87 (34.38% from 255) = 27.10%
R=51.09%
G=21.81%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164708700.570.470.36349.1540.1745.88
HexA446570392F2415d282e
Octal24410612707157445355056
Binary10100100100011010101110111001101111100100101011101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44657; }

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

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

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

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

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

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

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

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