#A55B64

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

Shades of Hippie Pink #A55B64

Tints of Hippie Pink #A55B64

Color information

#A55B64 (or 0xA55B64) is unknown color: approx Hippie Pink. HEX triplet: A5, 5B and 64. RGB value is (165,91,100). Sum of RGB (Red+Green+Blue) = 165+91+100=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B64 is #5AA49B. Grayscale: #727272. Windows color (decimal): -5940380 or 6577061. OLE color: 6577061.

HSL color Cylindrical-coordinate representation of color #A55B64: hue angle of 352.7º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A55B64 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16591100-
CMYK00.450.390.35
HSL352.7º29.13%50.2%-
HSV(B)352.7º44.85%64.71%-
XYZ21.5616.414.09-
YUV114.15120.02164.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 91 (35.94% from 255) = 25.56%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=46.35%
G=25.56%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659110000.450.390.35352.729.1350.2
HexA55B6402D27231611d32
Octal24513314405547435413562
Binary1010010110110111100100010110110011110001110110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B64; }

 p { color: rgb(165,91,100); }

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

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

 a { background-color: rgb(165,91,100); }

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

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

 span { border-color: rgb(165,91,100); }

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