#A14855

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

Shades of Hippie Pink #A14855

Tints of Hippie Pink #A14855

Color information

#A14855 (or 0xA14855) is unknown color: approx Hippie Pink. HEX triplet: A1, 48 and 55. RGB value is (161,72,85). Sum of RGB (Red+Green+Blue) = 161+72+85=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A14855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14855 is #5EB7AA. Grayscale: #646464. Windows color (decimal): -6207403 or 5589153. OLE color: 5589153.

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

Color convert

RGB1617285-
CMYK00.550.470.37
HSL351.24º38.2%45.69%-
HSV(B)351.24º55.28%63.14%-
XYZ18.6612.8710.09-
YUV100.09119.49171.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.63%
GREEN value IS 72 (28.52% from 255) = 22.64%
BLUE value IS 85 (33.59% from 255) = 26.73%
R=50.63%
G=22.64%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161728500.550.470.37351.2438.245.69
HexA148550372F2515f262e
Octal24111012506757455374656
Binary10100001100100010101010110111101111100101101011111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14855; }

 p { color: rgb(161,72,85); }

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

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

 a { background-color: rgb(161,72,85); }

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

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

 span { border-color: rgb(161,72,85); }

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