#A34A4C

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

Shades of Hippie Pink #A34A4C

Tints of Hippie Pink #A34A4C

Color information

#A34A4C (or 0xA34A4C) is unknown color: approx Hippie Pink. HEX triplet: A3, 4A and 4C. RGB value is (163,74,76). Sum of RGB (Red+Green+Blue) = 163+74+76=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34A4C is #5CB5B3. Grayscale: #646464. Windows color (decimal): -6075828 or 4999843. OLE color: 4999843.

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

Color convert

RGB1637476-
CMYK00.550.530.36
HSL358.65º37.55%46.47%-
HSV(B)358.65º54.6%63.92%-
XYZ18.8613.218.39-
YUV100.84113.99172.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=52.08%
G=23.64%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163747600.550.530.36358.6537.5546.47
HexA34A4C0373524167262e
Octal24311211406765445474656
Binary10100011100101010011000110111110101100100101100111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34A4C; }

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

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

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

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

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

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

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

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