#A34D5D

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

Shades of Hippie Pink #A34D5D

Tints of Hippie Pink #A34D5D

Color information

#A34D5D (or 0xA34D5D) is unknown color: approx Hippie Pink. HEX triplet: A3, 4D and 5D. RGB value is (163,77,93). Sum of RGB (Red+Green+Blue) = 163+77+93=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34D5D is #5CB2A2. Grayscale: #686868. Windows color (decimal): -6075043 or 6114723. OLE color: 6114723.

HSL color Cylindrical-coordinate representation of color #A34D5D: hue angle of 348.84º 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 #A34D5D is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1637793-
CMYK00.530.430.36
HSL348.84º35.83%47.06%-
HSV(B)348.84º52.76%63.92%-
XYZ19.7313.8812-
YUV104.54121.49169.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.95%
GREEN value IS 77 (30.47% from 255) = 23.12%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=48.95%
G=23.12%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163779300.530.430.36348.8435.8347.06
HexA34D5D0352B2415d242f
Octal24311513506553445354457
Binary10100011100110110111010110101101011100100101011101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34D5D; }

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

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

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

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

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

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

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

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