#A44F65

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

Shades of Hippie Pink #A44F65

Tints of Hippie Pink #A44F65

Color information

#A44F65 (or 0xA44F65) is unknown color: approx Hippie Pink. HEX triplet: A4, 4F and 65. RGB value is (164,79,101). Sum of RGB (Red+Green+Blue) = 164+79+101=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44F65 is #5BB09A. Grayscale: #6A6A6A. Windows color (decimal): -6008987 or 6639524. OLE color: 6639524.

HSL color Cylindrical-coordinate representation of color #A44F65: hue angle of 344.47º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44F65 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16479101-
CMYK00.520.380.36
HSL344.47º34.98%47.65%-
HSV(B)344.47º51.83%64.31%-
XYZ20.4514.4214.02-
YUV106.92124.66168.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.67%
GREEN value IS 79 (31.25% from 255) = 22.97%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=47.67%
G=22.97%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647910100.520.380.36344.4734.9847.65
HexA44F6503426241582330
Octal24411714506446445304360
Binary10100100100111111001010110100100110100100101011000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44F65; }

 p { color: rgb(164,79,101); }

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

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

 a { background-color: rgb(164,79,101); }

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

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

 span { border-color: rgb(164,79,101); }

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