#A34B5A

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

Shades of Hippie Pink #A34B5A

Tints of Hippie Pink #A34B5A

Color information

#A34B5A (or 0xA34B5A) is unknown color: approx Hippie Pink. HEX triplet: A3, 4B and 5A. RGB value is (163,75,90). Sum of RGB (Red+Green+Blue) = 163+75+90=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34B5A is #5CB4A5. Grayscale: #676767. Windows color (decimal): -6075558 or 5917603. OLE color: 5917603.

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

Color convert

RGB1637590-
CMYK00.540.450.36
HSL349.77º36.97%46.67%-
HSV(B)349.77º53.99%63.92%-
XYZ19.4713.5611.26-
YUV103.02120.65170.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.70%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=49.70%
G=22.87%
B=27.44%

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
Decimal163759000.540.450.36349.7736.9746.67
HexA34B5A0362D2415e252f
Octal24311313206655445364557
Binary10100011100101110110100110110101101100100101011110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B5A; }

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

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

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

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

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

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

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

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