#A34A5B

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

Shades of Hippie Pink #A34A5B

Tints of Hippie Pink #A34A5B

Color information

#A34A5B (or 0xA34A5B) is unknown color: approx Hippie Pink. HEX triplet: A3, 4A and 5B. RGB value is (163,74,91). Sum of RGB (Red+Green+Blue) = 163+74+91=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A5B is #5CB5A4. Grayscale: #666666. Windows color (decimal): -6075813 or 5982883. OLE color: 5982883.

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

Color convert

RGB1637491-
CMYK00.550.440.36
HSL348.54º37.55%46.47%-
HSV(B)348.54º54.6%63.92%-
XYZ19.4413.4411.47-
YUV102.55121.49171.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.70%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=49.70%
G=22.56%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163749100.550.440.36348.5437.5546.47
HexA34A5B0372C2415d262e
Octal24311213306754445354656
Binary10100011100101010110110110111101100100100101011101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34A5B; }

 p { color: rgb(163,74,91); }

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

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

 a { background-color: rgb(163,74,91); }

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

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

 span { border-color: rgb(163,74,91); }

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