#A14953

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

Shades of Hippie Pink #A14953

Tints of Hippie Pink #A14953

Color information

#A14953 (or 0xA14953) is unknown color: approx Hippie Pink. HEX triplet: A1, 49 and 53. RGB value is (161,73,83). Sum of RGB (Red+Green+Blue) = 161+73+83=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A14953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14953 is #5EB6AC. Grayscale: #646464. Windows color (decimal): -6207149 or 5458337. OLE color: 5458337.

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

Color convert

RGB1617383-
CMYK00.550.480.37
HSL353.18º37.61%45.88%-
HSV(B)353.18º54.66%63.14%-
XYZ18.6412.979.7-
YUV100.45118.15171.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.79%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=50.79%
G=23.03%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161738300.550.480.37353.1837.6145.88
HexA149530373025161262e
Octal24111112306760455414656
Binary10100001100100110100110110111110000100101101100001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14953; }

 p { color: rgb(161,73,83); }

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

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

 a { background-color: rgb(161,73,83); }

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

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

 span { border-color: rgb(161,73,83); }

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