#A55A5C

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

Shades of Hippie Pink #A55A5C

Tints of Hippie Pink #A55A5C

Color information

#A55A5C (or 0xA55A5C) is unknown color: approx Hippie Pink. HEX triplet: A5, 5A and 5C. RGB value is (165,90,92). Sum of RGB (Red+Green+Blue) = 165+90+92=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55A5C is #5AA5A3. Grayscale: #707070. Windows color (decimal): -5940644 or 6052517. OLE color: 6052517.

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

Color convert

RGB1659092-
CMYK00.450.440.35
HSL358.4º29.41%50%-
HSV(B)358.4º45.45%64.71%-
XYZ21.116.0812.12-
YUV112.65116.35165.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=47.55%
G=25.94%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165909200.450.440.35358.429.4150
HexA55A5C02D2C231661d32
Octal24513213405554435463562
Binary1010010110110101011100010110110110010001110110011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55A5C; }

 p { color: rgb(165,90,92); }

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

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

 a { background-color: rgb(165,90,92); }

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

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

 span { border-color: rgb(165,90,92); }

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