#A64657

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

Shades of Hippie Pink #A64657

Tints of Hippie Pink #A64657

Color information

#A64657 (or 0xA64657) is unknown color: approx Hippie Pink. HEX triplet: A6, 46 and 57. RGB value is (166,70,87). Sum of RGB (Red+Green+Blue) = 166+70+87=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A64657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64657 is #59B9A8. Grayscale: #646464. Windows color (decimal): -5880233 or 5719718. OLE color: 5719718.

HSL color Cylindrical-coordinate representation of color #A64657: hue angle of 349.38º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64657 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1667087-
CMYK00.580.480.35
HSL349.38º40.68%46.27%-
HSV(B)349.38º57.83%65.1%-
XYZ19.6413.1810.52-
YUV100.64120.3174.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.39%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 87 (34.38% from 255) = 26.93%
R=51.39%
G=21.67%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166708700.580.480.35349.3840.6846.27
HexA6465703A302315d292e
Octal24610612707260435355156
Binary10100110100011010101110111010110000100011101011101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64657; }

 p { color: rgb(166,70,87); }

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

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

 a { background-color: rgb(166,70,87); }

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

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

 span { border-color: rgb(166,70,87); }

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