#A34D56

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

Shades of Hippie Pink #A34D56

Tints of Hippie Pink #A34D56

Color information

#A34D56 (or 0xA34D56) is unknown color: approx Hippie Pink. HEX triplet: A3, 4D and 56. RGB value is (163,77,86). Sum of RGB (Red+Green+Blue) = 163+77+86=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34D56 is #5CB2A9. Grayscale: #676767. Windows color (decimal): -6075050 or 5655971. OLE color: 5655971.

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

Color convert

RGB1637786-
CMYK00.530.470.36
HSL353.72º35.83%47.06%-
HSV(B)353.72º52.76%63.92%-
XYZ19.4413.7710.44-
YUV103.74117.99170.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 23.62%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=50%
G=23.62%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163778600.530.470.36353.7235.8347.06
HexA34D560352F24162242f
Octal24311512606557445424457
Binary10100011100110110101100110101101111100100101100010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34D56; }

 p { color: rgb(163,77,86); }

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

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

 a { background-color: rgb(163,77,86); }

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

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

 span { border-color: rgb(163,77,86); }

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