#A54757

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

Shades of Hippie Pink #A54757

Tints of Hippie Pink #A54757

Color information

#A54757 (or 0xA54757) is unknown color: approx Hippie Pink. HEX triplet: A5, 47 and 57. RGB value is (165,71,87). Sum of RGB (Red+Green+Blue) = 165+71+87=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A54757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54757 is #5AB8A8. Grayscale: #646464. Windows color (decimal): -5945513 or 5719973. OLE color: 5719973.

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

Color convert

RGB1657187-
CMYK00.570.470.35
HSL349.79º39.83%46.27%-
HSV(B)349.79º56.97%64.71%-
XYZ19.4913.1910.54-
YUV100.93120.14173.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 87 (34.38% from 255) = 26.93%
R=51.08%
G=21.98%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165718700.570.470.35349.7939.8346.27
HexA547570392F2315e282e
Octal24510712707157435365056
Binary10100101100011110101110111001101111100011101011110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54757; }

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

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

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

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

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

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

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

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