#A55361

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

Shades of Hippie Pink #A55361

Tints of Hippie Pink #A55361

Color information

#A55361 (or 0xA55361) is unknown color: approx Hippie Pink. HEX triplet: A5, 53 and 61. RGB value is (165,83,97). Sum of RGB (Red+Green+Blue) = 165+83+97=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A55361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55361 is #5AAC9E. Grayscale: #6D6D6D. Windows color (decimal): -5942431 or 6378405. OLE color: 6378405.

HSL color Cylindrical-coordinate representation of color #A55361: hue angle of 349.76º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55361 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1658397-
CMYK00.500.410.35
HSL349.76º33.06%48.63%-
HSV(B)349.76º49.7%64.71%-
XYZ20.7715.0513.12-
YUV109.11121.17167.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 83 (32.81% from 255) = 24.06%
BLUE value IS 97 (38.28% from 255) = 28.12%
R=47.83%
G=24.06%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165839700.500.410.35349.7633.0648.63
HexA55361032292315e2131
Octal24512314106251435364161
Binary10100101101001111000010110010101001100011101011110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55361; }

 p { color: rgb(165,83,97); }

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

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

 a { background-color: rgb(165,83,97); }

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

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

 span { border-color: rgb(165,83,97); }

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