#A34B59

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

Shades of Hippie Pink #A34B59

Tints of Hippie Pink #A34B59

Color information

#A34B59 (or 0xA34B59) is unknown color: approx Hippie Pink. HEX triplet: A3, 4B and 59. RGB value is (163,75,89). Sum of RGB (Red+Green+Blue) = 163+75+89=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34B59 is #5CB4A6. Grayscale: #666666. Windows color (decimal): -6075559 or 5852067. OLE color: 5852067.

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

Color convert

RGB1637589-
CMYK00.540.450.36
HSL350.45º36.97%46.67%-
HSV(B)350.45º53.99%63.92%-
XYZ19.4213.5411.04-
YUV102.91120.15170.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 89 (35.16% from 255) = 27.22%
R=49.85%
G=22.94%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163758900.540.450.36350.4536.9746.67
HexA34B590362D2415e252f
Octal24311313106655445364557
Binary10100011100101110110010110110101101100100101011110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B59; }

 p { color: rgb(163,75,89); }

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

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

 a { background-color: rgb(163,75,89); }

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

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

 span { border-color: rgb(163,75,89); }

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