#A55664

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

Shades of Hippie Pink #A55664

Tints of Hippie Pink #A55664

Color information

#A55664 (or 0xA55664) is unknown color: approx Hippie Pink. HEX triplet: A5, 56 and 64. RGB value is (165,86,100). Sum of RGB (Red+Green+Blue) = 165+86+100=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A55664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55664 is #5AA99B. Grayscale: #6F6F6F. Windows color (decimal): -5941660 or 6575781. OLE color: 6575781.

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

Color convert

RGB16586100-
CMYK00.480.390.35
HSL349.37º31.47%49.22%-
HSV(B)349.37º47.88%64.71%-
XYZ21.1515.5813.95-
YUV111.22121.67166.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 86 (33.98% from 255) = 24.50%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=47.01%
G=24.50%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658610000.480.390.35349.3731.4749.22
HexA55664030272315d1f31
Octal24512614406047435353761
Binary1010010110101101100100011000010011110001110101110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55664; }

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

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

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

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

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

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

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

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