#A34B4C

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

Shades of Hippie Pink #A34B4C

Tints of Hippie Pink #A34B4C

Color information

#A34B4C (or 0xA34B4C) is unknown color: approx Hippie Pink. HEX triplet: A3, 4B and 4C. RGB value is (163,75,76). Sum of RGB (Red+Green+Blue) = 163+75+76=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B4C is #5CB4B3. Grayscale: #656565. Windows color (decimal): -6075572 or 5000099. OLE color: 5000099.

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

Color convert

RGB1637576-
CMYK00.540.530.36
HSL359.32º36.97%46.67%-
HSV(B)359.32º53.99%63.92%-
XYZ18.9213.348.41-
YUV101.43113.65171.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.91%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=51.91%
G=23.89%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163757600.540.530.36359.3236.9746.67
HexA34B4C0363524167252f
Octal24311311406665445474557
Binary10100011100101110011000110110110101100100101100111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B4C; }

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

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

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

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

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

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

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

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