#A54857

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

Shades of Hippie Pink #A54857

Tints of Hippie Pink #A54857

Color information

#A54857 (or 0xA54857) is unknown color: approx Hippie Pink. HEX triplet: A5, 48 and 57. RGB value is (165,72,87). Sum of RGB (Red+Green+Blue) = 165+72+87=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A54857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54857 is #5AB7A8. Grayscale: #656565. Windows color (decimal): -5945257 or 5720229. OLE color: 5720229.

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

Color convert

RGB1657287-
CMYK00.560.470.35
HSL350.32º39.24%46.47%-
HSV(B)350.32º56.36%64.71%-
XYZ19.5513.3210.56-
YUV101.52119.81173.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 87 (34.38% from 255) = 26.85%
R=50.93%
G=22.22%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165728700.560.470.35350.3239.2446.47
HexA548570382F2315e272e
Octal24511012707057435364756
Binary10100101100100010101110111000101111100011101011110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54857; }

 p { color: rgb(165,72,87); }

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

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

 a { background-color: rgb(165,72,87); }

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

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

 span { border-color: rgb(165,72,87); }

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