#A64C64

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

Shades of Hippie Pink #A64C64

Tints of Hippie Pink #A64C64

Color information

#A64C64 (or 0xA64C64) is unknown color: approx Hippie Pink. HEX triplet: A6, 4C and 64. RGB value is (166,76,100). Sum of RGB (Red+Green+Blue) = 166+76+100=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64C64 is #59B39B. Grayscale: #696969. Windows color (decimal): -5878684 or 6573222. OLE color: 6573222.

HSL color Cylindrical-coordinate representation of color #A64C64: hue angle of 344º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64C64 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16676100-
CMYK00.540.400.35
HSL344º37.19%47.45%-
HSV(B)344º54.22%65.1%-
XYZ20.6114.213.71-
YUV105.65124.82171.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 76 (30.08% from 255) = 22.22%
BLUE value IS 100 (39.45% from 255) = 29.24%
R=48.54%
G=22.22%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667610000.540.400.3534437.1947.45
HexA64C640362823158252f
Octal24611414406650435304557
Binary10100110100110011001000110110101000100011101011000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64C64; }

 p { color: rgb(166,76,100); }

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

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

 a { background-color: rgb(166,76,100); }

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

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

 span { border-color: rgb(166,76,100); }

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