#A64B63

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

Shades of Hippie Pink #A64B63

Tints of Hippie Pink #A64B63

Color information

#A64B63 (or 0xA64B63) is unknown color: approx Hippie Pink. HEX triplet: A6, 4B and 63. RGB value is (166,75,99). Sum of RGB (Red+Green+Blue) = 166+75+99=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64B63 is #59B49C. Grayscale: #686868. Windows color (decimal): -5878941 or 6507430. OLE color: 6507430.

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

Color convert

RGB1667599-
CMYK00.550.400.35
HSL344.18º37.76%47.25%-
HSV(B)344.18º54.82%65.1%-
XYZ20.4914.0413.43-
YUV104.94124.65171.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.82%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 99 (39.06% from 255) = 29.12%
R=48.82%
G=22.06%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166759900.550.400.35344.1837.7647.25
HexA64B630372823158262f
Octal24611314306750435304657
Binary10100110100101111000110110111101000100011101011000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B63; }

 p { color: rgb(166,75,99); }

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

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

 a { background-color: rgb(166,75,99); }

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

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

 span { border-color: rgb(166,75,99); }

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