#A34C5C

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

Shades of Hippie Pink #A34C5C

Tints of Hippie Pink #A34C5C

Color information

#A34C5C (or 0xA34C5C) is unknown color: approx Hippie Pink. HEX triplet: A3, 4C and 5C. RGB value is (163,76,92). Sum of RGB (Red+Green+Blue) = 163+76+92=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34C5C is #5CB3A3. Grayscale: #676767. Windows color (decimal): -6075300 or 6048931. OLE color: 6048931.

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

Color convert

RGB1637692-
CMYK00.530.440.36
HSL348.97º36.4%46.86%-
HSV(B)348.97º53.37%63.92%-
XYZ19.6213.7311.74-
YUV103.84121.32170.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.24%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=49.24%
G=22.96%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163769200.530.440.36348.9736.446.86
HexA34C5C0352C2415d242f
Octal24311413406554445354457
Binary10100011100110010111000110101101100100100101011101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34C5C; }

 p { color: rgb(163,76,92); }

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

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

 a { background-color: rgb(163,76,92); }

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

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

 span { border-color: rgb(163,76,92); }

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