#A44C63

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

Shades of Hippie Pink #A44C63

Tints of Hippie Pink #A44C63

Color information

#A44C63 (or 0xA44C63) is unknown color: approx Hippie Pink. HEX triplet: A4, 4C and 63. RGB value is (164,76,99). Sum of RGB (Red+Green+Blue) = 164+76+99=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44C63 is #5BB39C. Grayscale: #686868. Windows color (decimal): -6009757 or 6507684. OLE color: 6507684.

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

Color convert

RGB1647699-
CMYK00.540.400.36
HSL344.32º36.67%47.06%-
HSV(B)344.32º53.66%64.31%-
XYZ20.1513.9613.44-
YUV104.93124.65170.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.38%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=48.38%
G=22.42%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164769900.540.400.36344.3236.6747.06
HexA44C630362824158252f
Octal24411414306650445304557
Binary10100100100110011000110110110101000100100101011000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44C63; }

 p { color: rgb(164,76,99); }

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

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

 a { background-color: rgb(164,76,99); }

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

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

 span { border-color: rgb(164,76,99); }

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