#A34958

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

Shades of Hippie Pink #A34958

Tints of Hippie Pink #A34958

Color information

#A34958 (or 0xA34958) is unknown color: approx Hippie Pink. HEX triplet: A3, 49 and 58. RGB value is (163,73,88). Sum of RGB (Red+Green+Blue) = 163+73+88=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A34958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34958 is #5CB6A7. Grayscale: #656565. Windows color (decimal): -6076072 or 5786019. OLE color: 5786019.

HSL color Cylindrical-coordinate representation of color #A34958: hue angle of 350º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34958 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB1637388-
CMYK00.550.460.36
HSL350º38.14%46.27%-
HSV(B)350º55.21%63.92%-
XYZ19.2513.2610.78-
YUV101.62120.32171.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.31%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=50.31%
G=22.53%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163738800.550.460.3635038.1446.27
HexA349580372E2415e262e
Octal24311113006756445364656
Binary10100011100100110110000110111101110100100101011110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34958; }

 p { color: rgb(163,73,88); }

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

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

 a { background-color: rgb(163,73,88); }

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

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

 span { border-color: rgb(163,73,88); }

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