#A34A4F

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

Shades of Hippie Pink #A34A4F

Tints of Hippie Pink #A34A4F

Color information

#A34A4F (or 0xA34A4F) is unknown color: approx Hippie Pink. HEX triplet: A3, 4A and 4F. RGB value is (163,74,79). Sum of RGB (Red+Green+Blue) = 163+74+79=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A4F is #5CB5B0. Grayscale: #656565. Windows color (decimal): -6075825 or 5196451. OLE color: 5196451.

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

Color convert

RGB1637479-
CMYK00.550.520.36
HSL356.63º37.55%46.47%-
HSV(B)356.63º54.6%63.92%-
XYZ18.9613.258.95-
YUV101.18115.49172.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.58%
GREEN value IS 74 (29.30% from 255) = 23.42%
BLUE value IS 79 (31.25% from 255) = 25%
R=51.58%
G=23.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163747900.550.520.36356.6337.5546.47
HexA34A4F0373424165262e
Octal24311211706764445454656
Binary10100011100101010011110110111110100100100101100101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34A4F; }

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

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

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

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

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

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

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

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