#A14A59

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

Shades of Hippie Pink #A14A59

Tints of Hippie Pink #A14A59

Color information

#A14A59 (or 0xA14A59) is unknown color: approx Hippie Pink. HEX triplet: A1, 4A and 59. RGB value is (161,74,89). Sum of RGB (Red+Green+Blue) = 161+74+89=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14A59 is #5EB5A6. Grayscale: #656565. Windows color (decimal): -6206887 or 5851809. OLE color: 5851809.

HSL color Cylindrical-coordinate representation of color #A14A59: hue angle of 349.66º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14A59 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB1617489-
CMYK00.540.450.37
HSL349.66º37.02%46.08%-
HSV(B)349.66º54.04%63.14%-
XYZ18.9513.211-
YUV101.72120.82170.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.69%
GREEN value IS 74 (29.30% from 255) = 22.84%
BLUE value IS 89 (35.16% from 255) = 27.47%
R=49.69%
G=22.84%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161748900.540.450.37349.6637.0246.08
HexA14A590362D2515e252e
Octal24111213106655455364556
Binary10100001100101010110010110110101101100101101011110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14A59; }

 p { color: rgb(161,74,89); }

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

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

 a { background-color: rgb(161,74,89); }

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

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

 span { border-color: rgb(161,74,89); }

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