#A54C60

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

Shades of Hippie Pink #A54C60

Tints of Hippie Pink #A54C60

Color information

#A54C60 (or 0xA54C60) is unknown color: approx Hippie Pink. HEX triplet: A5, 4C and 60. RGB value is (165,76,96). Sum of RGB (Red+Green+Blue) = 165+76+96=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54C60 is #5AB39F. Grayscale: #686868. Windows color (decimal): -5944224 or 6311077. OLE color: 6311077.

HSL color Cylindrical-coordinate representation of color #A54C60: hue angle of 346.52º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A54C60 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1657696-
CMYK00.540.420.35
HSL346.52º36.93%47.25%-
HSV(B)346.52º53.94%64.71%-
XYZ20.2114.0112.71-
YUV104.89122.99170.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 76 (30.08% from 255) = 22.55%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=48.96%
G=22.55%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165769600.540.420.35346.5236.9347.25
HexA54C600362A2315b252f
Octal24511414006652435334557
Binary10100101100110011000000110110101010100011101011011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C60; }

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

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

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

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

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

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

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

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