#A55B5D

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

Shades of Hippie Pink #A55B5D

Tints of Hippie Pink #A55B5D

Color information

#A55B5D (or 0xA55B5D) is unknown color: approx Hippie Pink. HEX triplet: A5, 5B and 5D. RGB value is (165,91,93). Sum of RGB (Red+Green+Blue) = 165+91+93=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B5D is #5AA4A2. Grayscale: #717171. Windows color (decimal): -5940387 or 6118309. OLE color: 6118309.

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

Color convert

RGB1659193-
CMYK00.450.440.35
HSL358.38º29.13%50.2%-
HSV(B)358.38º44.85%64.71%-
XYZ21.2316.2712.38-
YUV113.35116.52164.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 91 (35.94% from 255) = 26.07%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=47.28%
G=26.07%
B=26.65%

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
Decimal165919300.450.440.35358.3829.1350.2
HexA55B5D02D2C231661d32
Octal24513313505554435463562
Binary1010010110110111011101010110110110010001110110011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B5D; }

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

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

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

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

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

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

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

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