#A14F5D

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

Shades of Hippie Pink #A14F5D

Tints of Hippie Pink #A14F5D

Color information

#A14F5D (or 0xA14F5D) is unknown color: approx Hippie Pink. HEX triplet: A1, 4F and 5D. RGB value is (161,79,93). Sum of RGB (Red+Green+Blue) = 161+79+93=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14F5D is #5EB0A2. Grayscale: #696969. Windows color (decimal): -6205603 or 6115233. OLE color: 6115233.

HSL color Cylindrical-coordinate representation of color #A14F5D: hue angle of 349.76º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A14F5D is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB1617993-
CMYK00.510.420.37
HSL349.76º34.17%47.06%-
HSV(B)349.76º50.93%63.14%-
XYZ19.4713.9612.02-
YUV105.11121.17167.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.35%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=48.35%
G=23.72%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161799300.510.420.37349.7634.1747.06
HexA14F5D0332A2515e222f
Octal24111713506352455364257
Binary10100001100111110111010110011101010100101101011110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14F5D; }

 p { color: rgb(161,79,93); }

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

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

 a { background-color: rgb(161,79,93); }

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

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

 span { border-color: rgb(161,79,93); }

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