#a55663

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

Shades of Hippie Pink #A55663

Tints of Hippie Pink #A55663

Color information

#A55663 (or 0xA55663) is unknown color: approx Hippie Pink. HEX triplet: A5, 56 and 63. RGB value is (165,86,99). Sum of RGB (Red+Green+Blue) = 165+86+99=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A55663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55663 is #5AA99C. Grayscale: #6F6F6F. Windows color (decimal): -5941661 or 6510245. OLE color: 6510245.

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

Color convert

RGB1658699-
CMYK00.480.400.35
HSL350.13º31.47%49.22%-
HSV(B)350.13º47.88%64.71%-
XYZ21.115.5613.7-
YUV111.1121.17166.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 99 (39.06% from 255) = 28.29%
R=47.14%
G=24.57%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165869900.480.400.35350.1331.4749.22
HexA55663030282315e1f31
Octal24512614306050435363761
Binary1010010110101101100011011000010100010001110101111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55663; }

 p { color: rgb(165,86,99); }

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

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

 a { background-color: rgb(165,86,99); }

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

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

 span { border-color: rgb(165,86,99); }

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