#A55660

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

Shades of Hippie Pink #A55660

Tints of Hippie Pink #A55660

Color information

#A55660 (or 0xA55660) is unknown color: approx Hippie Pink. HEX triplet: A5, 56 and 60. RGB value is (165,86,96). Sum of RGB (Red+Green+Blue) = 165+86+96=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A55660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55660 is #5AA99F. Grayscale: #6E6E6E. Windows color (decimal): -5941664 or 6313637. OLE color: 6313637.

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

Color convert

RGB1658696-
CMYK00.480.420.35
HSL352.41º31.47%49.22%-
HSV(B)352.41º47.88%64.71%-
XYZ20.9615.512.95-
YUV110.76119.67166.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=47.55%
G=24.78%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165869600.480.420.35352.4131.4749.22
HexA556600302A231601f31
Octal24512614006052435403761
Binary1010010110101101100000011000010101010001110110000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55660; }

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

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

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

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

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

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

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

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