#A54559

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

Shades of Hippie Pink #A54559

Tints of Hippie Pink #A54559

Color information

#A54559 (or 0xA54559) is unknown color: approx Hippie Pink. HEX triplet: A5, 45 and 59. RGB value is (165,69,89). Sum of RGB (Red+Green+Blue) = 165+69+89=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A54559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54559 is #5ABAA6. Grayscale: #646464. Windows color (decimal): -5946023 or 5850533. OLE color: 5850533.

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

Color convert

RGB1656989-
CMYK00.580.460.35
HSL347.5º41.03%45.88%-
HSV(B)347.5º58.18%64.71%-
XYZ19.4512.9810.93-
YUV99.98121.8174.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 89 (35.16% from 255) = 27.55%
R=51.08%
G=21.36%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165698900.580.460.35347.541.0345.88
HexA5455903A2E2315c292e
Octal24510513107256435345156
Binary10100101100010110110010111010101110100011101011100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54559; }

 p { color: rgb(165,69,89); }

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

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

 a { background-color: rgb(165,69,89); }

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

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

 span { border-color: rgb(165,69,89); }

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