#A64558

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

Shades of Hippie Pink #A64558

Tints of Hippie Pink #A64558

Color information

#A64558 (or 0xA64558) is unknown color: approx Hippie Pink. HEX triplet: A6, 45 and 58. RGB value is (166,69,88). Sum of RGB (Red+Green+Blue) = 166+69+88=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A64558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64558 is #59BAA7. Grayscale: #646464. Windows color (decimal): -5880488 or 5784998. OLE color: 5784998.

HSL color Cylindrical-coordinate representation of color #A64558: hue angle of 348.25º 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 #A64558 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB1666988-
CMYK00.580.470.35
HSL348.25º41.28%46.08%-
HSV(B)348.25º58.43%65.1%-
XYZ19.6213.0710.72-
YUV100.17121.14174.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.39%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 88 (34.77% from 255) = 27.24%
R=51.39%
G=21.36%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166698800.580.470.35348.2541.2846.08
HexA6455803A2F2315c292e
Octal24610513007257435345156
Binary10100110100010110110000111010101111100011101011100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64558; }

 p { color: rgb(166,69,88); }

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

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

 a { background-color: rgb(166,69,88); }

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

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

 span { border-color: rgb(166,69,88); }

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