#A44D64

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

Shades of Hippie Pink #A44D64

Tints of Hippie Pink #A44D64

Color information

#A44D64 (or 0xA44D64) is unknown color: approx Hippie Pink. HEX triplet: A4, 4D and 64. RGB value is (164,77,100). Sum of RGB (Red+Green+Blue) = 164+77+100=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D64 is #5BB29B. Grayscale: #696969. Windows color (decimal): -6009500 or 6573476. OLE color: 6573476.

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

Color convert

RGB16477100-
CMYK00.530.390.36
HSL344.14º36.1%47.25%-
HSV(B)344.14º53.05%64.31%-
XYZ20.2614.1213.71-
YUV105.64124.82169.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 77 (30.47% from 255) = 22.58%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=48.09%
G=22.58%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647710000.530.390.36344.1436.147.25
HexA44D640352724158242f
Octal24411514406547445304457
Binary10100100100110111001000110101100111100100101011000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D64; }

 p { color: rgb(164,77,100); }

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

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

 a { background-color: rgb(164,77,100); }

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

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

 span { border-color: rgb(164,77,100); }

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